COLOR #024D34

HEX: #024D34
RGB: (2,77,52)

Color info

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

RGB color model

#024D34 color RGB value is (2,77,52).

  • red value is 2;
  • green value is 77;
  • blue value is 52.
RGB:
(2,77,52)
(1%,30%,20%)

RGB channels and saturation

R 2 of 255 = 1%
G 77 of 255 = 30%
B 52 of 255 = 20%

2
77
52

R + G + B ~ 17%. #024D34 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 77 + 52 = 131 (100%)
R 2 of 131 ~ 1.53%
G 77 of 131 ~ 58.78%
B 52 of 131 ~ 39.69%

%58.78
%39.69

CMYK color model

#024D34 color CMYK value is (97,0,32,70).

  • cyan value is 97.40%
  • magenta value is 0.00%
  • yellow value is 32.47%
  • key color value is 69.80%
CMYK:
(97,0,32,70)
C97M0Y32K70 
(97%,0%,32%,70%)
(0.97/0.00/0.32/0.70)	

CMYK percentages

%97.4
%0
%32.47
%69.8

Codes

Color #024D34 in popluar color models

024D34
RGB27752
HSL160°94.94%15.49%
HSB/HSV160°97.40%30.20%
CMYK97.40%0.00%32.47%
69.80%

Color #024D34 in popluar number systems.

HEX024D34
Decimal27752
Binary101001101110100
Octal211564

Shades and tints

Shades of #024D34

#024D34
(2,77,52)
#024630
(2,70,48)
#023F2C
(2,63,44)
#023828
(2,56,40)
#023124
(2,49,36)
#022A20
(2,42,32)
#02231C
(2,35,28)
#021C18
(2,28,24)
#021514
(2,21,20)
#020E10
(2,14,16)
#02070C
(2,7,12)
#000000
(0,0,0)

Tints of #024D34

#024D34
(2,77,52)
#195D46
(25,93,70)
#306D58
(48,109,88)
#477D6A
(71,125,106)
#5E8D7C
(94,141,124)
#759D8E
(117,157,142)
#8CADA0
(140,173,160)
#A3BDB2
(163,189,178)
#BACDC4
(186,205,196)
#D1DDD6
(209,221,214)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024D34 color. Also use rgb(2,77,52) instead hex code.

Text Font Color

.myTextColor { color: #024D34; }

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

This text font color is #024D34.


Background Color

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

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

This div background color is #024D34.


Border color

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

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

This div border color is #024D34.


Opacity

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

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

Text with #024D34 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 #024D34;}

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

This text has shadow with #024D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024D34 on black background.


Color preview on white background

This text has color #024D34 on white background.



Black color preview on #024D34 background

This text has black color on #024D34 background.


White color preview on #024D34 background

This text has white color on #024D34 background.