COLOR #214948

HEX: #214948
RGB: (33,73,72)

Color info

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

RGB color model

#214948 color RGB value is (33,73,72).

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

RGB channels and saturation

R 33 of 255 = 13%
G 73 of 255 = 29%
B 72 of 255 = 28%

33
73
72

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

Portions of RGB colors in percentages

R + G + B =
33 + 73 + 72 = 178 (100%)
R 33 of 178 ~ 18.54%
G 73 of 178 ~ 41.01%
B 72 of 178 ~ 40.45%

%18.54
%41.01
%40.45

CMYK color model

#214948 color CMYK value is (55,0,1,71).

  • cyan value is 54.79%
  • magenta value is 0.00%
  • yellow value is 1.37%
  • key color value is 71.37%
CMYK:
(55,0,1,71)
C55M0Y1K71 
(55%,0%,1%,71%)
(0.55/0.00/0.01/0.71)	

CMYK percentages

%54.79
%0
%1.37
%71.37

Codes

Color #214948 in popluar color models

214948
RGB337372
HSL179°37.74%20.78%
HSB/HSV179°54.79%28.63%
CMYK54.79%0.00%1.37%
71.37%

Color #214948 in popluar number systems.

HEX214948
Decimal337372
Binary10000110010011001000
Octal41111110

Shades and tints

Shades of #214948

#214948
(33,73,72)
#1E4342
(30,67,66)
#1B3D3C
(27,61,60)
#183736
(24,55,54)
#153130
(21,49,48)
#122B2A
(18,43,42)
#0F2524
(15,37,36)
#0C1F1E
(12,31,30)
#091918
(9,25,24)
#061312
(6,19,18)
#030D0C
(3,13,12)
#000000
(0,0,0)

Tints of #214948

#214948
(33,73,72)
#355958
(53,89,88)
#496968
(73,105,104)
#5D7978
(93,121,120)
#718988
(113,137,136)
#859998
(133,153,152)
#99A9A8
(153,169,168)
#ADB9B8
(173,185,184)
#C1C9C8
(193,201,200)
#D5D9D8
(213,217,216)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214948; }

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

This text font color is #214948.


Background Color

.myBgColor { background-color: #214948; }

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

This div background color is #214948.


Border color

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

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

This div border color is #214948.


Opacity

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

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

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

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

This text has shadow with #214948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214948 on black background.


Color preview on white background

This text has color #214948 on white background.



Black color preview on #214948 background

This text has black color on #214948 background.


White color preview on #214948 background

This text has white color on #214948 background.