COLOR #213133

HEX: #213133
RGB: (33,49,51)

Color info

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

RGB color model

#213133 color RGB value is (33,49,51).

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

RGB channels and saturation

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

33
49
51

R + G + B ~ 17%. #213133 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 49 + 51 = 133 (100%)
R 33 of 133 ~ 24.81%
G 49 of 133 ~ 36.84%
B 51 of 133 ~ 38.35%

%24.81
%36.84
%38.35

CMYK color model

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

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

CMYK percentages

%35.29
%3.92
%0
%80

Codes

Color #213133 in popluar color models

213133
RGB334951
HSL187°21.43%16.47%
HSB/HSV187°35.29%20.00%
CMYK35.29%3.92%0.00%
80.00%

Color #213133 in popluar number systems.

HEX213133
Decimal334951
Binary100001110001110011
Octal416163

Shades and tints

Shades of #213133

#213133
(33,49,51)
#1E2D2F
(30,45,47)
#1B292B
(27,41,43)
#182527
(24,37,39)
#152123
(21,33,35)
#121D1F
(18,29,31)
#0F191B
(15,25,27)
#0C1517
(12,21,23)
#091113
(9,17,19)
#060D0F
(6,13,15)
#03090B
(3,9,11)
#000000
(0,0,0)

Tints of #213133

#213133
(33,49,51)
#354345
(53,67,69)
#495557
(73,85,87)
#5D6769
(93,103,105)
#71797B
(113,121,123)
#858B8D
(133,139,141)
#999D9F
(153,157,159)
#ADAFB1
(173,175,177)
#C1C1C3
(193,193,195)
#D5D3D5
(213,211,213)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213133; }

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

This text font color is #213133.


Background Color

.myBgColor { background-color: #213133; }

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

This div background color is #213133.


Border color

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

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

This div border color is #213133.


Opacity

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

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

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

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

This text has shadow with #213133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213133 on black background.


Color preview on white background

This text has color #213133 on white background.



Black color preview on #213133 background

This text has black color on #213133 background.


White color preview on #213133 background

This text has white color on #213133 background.