COLOR #214F30

HEX: #214F30
RGB: (33,79,48)

Color info

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

RGB color model

#214F30 color RGB value is (33,79,48).

  • red value is 33;
  • green value is 79;
  • blue value is 48.
RGB:
(33,79,48)
(13%,31%,19%)

RGB channels and saturation

R 33 of 255 = 13%
G 79 of 255 = 31%
B 48 of 255 = 19%

33
79
48

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

Portions of RGB colors in percentages

R + G + B =
33 + 79 + 48 = 160 (100%)
R 33 of 160 ~ 20.63%
G 79 of 160 ~ 49.38%
B 48 of 160 ~ 30%

%20.63
%49.38
%30

CMYK color model

#214F30 color CMYK value is (58,0,39,69).

  • cyan value is 58.23%
  • magenta value is 0.00%
  • yellow value is 39.24%
  • key color value is 69.02%
CMYK:
(58,0,39,69)
C58M0Y39K69 
(58%,0%,39%,69%)
(0.58/0.00/0.39/0.69)	

CMYK percentages

%58.23
%0
%39.24
%69.02

Codes

Color #214F30 in popluar color models

214F30
RGB337948
HSL140°41.07%21.96%
HSB/HSV140°58.23%30.98%
CMYK58.23%0.00%39.24%
69.02%

Color #214F30 in popluar number systems.

HEX214F30
Decimal337948
Binary1000011001111110000
Octal4111760

Shades and tints

Shades of #214F30

#214F30
(33,79,48)
#1E482C
(30,72,44)
#1B4128
(27,65,40)
#183A24
(24,58,36)
#153320
(21,51,32)
#122C1C
(18,44,28)
#0F2518
(15,37,24)
#0C1E14
(12,30,20)
#091710
(9,23,16)
#06100C
(6,16,12)
#030908
(3,9,8)
#000000
(0,0,0)

Tints of #214F30

#214F30
(33,79,48)
#355F42
(53,95,66)
#496F54
(73,111,84)
#5D7F66
(93,127,102)
#718F78
(113,143,120)
#859F8A
(133,159,138)
#99AF9C
(153,175,156)
#ADBFAE
(173,191,174)
#C1CFC0
(193,207,192)
#D5DFD2
(213,223,210)
#E9EFE4
(233,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214F30 color. Also use rgb(33,79,48) instead hex code.

Text Font Color

.myTextColor { color: #214F30; }

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

This text font color is #214F30.


Background Color

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

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

This div background color is #214F30.


Border color

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

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

This div border color is #214F30.


Opacity

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

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

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

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

This text has shadow with #214F30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214F30 on black background.


Color preview on white background

This text has color #214F30 on white background.



Black color preview on #214F30 background

This text has black color on #214F30 background.


White color preview on #214F30 background

This text has white color on #214F30 background.