COLOR #214937

HEX: #214937
RGB: (33,73,55)

Color info

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

RGB color model

#214937 color RGB value is (33,73,55).

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

RGB channels and saturation

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

33
73
55

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

Portions of RGB colors in percentages

R + G + B =
33 + 73 + 55 = 161 (100%)
R 33 of 161 ~ 20.5%
G 73 of 161 ~ 45.34%
B 55 of 161 ~ 34.16%

%20.5
%45.34
%34.16

CMYK color model

#214937 color CMYK value is (55,0,25,71).

  • cyan value is 54.79%
  • magenta value is 0.00%
  • yellow value is 24.66%
  • key color value is 71.37%
CMYK:
(55,0,25,71)
C55M0Y25K71 
(55%,0%,25%,71%)
(0.55/0.00/0.25/0.71)	

CMYK percentages

%54.79
%0
%24.66
%71.37

Codes

Color #214937 in popluar color models

214937
RGB337355
HSL153°37.74%20.78%
HSB/HSV153°54.79%28.63%
CMYK54.79%0.00%24.66%
71.37%

Color #214937 in popluar number systems.

HEX214937
Decimal337355
Binary1000011001001110111
Octal4111167

Shades and tints

Shades of #214937

#214937
(33,73,55)
#1E4332
(30,67,50)
#1B3D2D
(27,61,45)
#183728
(24,55,40)
#153123
(21,49,35)
#122B1E
(18,43,30)
#0F2519
(15,37,25)
#0C1F14
(12,31,20)
#09190F
(9,25,15)
#06130A
(6,19,10)
#030D05
(3,13,5)
#000000
(0,0,0)

Tints of #214937

#214937
(33,73,55)
#355949
(53,89,73)
#49695B
(73,105,91)
#5D796D
(93,121,109)
#71897F
(113,137,127)
#859991
(133,153,145)
#99A9A3
(153,169,163)
#ADB9B5
(173,185,181)
#C1C9C7
(193,201,199)
#D5D9D9
(213,217,217)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214937; }

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

This text font color is #214937.


Background Color

.myBgColor { background-color: #214937; }

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

This div background color is #214937.


Border color

.myBorderColor { border: 1px solid #214937; }

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

This div border color is #214937.


Opacity

.myOpacity80 { color: #214937; opacity: 0.8; }

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

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

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

This text has shadow with #214937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214937 on black background.


Color preview on white background

This text has color #214937 on white background.



Black color preview on #214937 background

This text has black color on #214937 background.


White color preview on #214937 background

This text has white color on #214937 background.