COLOR #214934

HEX: #214934
RGB: (33,73,52)

Color info

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

RGB color model

#214934 color RGB value is (33,73,52).

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

RGB channels and saturation

R 33 of 255 = 13%
G 73 of 255 = 29%
B 52 of 255 = 20%

33
73
52

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

Portions of RGB colors in percentages

R + G + B =
33 + 73 + 52 = 158 (100%)
R 33 of 158 ~ 20.89%
G 73 of 158 ~ 46.2%
B 52 of 158 ~ 32.91%

%20.89
%46.2
%32.91

CMYK color model

#214934 color CMYK value is (55,0,29,71).

  • cyan value is 54.79%
  • magenta value is 0.00%
  • yellow value is 28.77%
  • key color value is 71.37%
CMYK:
(55,0,29,71)
C55M0Y29K71 
(55%,0%,29%,71%)
(0.55/0.00/0.29/0.71)	

CMYK percentages

%54.79
%0
%28.77
%71.37

Codes

Color #214934 in popluar color models

214934
RGB337352
HSL149°37.74%20.78%
HSB/HSV149°54.79%28.63%
CMYK54.79%0.00%28.77%
71.37%

Color #214934 in popluar number systems.

HEX214934
Decimal337352
Binary1000011001001110100
Octal4111164

Shades and tints

Shades of #214934

#214934
(33,73,52)
#1E4330
(30,67,48)
#1B3D2C
(27,61,44)
#183728
(24,55,40)
#153124
(21,49,36)
#122B20
(18,43,32)
#0F251C
(15,37,28)
#0C1F18
(12,31,24)
#091914
(9,25,20)
#061310
(6,19,16)
#030D0C
(3,13,12)
#000000
(0,0,0)

Tints of #214934

#214934
(33,73,52)
#355946
(53,89,70)
#496958
(73,105,88)
#5D796A
(93,121,106)
#71897C
(113,137,124)
#85998E
(133,153,142)
#99A9A0
(153,169,160)
#ADB9B2
(173,185,178)
#C1C9C4
(193,201,196)
#D5D9D6
(213,217,214)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214934; }

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

This text font color is #214934.


Background Color

.myBgColor { background-color: #214934; }

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

This div background color is #214934.


Border color

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

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

This div border color is #214934.


Opacity

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

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

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

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

This text has shadow with #214934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214934 on black background.


Color preview on white background

This text has color #214934 on white background.



Black color preview on #214934 background

This text has black color on #214934 background.


White color preview on #214934 background

This text has white color on #214934 background.