COLOR #214E3C

HEX: #214E3C
RGB: (33,78,60)

Color info

#214E3C contains red, green and blue colors in about the same proportion. Web safe color of #214E3C is #336633 (or #363).

RGB color model

#214E3C color RGB value is (33,78,60).

  • red value is 33;
  • green value is 78;
  • blue value is 60.
RGB:
(33,78,60)
(13%,31%,24%)

RGB channels and saturation

R 33 of 255 = 13%
G 78 of 255 = 31%
B 60 of 255 = 24%

33
78
60

R + G + B ~ 23%. #214E3C is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 78 + 60 = 171 (100%)
R 33 of 171 ~ 19.3%
G 78 of 171 ~ 45.61%
B 60 of 171 ~ 35.09%

%19.3
%45.61
%35.09

CMYK color model

#214E3C color CMYK value is (58,0,23,69).

  • cyan value is 57.69%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 69.41%
CMYK:
(58,0,23,69)
C58M0Y23K69 
(58%,0%,23%,69%)
(0.58/0.00/0.23/0.69)	

CMYK percentages

%57.69
%0
%23.08
%69.41

Codes

Color #214E3C in popluar color models

214E3C
RGB337860
HSL156°40.54%21.76%
HSB/HSV156°57.69%30.59%
CMYK57.69%0.00%23.08%
69.41%

Color #214E3C in popluar number systems.

HEX214E3C
Decimal337860
Binary1000011001110111100
Octal4111674

Shades and tints

Shades of #214E3C

#214E3C
(33,78,60)
#1E4737
(30,71,55)
#1B4032
(27,64,50)
#18392D
(24,57,45)
#153228
(21,50,40)
#122B23
(18,43,35)
#0F241E
(15,36,30)
#0C1D19
(12,29,25)
#091614
(9,22,20)
#060F0F
(6,15,15)
#03080A
(3,8,10)
#000000
(0,0,0)

Tints of #214E3C

#214E3C
(33,78,60)
#355E4D
(53,94,77)
#496E5E
(73,110,94)
#5D7E6F
(93,126,111)
#718E80
(113,142,128)
#859E91
(133,158,145)
#99AEA2
(153,174,162)
#ADBEB3
(173,190,179)
#C1CEC4
(193,206,196)
#D5DED5
(213,222,213)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214E3C color. Also use rgb(33,78,60) instead hex code.

Text Font Color

.myTextColor { color: #214E3C; }

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

This text font color is #214E3C.


Background Color

.myBgColor { background-color: #214E3C; }

<div style="background-color:#214E3C">Inner text</div>

This div background color is #214E3C.


Border color

.myBorderColor { border: 1px solid #214E3C; }

<div style="border:3px solid #214E3C">Div</div>

This div border color is #214E3C.


Opacity

.myOpacity80 { color: #214E3C; opacity: 0.8; }

<p style="color:#214E3C;opacity:0.8;">80%</p>

Text with #214E3C 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 #214E3C;}

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

This text has shadow with #214E3C color.

.textShadow {text-shadow: 3px 3px 1px #214E3C, 3px 3px 1px red;}

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

This text has shadow with #214E3C primary color and red secondary color.


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

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

This text has shadow with #214E3C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214E3C on black background.


Color preview on white background

This text has color #214E3C on white background.



Black color preview on #214E3C background

This text has black color on #214E3C background.


White color preview on #214E3C background

This text has white color on #214E3C background.