COLOR #214837

HEX: #214837
RGB: (33,72,55)

Color info

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

RGB color model

#214837 color RGB value is (33,72,55).

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

RGB channels and saturation

R 33 of 255 = 13%
G 72 of 255 = 28%
B 55 of 255 = 22%

33
72
55

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

Portions of RGB colors in percentages

R + G + B =
33 + 72 + 55 = 160 (100%)
R 33 of 160 ~ 20.63%
G 72 of 160 ~ 45%
B 55 of 160 ~ 34.38%

%20.63
%45
%34.38

CMYK color model

#214837 color CMYK value is (54,0,24,72).

  • cyan value is 54.17%
  • magenta value is 0.00%
  • yellow value is 23.61%
  • key color value is 71.76%
CMYK:
(54,0,24,72)
C54M0Y24K72 
(54%,0%,24%,72%)
(0.54/0.00/0.24/0.72)	

CMYK percentages

%54.17
%0
%23.61
%71.76

Codes

Color #214837 in popluar color models

214837
RGB337255
HSL154°37.14%20.59%
HSB/HSV154°54.17%28.24%
CMYK54.17%0.00%23.61%
71.76%

Color #214837 in popluar number systems.

HEX214837
Decimal337255
Binary1000011001000110111
Octal4111067

Shades and tints

Shades of #214837

#214837
(33,72,55)
#1E4232
(30,66,50)
#1B3C2D
(27,60,45)
#183628
(24,54,40)
#153023
(21,48,35)
#122A1E
(18,42,30)
#0F2419
(15,36,25)
#0C1E14
(12,30,20)
#09180F
(9,24,15)
#06120A
(6,18,10)
#030C05
(3,12,5)
#000000
(0,0,0)

Tints of #214837

#214837
(33,72,55)
#355849
(53,88,73)
#49685B
(73,104,91)
#5D786D
(93,120,109)
#71887F
(113,136,127)
#859891
(133,152,145)
#99A8A3
(153,168,163)
#ADB8B5
(173,184,181)
#C1C8C7
(193,200,199)
#D5D8D9
(213,216,217)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214837; }

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

This text font color is #214837.


Background Color

.myBgColor { background-color: #214837; }

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

This div background color is #214837.


Border color

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

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

This div border color is #214837.


Opacity

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

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

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

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

This text has shadow with #214837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214837 on black background.


Color preview on white background

This text has color #214837 on white background.



Black color preview on #214837 background

This text has black color on #214837 background.


White color preview on #214837 background

This text has white color on #214837 background.