COLOR #213526

HEX: #213526
RGB: (33,53,38)

Color info

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

RGB color model

#213526 color RGB value is (33,53,38).

  • red value is 33;
  • green value is 53;
  • blue value is 38.
RGB:
(33,53,38)
(13%,21%,15%)

RGB channels and saturation

R 33 of 255 = 13%
G 53 of 255 = 21%
B 38 of 255 = 15%

33
53
38

R + G + B ~ 16%. #213526 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 53 + 38 = 124 (100%)
R 33 of 124 ~ 26.61%
G 53 of 124 ~ 42.74%
B 38 of 124 ~ 30.65%

%26.61
%42.74
%30.65

CMYK color model

#213526 color CMYK value is (38,0,28,79).

  • cyan value is 37.74%
  • magenta value is 0.00%
  • yellow value is 28.30%
  • key color value is 79.22%
CMYK:
(38,0,28,79)
C38M0Y28K79 
(38%,0%,28%,79%)
(0.38/0.00/0.28/0.79)	

CMYK percentages

%37.74
%0
%28.3
%79.22

Codes

Color #213526 in popluar color models

213526
RGB335338
HSL135°23.26%16.86%
HSB/HSV135°37.74%20.78%
CMYK37.74%0.00%28.30%
79.22%

Color #213526 in popluar number systems.

HEX213526
Decimal335338
Binary100001110101100110
Octal416546

Shades and tints

Shades of #213526

#213526
(33,53,38)
#1E3123
(30,49,35)
#1B2D20
(27,45,32)
#18291D
(24,41,29)
#15251A
(21,37,26)
#122117
(18,33,23)
#0F1D14
(15,29,20)
#0C1911
(12,25,17)
#09150E
(9,21,14)
#06110B
(6,17,11)
#030D08
(3,13,8)
#000000
(0,0,0)

Tints of #213526

#213526
(33,53,38)
#354739
(53,71,57)
#49594C
(73,89,76)
#5D6B5F
(93,107,95)
#717D72
(113,125,114)
#858F85
(133,143,133)
#99A198
(153,161,152)
#ADB3AB
(173,179,171)
#C1C5BE
(193,197,190)
#D5D7D1
(213,215,209)
#E9E9E4
(233,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213526; }

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

This text font color is #213526.


Background Color

.myBgColor { background-color: #213526; }

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

This div background color is #213526.


Border color

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

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

This div border color is #213526.


Opacity

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

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

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

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

This text has shadow with #213526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213526 on black background.


Color preview on white background

This text has color #213526 on white background.



Black color preview on #213526 background

This text has black color on #213526 background.


White color preview on #213526 background

This text has white color on #213526 background.