COLOR #214F48

HEX: #214F48
RGB: (33,79,72)

Color info

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

RGB color model

#214F48 color RGB value is (33,79,72).

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

RGB channels and saturation

R 33 of 255 = 13%
G 79 of 255 = 31%
B 72 of 255 = 28%

33
79
72

R + G + B ~ 24%. #214F48 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 79 + 72 = 184 (100%)
R 33 of 184 ~ 17.93%
G 79 of 184 ~ 42.93%
B 72 of 184 ~ 39.13%

%17.93
%42.93
%39.13

CMYK color model

#214F48 color CMYK value is (58,0,9,69).

  • cyan value is 58.23%
  • magenta value is 0.00%
  • yellow value is 8.86%
  • key color value is 69.02%
CMYK:
(58,0,9,69)
C58M0Y9K69 
(58%,0%,9%,69%)
(0.58/0.00/0.09/0.69)	

CMYK percentages

%58.23
%0
%8.86
%69.02

Codes

Color #214F48 in popluar color models

214F48
RGB337972
HSL171°41.07%21.96%
HSB/HSV171°58.23%30.98%
CMYK58.23%0.00%8.86%
69.02%

Color #214F48 in popluar number systems.

HEX214F48
Decimal337972
Binary10000110011111001000
Octal41117110

Shades and tints

Shades of #214F48

#214F48
(33,79,72)
#1E4842
(30,72,66)
#1B413C
(27,65,60)
#183A36
(24,58,54)
#153330
(21,51,48)
#122C2A
(18,44,42)
#0F2524
(15,37,36)
#0C1E1E
(12,30,30)
#091718
(9,23,24)
#061012
(6,16,18)
#03090C
(3,9,12)
#000000
(0,0,0)

Tints of #214F48

#214F48
(33,79,72)
#355F58
(53,95,88)
#496F68
(73,111,104)
#5D7F78
(93,127,120)
#718F88
(113,143,136)
#859F98
(133,159,152)
#99AFA8
(153,175,168)
#ADBFB8
(173,191,184)
#C1CFC8
(193,207,200)
#D5DFD8
(213,223,216)
#E9EFE8
(233,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214F48; }

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

This text font color is #214F48.


Background Color

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

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

This div background color is #214F48.


Border color

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

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

This div border color is #214F48.


Opacity

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

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

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

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

This text has shadow with #214F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214F48 on black background.


Color preview on white background

This text has color #214F48 on white background.



Black color preview on #214F48 background

This text has black color on #214F48 background.


White color preview on #214F48 background

This text has white color on #214F48 background.