COLOR #214232

HEX: #214232
RGB: (33,66,50)

Color info

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

RGB color model

#214232 color RGB value is (33,66,50).

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

RGB channels and saturation

R 33 of 255 = 13%
G 66 of 255 = 26%
B 50 of 255 = 20%

33
66
50

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

Portions of RGB colors in percentages

R + G + B =
33 + 66 + 50 = 149 (100%)
R 33 of 149 ~ 22.15%
G 66 of 149 ~ 44.3%
B 50 of 149 ~ 33.56%

%22.15
%44.3
%33.56

CMYK color model

#214232 color CMYK value is (50,0,24,74).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 74.12%
CMYK:
(50,0,24,74)
C50M0Y24K74 
(50%,0%,24%,74%)
(0.50/0.00/0.24/0.74)	

CMYK percentages

%50
%0
%24.24
%74.12

Codes

Color #214232 in popluar color models

214232
RGB336650
HSL151°33.33%19.41%
HSB/HSV151°50.00%25.88%
CMYK50.00%0.00%24.24%
74.12%

Color #214232 in popluar number systems.

HEX214232
Decimal336650
Binary1000011000010110010
Octal4110262

Shades and tints

Shades of #214232

#214232
(33,66,50)
#1E3C2E
(30,60,46)
#1B362A
(27,54,42)
#183026
(24,48,38)
#152A22
(21,42,34)
#12241E
(18,36,30)
#0F1E1A
(15,30,26)
#0C1816
(12,24,22)
#091212
(9,18,18)
#060C0E
(6,12,14)
#03060A
(3,6,10)
#000000
(0,0,0)

Tints of #214232

#214232
(33,66,50)
#355344
(53,83,68)
#496456
(73,100,86)
#5D7568
(93,117,104)
#71867A
(113,134,122)
#85978C
(133,151,140)
#99A89E
(153,168,158)
#ADB9B0
(173,185,176)
#C1CAC2
(193,202,194)
#D5DBD4
(213,219,212)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214232; }

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

This text font color is #214232.


Background Color

.myBgColor { background-color: #214232; }

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

This div background color is #214232.


Border color

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

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

This div border color is #214232.


Opacity

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

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

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

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

This text has shadow with #214232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214232 on black background.


Color preview on white background

This text has color #214232 on white background.



Black color preview on #214232 background

This text has black color on #214232 background.


White color preview on #214232 background

This text has white color on #214232 background.