COLOR #213136

HEX: #213136 RGB: (33,49,54)

Color info

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

RGB color model

#213136 color RGB value is (33,49,54).

RGB: (33,49,54) (13%, 19%, 21%)

RGB channels and saturation

R 33 of 255 = 13%
G 49 of 255 = 19%
B 54 of 255 = 21%

33
49
54

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

Portions of RGB colors in percentages

R + G + B = 33 + 49 + 54 = 136 (100%)
R 33 of 136 ~ 24.26%
G 49 of 136 ~ 36.03%
B 54 of 136 ~ 39.71'%

%24.26
%36.03
%39.71

CMYK color model

#213136 color CMYK value is (39,9,0,79).

  • cyan value is 38.89%
  • magenta value is 9.26%
  • yellow value is 0.00%
  • key color value is 78.82%

CMYK: (39,9,0,79)
C39M9Y0K79 (39%, 9%, 0%, 79%)
(0.39 / 0.09 / 0.00 / 0.79)

CMYK percentages

%38.89
%9.26
%0
%78.82

Codes

Color #213136 in popluar color models

21 31 36
RGB 33 49 54
HSL 194° 24.14% 17.06%
HSB/HSV 194° 38.89% 21.18%
CMYK 38.89% 9.26% 0.00%
78.82%

Color #213136 in popluar number systems.

HEX 21 31 36
Decimal 33 49 54
Binary 100001 110001 110110
Octal 41 61 66

Shades and tints

Shades of #213136

#213136
(33,49,54)
#1E2D32
(30,45,50)
#1B292E
(27,41,46)
#18252A
(24,37,42)
#152126
(21,33,38)
#121D22
(18,29,34)
#0F191E
(15,25,30)
#0C151A
(12,21,26)
#091116
(9,17,22)
#060D12
(6,13,18)
#03090E
(3,9,14)
#000000
(0,0,0)

Tints of #213136

#213136
(33,49,54)
#354348
(53,67,72)
#49555A
(73,85,90)
#5D676C
(93,103,108)
#71797E
(113,121,126)
#858B90
(133,139,144)
#999DA2
(153,157,162)
#ADAFB4
(173,175,180)
#C1C1C6
(193,193,198)
#D5D3D8
(213,211,216)
#E9E5EA
(233,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213136; }

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

This text font color is #213136.

Background Color

.myBgColor { background-color: #213136; }

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

This div background color is #213136.

Border color

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

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

This div border color is #213136.

Opacity

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

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

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

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

This text has shadow with #213136 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #213136.

Preview

Color preview on black background

This text has color #213136 on black background.


Color preview on white background

This text has color #213136 on white background.


Black color preview on #213136 background

This text has black color on #213136 background.


White color preview on #213136 background

This text has white color on #213136 background.


Related colors

Complementary color

Complementary color for #hex is #DECEC9.


I love getcolorcode.com

Triadic colors

1 #362131 and #313621 with #213136 are triadic colors.

2 #363121 and #312136 with #213136 are triadic colors.