COLOR #024C46

HEX: #024C46
RGB: (2,76,70)

Color info

#024C46 contains mainly green and blue colors. Web safe color of #024C46 is #003333 (or #033).

RGB color model

#024C46 color RGB value is (2,76,70).

  • red value is 2;
  • green value is 76;
  • blue value is 70.
RGB:
(2,76,70)
(1%,30%,27%)

RGB channels and saturation

R 2 of 255 = 1%
G 76 of 255 = 30%
B 70 of 255 = 27%

2
76
70

R + G + B ~ 19%. #024C46 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 76 + 70 = 148 (100%)
R 2 of 148 ~ 1.35%
G 76 of 148 ~ 51.35%
B 70 of 148 ~ 47.3%

%51.35
%47.3

CMYK color model

#024C46 color CMYK value is (97,0,8,70).

  • cyan value is 97.37%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 70.20%
CMYK:
(97,0,8,70)
C97M0Y8K70 
(97%,0%,8%,70%)
(0.97/0.00/0.08/0.70)	

CMYK percentages

%97.37
%0
%7.89
%70.2

Codes

Color #024C46 in popluar color models

024C46
RGB27670
HSL175°94.87%15.29%
HSB/HSV175°97.37%29.80%
CMYK97.37%0.00%7.89%
70.20%

Color #024C46 in popluar number systems.

HEX024C46
Decimal27670
Binary1010011001000110
Octal2114106

Shades and tints

Shades of #024C46

#024C46
(2,76,70)
#024640
(2,70,64)
#02403A
(2,64,58)
#023A34
(2,58,52)
#02342E
(2,52,46)
#022E28
(2,46,40)
#022822
(2,40,34)
#02221C
(2,34,28)
#021C16
(2,28,22)
#021610
(2,22,16)
#02100A
(2,16,10)
#000000
(0,0,0)

Tints of #024C46

#024C46
(2,76,70)
#195C56
(25,92,86)
#306C66
(48,108,102)
#477C76
(71,124,118)
#5E8C86
(94,140,134)
#759C96
(117,156,150)
#8CACA6
(140,172,166)
#A3BCB6
(163,188,182)
#BACCC6
(186,204,198)
#D1DCD6
(209,220,214)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024C46 color. Also use rgb(2,76,70) instead hex code.

Text Font Color

.myTextColor { color: #024C46; }

<p style="color:#024C46">This sample text font color is #024C46.</p>

This text font color is #024C46.


Background Color

.myBgColor { background-color: #024C46; }

<div style="background-color:#024C46">Inner text</div>

This div background color is #024C46.


Border color

.myBorderColor { border: 1px solid #024C46; }

<div style="border:3px solid #024C46">Div</div>

This div border color is #024C46.


Opacity

.myOpacity80 { color: #024C46; opacity: 0.8; }

<p style="color:#024C46;opacity:0.8;">80%</p>

Text with #024C46 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #024C46;}

<p style="text-shadow: 3px 3px 1px #024C46">Text here.</p>

This text has shadow with #024C46 color.

.textShadow {text-shadow: 3px 3px 1px #024C46, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #024C46, 5px 5px 20px red">Text here.</p>

This text has shadow with #024C46 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#024C46, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#024C46, Direction=45, Strength=4)">Text</p>

This text has shadow with #024C46 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #024C46;
  -webkit-box-shadow:	1px 1px 3px 2px #024C46;
  box-shadow:		1px 1px 3px 2px #024C46;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #024C46;
-webkit-box-shadow: 1px 1px 3px 2px #024C46;
box-shadow:1px 1px 3px 2px #024C46;">
Div content here</div>
This div box has shadow with color #024C46.

Preview

Color preview on black background

This text has color #024C46 on black background.


Color preview on white background

This text has color #024C46 on white background.



Black color preview on #024C46 background

This text has black color on #024C46 background.


White color preview on #024C46 background

This text has white color on #024C46 background.