COLOR #214433

HEX: #214433
RGB: (33,68,51)

Color info

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

RGB color model

#214433 color RGB value is (33,68,51).

  • red value is 33;
  • green value is 68;
  • blue value is 51.
RGB:
(33,68,51)
(13%,27%,20%)

RGB channels and saturation

R 33 of 255 = 13%
G 68 of 255 = 27%
B 51 of 255 = 20%

33
68
51

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

Portions of RGB colors in percentages

R + G + B =
33 + 68 + 51 = 152 (100%)
R 33 of 152 ~ 21.71%
G 68 of 152 ~ 44.74%
B 51 of 152 ~ 33.55%

%21.71
%44.74
%33.55

CMYK color model

#214433 color CMYK value is (51,0,25,73).

  • cyan value is 51.47%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 73.33%
CMYK:
(51,0,25,73)
C51M0Y25K73 
(51%,0%,25%,73%)
(0.51/0.00/0.25/0.73)	

CMYK percentages

%51.47
%0
%25
%73.33

Codes

Color #214433 in popluar color models

214433
RGB336851
HSL151°34.65%19.80%
HSB/HSV151°51.47%26.67%
CMYK51.47%0.00%25.00%
73.33%

Color #214433 in popluar number systems.

HEX214433
Decimal336851
Binary1000011000100110011
Octal4110463

Shades and tints

Shades of #214433

#214433
(33,68,51)
#1E3E2F
(30,62,47)
#1B382B
(27,56,43)
#183227
(24,50,39)
#152C23
(21,44,35)
#12261F
(18,38,31)
#0F201B
(15,32,27)
#0C1A17
(12,26,23)
#091413
(9,20,19)
#060E0F
(6,14,15)
#03080B
(3,8,11)
#000000
(0,0,0)

Tints of #214433

#214433
(33,68,51)
#355545
(53,85,69)
#496657
(73,102,87)
#5D7769
(93,119,105)
#71887B
(113,136,123)
#85998D
(133,153,141)
#99AA9F
(153,170,159)
#ADBBB1
(173,187,177)
#C1CCC3
(193,204,195)
#D5DDD5
(213,221,213)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214433; }

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

This text font color is #214433.


Background Color

.myBgColor { background-color: #214433; }

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

This div background color is #214433.


Border color

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

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

This div border color is #214433.


Opacity

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

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

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

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

This text has shadow with #214433 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214433 on black background.


Color preview on white background

This text has color #214433 on white background.



Black color preview on #214433 background

This text has black color on #214433 background.


White color preview on #214433 background

This text has white color on #214433 background.