COLOR #213238

HEX: #213238 RGB: (33,50,56)

Color info

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

RGB color model

#213238 color RGB value is (33,50,56).

RGB: (33,50,56) (13%, 20%, 22%)

RGB channels and saturation

R 33 of 255 = 13%
G 50 of 255 = 20%
B 56 of 255 = 22%

33
50
56

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

Portions of RGB colors in percentages

R + G + B = 33 + 50 + 56 = 139 (100%)
R 33 of 139 ~ 23.74%
G 50 of 139 ~ 35.97%
B 56 of 139 ~ 40.29'%

%23.74
%35.97
%40.29

CMYK color model

#213238 color CMYK value is (41,11,0,78).

  • cyan value is 41.07%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 78.04%

CMYK: (41,11,0,78)
C41M11Y0K78 (41%, 11%, 0%, 78%)
(0.41 / 0.11 / 0.00 / 0.78)

CMYK percentages

%41.07
%10.71
%0
%78.04

Codes

Color #213238 in popluar color models

21 32 38
RGB 33 50 56
HSL 196° 25.84% 17.45%
HSB/HSV 196° 41.07% 21.96%
CMYK 41.07% 10.71% 0.00%
78.04%

Color #213238 in popluar number systems.

HEX 21 32 38
Decimal 33 50 56
Binary 100001 110010 111000
Octal 41 62 70

Shades and tints

Shades of #213238

#213238
(33,50,56)
#1E2E33
(30,46,51)
#1B2A2E
(27,42,46)
#182629
(24,38,41)
#152224
(21,34,36)
#121E1F
(18,30,31)
#0F1A1A
(15,26,26)
#0C1615
(12,22,21)
#091210
(9,18,16)
#060E0B
(6,14,11)
#030A06
(3,10,6)
#000000
(0,0,0)

Tints of #213238

#213238
(33,50,56)
#35444A
(53,68,74)
#49565C
(73,86,92)
#5D686E
(93,104,110)
#717A80
(113,122,128)
#858C92
(133,140,146)
#999EA4
(153,158,164)
#ADB0B6
(173,176,182)
#C1C2C8
(193,194,200)
#D5D4DA
(213,212,218)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213238; }

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

This text font color is #213238.

Background Color

.myBgColor { background-color: #213238; }

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

This div background color is #213238.

Border color

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

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

This div border color is #213238.

Opacity

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

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

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

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

This text has shadow with #213238 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #213238.

Preview

Color preview on black background

This text has color #213238 on black background.


Color preview on white background

This text has color #213238 on white background.


Black color preview on #213238 background

This text has black color on #213238 background.


White color preview on #213238 background

This text has white color on #213238 background.


Related colors

Complementary color

Complementary color for #hex is #DECDC7.


I love getcolorcode.com

Triadic colors

1 #382132 and #323821 with #213238 are triadic colors.

2 #383221 and #322138 with #213238 are triadic colors.