COLOR #214249

HEX: #214249
RGB: (33,66,73)

Color info

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

RGB color model

#214249 color RGB value is (33,66,73).

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

RGB channels and saturation

R 33 of 255 = 13%
G 66 of 255 = 26%
B 73 of 255 = 29%

33
66
73

R + G + B ~ 23%. #214249 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 66 + 73 = 172 (100%)
R 33 of 172 ~ 19.19%
G 66 of 172 ~ 38.37%
B 73 of 172 ~ 42.44%

%19.19
%38.37
%42.44

CMYK color model

#214249 color CMYK value is (55,10,0,71).

  • cyan value is 54.79%
  • magenta value is 9.59%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(55,10,0,71)
C55M10Y0K71 
(55%,10%,0%,71%)
(0.55/0.10/0.00/0.71)	

CMYK percentages

%54.79
%9.59
%0
%71.37

Codes

Color #214249 in popluar color models

214249
RGB336673
HSL191°37.74%20.78%
HSB/HSV191°54.79%28.63%
CMYK54.79%9.59%0.00%
71.37%

Color #214249 in popluar number systems.

HEX214249
Decimal336673
Binary10000110000101001001
Octal41102111

Shades and tints

Shades of #214249

#214249
(33,66,73)
#1E3C43
(30,60,67)
#1B363D
(27,54,61)
#183037
(24,48,55)
#152A31
(21,42,49)
#12242B
(18,36,43)
#0F1E25
(15,30,37)
#0C181F
(12,24,31)
#091219
(9,18,25)
#060C13
(6,12,19)
#03060D
(3,6,13)
#000000
(0,0,0)

Tints of #214249

#214249
(33,66,73)
#355359
(53,83,89)
#496469
(73,100,105)
#5D7579
(93,117,121)
#718689
(113,134,137)
#859799
(133,151,153)
#99A8A9
(153,168,169)
#ADB9B9
(173,185,185)
#C1CAC9
(193,202,201)
#D5DBD9
(213,219,217)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214249; }

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

This text font color is #214249.


Background Color

.myBgColor { background-color: #214249; }

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

This div background color is #214249.


Border color

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

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

This div border color is #214249.


Opacity

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

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

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

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

This text has shadow with #214249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214249 on black background.


Color preview on white background

This text has color #214249 on white background.



Black color preview on #214249 background

This text has black color on #214249 background.


White color preview on #214249 background

This text has white color on #214249 background.