COLOR #213333

HEX: #213333
RGB: (33,51,51)

Color info

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

RGB color model

#213333 color RGB value is (33,51,51).

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

RGB channels and saturation

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

33
51
51

R + G + B ~ 18%. #213333 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 51 + 51 = 135 (100%)
R 33 of 135 ~ 24.44%
G 51 of 135 ~ 37.78%
B 51 of 135 ~ 37.78%

%24.44
%37.78
%37.78

CMYK color model

#213333 color CMYK value is (35,0,0,80).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(35,0,0,80)
C35M0Y0K80 
(35%,0%,0%,80%)
(0.35/0.00/0.00/0.80)	

CMYK percentages

%35.29
%0
%0
%80

Codes

Color #213333 in popluar color models

213333
RGB335151
HSL180°21.43%16.47%
HSB/HSV180°35.29%20.00%
CMYK35.29%0.00%0.00%
80.00%

Color #213333 in popluar number systems.

HEX213333
Decimal335151
Binary100001110011110011
Octal416363

Shades and tints

Shades of #213333

#213333
(33,51,51)
#1E2F2F
(30,47,47)
#1B2B2B
(27,43,43)
#182727
(24,39,39)
#152323
(21,35,35)
#121F1F
(18,31,31)
#0F1B1B
(15,27,27)
#0C1717
(12,23,23)
#091313
(9,19,19)
#060F0F
(6,15,15)
#030B0B
(3,11,11)
#000000
(0,0,0)

Tints of #213333

#213333
(33,51,51)
#354545
(53,69,69)
#495757
(73,87,87)
#5D6969
(93,105,105)
#717B7B
(113,123,123)
#858D8D
(133,141,141)
#999F9F
(153,159,159)
#ADB1B1
(173,177,177)
#C1C3C3
(193,195,195)
#D5D5D5
(213,213,213)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213333; }

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

This text font color is #213333.


Background Color

.myBgColor { background-color: #213333; }

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

This div background color is #213333.


Border color

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

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

This div border color is #213333.


Opacity

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

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

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

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

This text has shadow with #213333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213333 on black background.


Color preview on white background

This text has color #213333 on white background.



Black color preview on #213333 background

This text has black color on #213333 background.


White color preview on #213333 background

This text has white color on #213333 background.