COLOR #214431

HEX: #214431 RGB: (33,68,49)

Color info

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

RGB color model

#214431 color RGB value is (33,68,49).

RGB: (33,68,49) (13%, 27%, 19%)

RGB channels and saturation

R 33 of 255 = 13%
G 68 of 255 = 27%
B 49 of 255 = 19%

33
68
49

R + G + B ~ 20%. #214431 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 68 + 49 = 150 (100%)
R 33 of 150 ~ 22%
G 68 of 150 ~ 45.33%
B 49 of 150 ~ 32.67'%

%22
%45.33
%32.67

CMYK color model

#214431 color CMYK value is (51,0,28,73).

  • cyan value is 51.47%
  • magenta value is 0.00%
  • yellow value is 27.94%
  • key color value is 73.33%
CMYK: (51,0,28,73) C51M0Y28K73 (51%,0%,28%,73%) (0.51/0.00/0.28/0.73) 

CMYK percentages

%51.47
%0
%27.94
%73.33

Codes

Color #214431 in popluar color models

21 44 31
RGB 33 68 49
HSL 147° 34.65% 19.80%
HSB/HSV 147° 51.47% 26.67%
CMYK 51.47% 0.00% 27.94%
73.33%

Color #214431 in popluar number systems.

HEX 21 44 31
Decimal 33 68 49
Binary 100001 1000100 110001
Octal 41 104 61

Shades and tints

Shades of #214431

#214431
(33,68,49)
#1E3E2D
(30,62,45)
#1B3829
(27,56,41)
#183225
(24,50,37)
#152C21
(21,44,33)
#12261D
(18,38,29)
#0F2019
(15,32,25)
#0C1A15
(12,26,21)
#091411
(9,20,17)
#060E0D
(6,14,13)
#030809
(3,8,9)
#000000
(0,0,0)

Tints of #214431

#214431
(33,68,49)
#355543
(53,85,67)
#496655
(73,102,85)
#5D7767
(93,119,103)
#718879
(113,136,121)
#85998B
(133,153,139)
#99AA9D
(153,170,157)
#ADBBAF
(173,187,175)
#C1CCC1
(193,204,193)
#D5DDD3
(213,221,211)
#E9EEE5
(233,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214431 color. Also use rgb(33,68,49) instead hex code.

Text Font Color

.myTextColor { color: #214431; }

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

This text font color is #214431.

Background Color

.myBgColor { background-color: #214431; }

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

This div background color is #214431.

Border color

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

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

This div border color is #214431.

Opacity

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

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

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

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

This text has shadow with #214431 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #214431.

Preview

Color preview on black background

This text has color #214431 on black background.


Color preview on white background

This text has color #214431 on white background.


Black color preview on #214431 background

This text has black color on #214431 background.


White color preview on #214431 background

This text has white color on #214431 background.


Related colors

Complementary color

Complementary color for #hex is #DEBBCE.


I love getcolorcode.com

Triadic colors

1 #312144 and #443121 with #214431 are triadic colors.

2 #314421 and #442131 with #214431 are triadic colors.