COLOR #213C39

HEX: #213C39 RGB: (33,60,57)

Color info

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

RGB color model

#213C39 color RGB value is (33,60,57).

RGB: (33,60,57) (13%, 24%, 22%)

RGB channels and saturation

R 33 of 255 = 13%
G 60 of 255 = 24%
B 57 of 255 = 22%

33
60
57

R + G + B ~ 20%. #213C39 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 60 + 57 = 150 (100%)
R 33 of 150 ~ 22%
G 60 of 150 ~ 40%
B 57 of 150 ~ 38'%

%22
%40
%38

CMYK color model

#213C39 color CMYK value is (45,0,5,76).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 76.47%

CMYK: (45,0,5,76)
C45M0Y5K76 (45%, 0%, 5%, 76%)
(0.45 / 0.00 / 0.05 / 0.76)

CMYK percentages

%45
%0
%5
%76.47

Codes

Color #213C39 in popluar color models

21 3C 39
RGB 33 60 57
HSL 173° 29.03% 18.24%
HSB/HSV 173° 45.00% 23.53%
CMYK 45.00% 0.00% 5.00%
76.47%

Color #213C39 in popluar number systems.

HEX 21 3C 39
Decimal 33 60 57
Binary 100001 111100 111001
Octal 41 74 71

Shades and tints

Shades of #213C39

#213C39
(33,60,57)
#1E3734
(30,55,52)
#1B322F
(27,50,47)
#182D2A
(24,45,42)
#152825
(21,40,37)
#122320
(18,35,32)
#0F1E1B
(15,30,27)
#0C1916
(12,25,22)
#091411
(9,20,17)
#060F0C
(6,15,12)
#030A07
(3,10,7)
#000000
(0,0,0)

Tints of #213C39

#213C39
(33,60,57)
#354D4B
(53,77,75)
#495E5D
(73,94,93)
#5D6F6F
(93,111,111)
#718081
(113,128,129)
#859193
(133,145,147)
#99A2A5
(153,162,165)
#ADB3B7
(173,179,183)
#C1C4C9
(193,196,201)
#D5D5DB
(213,213,219)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213C39 color. Also use rgb(33,60,57) instead hex code.

Text Font Color

.myTextColor { color: #213C39; }

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

This text font color is #213C39.

Background Color

.myBgColor { background-color: #213C39; }

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

This div background color is #213C39.

Border color

.myBorderColor { border: 1px solid #213C39; }

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

This div border color is #213C39.

Opacity

.myOpacity80 { color: #213C39; opacity: 0.8; }

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

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

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

This text has shadow with #213C39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #213C39.

Preview

Color preview on black background

This text has color #213C39 on black background.


Color preview on white background

This text has color #213C39 on white background.


Black color preview on #213C39 background

This text has black color on #213C39 background.


White color preview on #213C39 background

This text has white color on #213C39 background.


Related colors

Complementary color

Complementary color for #hex is #DEC3C6.


I love getcolorcode.com

Triadic colors

1 #39213C and #3C3921 with #213C39 are triadic colors.

2 #393C21 and #3C2139 with #213C39 are triadic colors.