COLOR #214A37

HEX: #214A37
RGB: (33,74,55)

Color info

#214A37 contains red, green and blue colors in about the same proportion. Web safe color of #214A37 is #333333 (or #333).

RGB color model

#214A37 color RGB value is (33,74,55).

  • red value is 33;
  • green value is 74;
  • blue value is 55.
RGB:
(33,74,55)
(13%,29%,22%)

RGB channels and saturation

R 33 of 255 = 13%
G 74 of 255 = 29%
B 55 of 255 = 22%

33
74
55

R + G + B ~ 21%. #214A37 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 74 + 55 = 162 (100%)
R 33 of 162 ~ 20.37%
G 74 of 162 ~ 45.68%
B 55 of 162 ~ 33.95%

%20.37
%45.68
%33.95

CMYK color model

#214A37 color CMYK value is (55,0,26,71).

  • cyan value is 55.41%
  • magenta value is 0.00%
  • yellow value is 25.68%
  • key color value is 70.98%
CMYK:
(55,0,26,71)
C55M0Y26K71 
(55%,0%,26%,71%)
(0.55/0.00/0.26/0.71)	

CMYK percentages

%55.41
%0
%25.68
%70.98

Codes

Color #214A37 in popluar color models

214A37
RGB337455
HSL152°38.32%20.98%
HSB/HSV152°55.41%29.02%
CMYK55.41%0.00%25.68%
70.98%

Color #214A37 in popluar number systems.

HEX214A37
Decimal337455
Binary1000011001010110111
Octal4111267

Shades and tints

Shades of #214A37

#214A37
(33,74,55)
#1E4432
(30,68,50)
#1B3E2D
(27,62,45)
#183828
(24,56,40)
#153223
(21,50,35)
#122C1E
(18,44,30)
#0F2619
(15,38,25)
#0C2014
(12,32,20)
#091A0F
(9,26,15)
#06140A
(6,20,10)
#030E05
(3,14,5)
#000000
(0,0,0)

Tints of #214A37

#214A37
(33,74,55)
#355A49
(53,90,73)
#496A5B
(73,106,91)
#5D7A6D
(93,122,109)
#718A7F
(113,138,127)
#859A91
(133,154,145)
#99AAA3
(153,170,163)
#ADBAB5
(173,186,181)
#C1CAC7
(193,202,199)
#D5DAD9
(213,218,217)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214A37 color. Also use rgb(33,74,55) instead hex code.

Text Font Color

.myTextColor { color: #214A37; }

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

This text font color is #214A37.


Background Color

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

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

This div background color is #214A37.


Border color

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

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

This div border color is #214A37.


Opacity

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

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

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

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

This text has shadow with #214A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214A37 on black background.


Color preview on white background

This text has color #214A37 on white background.



Black color preview on #214A37 background

This text has black color on #214A37 background.


White color preview on #214A37 background

This text has white color on #214A37 background.