COLOR #214B4F

HEX: #214B4F
RGB: (33,75,79)

Color info

#214B4F contains red, green and blue colors in about the same proportion. Web safe color of #214B4F is #333366 (or #336).

RGB color model

#214B4F color RGB value is (33,75,79).

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

RGB channels and saturation

R 33 of 255 = 13%
G 75 of 255 = 29%
B 79 of 255 = 31%

33
75
79

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

Portions of RGB colors in percentages

R + G + B =
33 + 75 + 79 = 187 (100%)
R 33 of 187 ~ 17.65%
G 75 of 187 ~ 40.11%
B 79 of 187 ~ 42.25%

%17.65
%40.11
%42.25

CMYK color model

#214B4F color CMYK value is (58,5,0,69).

  • cyan value is 58.23%
  • magenta value is 5.06%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(58,5,0,69)
C58M5Y0K69 
(58%,5%,0%,69%)
(0.58/0.05/0.00/0.69)	

CMYK percentages

%58.23
%5.06
%0
%69.02

Codes

Color #214B4F in popluar color models

214B4F
RGB337579
HSL185°41.07%21.96%
HSB/HSV185°58.23%30.98%
CMYK58.23%5.06%0.00%
69.02%

Color #214B4F in popluar number systems.

HEX214B4F
Decimal337579
Binary10000110010111001111
Octal41113117

Shades and tints

Shades of #214B4F

#214B4F
(33,75,79)
#1E4548
(30,69,72)
#1B3F41
(27,63,65)
#18393A
(24,57,58)
#153333
(21,51,51)
#122D2C
(18,45,44)
#0F2725
(15,39,37)
#0C211E
(12,33,30)
#091B17
(9,27,23)
#061510
(6,21,16)
#030F09
(3,15,9)
#000000
(0,0,0)

Tints of #214B4F

#214B4F
(33,75,79)
#355B5F
(53,91,95)
#496B6F
(73,107,111)
#5D7B7F
(93,123,127)
#718B8F
(113,139,143)
#859B9F
(133,155,159)
#99ABAF
(153,171,175)
#ADBBBF
(173,187,191)
#C1CBCF
(193,203,207)
#D5DBDF
(213,219,223)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214B4F; }

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

This text font color is #214B4F.


Background Color

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

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

This div background color is #214B4F.


Border color

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

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

This div border color is #214B4F.


Opacity

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

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

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

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

This text has shadow with #214B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214B4F on black background.


Color preview on white background

This text has color #214B4F on white background.



Black color preview on #214B4F background

This text has black color on #214B4F background.


White color preview on #214B4F background

This text has white color on #214B4F background.