COLOR #214F42

HEX: #214F42 RGB: (33,79,66)

Color info

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

RGB color model

#214F42 color RGB value is (33,79,66).

RGB: (33,79,66) (13%, 31%, 26%)

RGB channels and saturation

R 33 of 255 = 13%
G 79 of 255 = 31%
B 66 of 255 = 26%

33
79
66

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

Portions of RGB colors in percentages

R + G + B = 33 + 79 + 66 = 178 (100%)
R 33 of 178 ~ 18.54%
G 79 of 178 ~ 44.38%
B 66 of 178 ~ 37.08'%

%18.54
%44.38
%37.08

CMYK color model

#214F42 color CMYK value is (58,0,16,69).

  • cyan value is 58.23%
  • magenta value is 0.00%
  • yellow value is 16.46%
  • key color value is 69.02%

CMYK: (58,0,16,69)
C58M0Y16K69 (58%, 0%, 16%, 69%)
(0.58 / 0.00 / 0.16 / 0.69)

CMYK percentages

%58.23
%0
%16.46
%69.02

Codes

Color #214F42 in popluar color models

21 4F 42
RGB 33 79 66
HSL 163° 41.07% 21.96%
HSB/HSV 163° 58.23% 30.98%
CMYK 58.23% 0.00% 16.46%
69.02%

Color #214F42 in popluar number systems.

HEX 21 4F 42
Decimal 33 79 66
Binary 100001 1001111 1000010
Octal 41 117 102

Shades and tints

Shades of #214F42

#214F42
(33,79,66)
#1E483C
(30,72,60)
#1B4136
(27,65,54)
#183A30
(24,58,48)
#15332A
(21,51,42)
#122C24
(18,44,36)
#0F251E
(15,37,30)
#0C1E18
(12,30,24)
#091712
(9,23,18)
#06100C
(6,16,12)
#030906
(3,9,6)
#000000
(0,0,0)

Tints of #214F42

#214F42
(33,79,66)
#355F53
(53,95,83)
#496F64
(73,111,100)
#5D7F75
(93,127,117)
#718F86
(113,143,134)
#859F97
(133,159,151)
#99AFA8
(153,175,168)
#ADBFB9
(173,191,185)
#C1CFCA
(193,207,202)
#D5DFDB
(213,223,219)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214F42; }

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

This text font color is #214F42.

Background Color

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

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

This div background color is #214F42.

Border color

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

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

This div border color is #214F42.

Opacity

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

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

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

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

This text has shadow with #214F42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #214F42.

Preview

Color preview on black background

This text has color #214F42 on black background.


Color preview on white background

This text has color #214F42 on white background.


Black color preview on #214F42 background

This text has black color on #214F42 background.


White color preview on #214F42 background

This text has white color on #214F42 background.


Related colors

Complementary color

Complementary color for #hex is #DEB0BD.


I love getcolorcode.com

Triadic colors

1 #42214F and #4F4221 with #214F42 are triadic colors.

2 #424F21 and #4F2142 with #214F42 are triadic colors.