COLOR #213643

HEX: #213643 RGB: (33,54,67)

Color info

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

RGB color model

#213643 color RGB value is (33,54,67).

RGB: (33,54,67) (13%, 21%, 26%)

RGB channels and saturation

R 33 of 255 = 13%
G 54 of 255 = 21%
B 67 of 255 = 26%

33
54
67

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

Portions of RGB colors in percentages

R + G + B = 33 + 54 + 67 = 154 (100%)
R 33 of 154 ~ 21.43%
G 54 of 154 ~ 35.06%
B 67 of 154 ~ 43.51'%

%21.43
%35.06
%43.51

CMYK color model

#213643 color CMYK value is (51,19,0,74).

  • cyan value is 50.75%
  • magenta value is 19.40%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (51,19,0,74)
C51M19Y0K74 (51%, 19%, 0%, 74%)
(0.51 / 0.19 / 0.00 / 0.74)

CMYK percentages

%50.75
%19.4
%0
%73.73

Codes

Color #213643 in popluar color models

21 36 43
RGB 33 54 67
HSL 203° 34.00% 19.61%
HSB/HSV 203° 50.75% 26.27%
CMYK 50.75% 19.40% 0.00%
73.73%

Color #213643 in popluar number systems.

HEX 21 36 43
Decimal 33 54 67
Binary 100001 110110 1000011
Octal 41 66 103

Shades and tints

Shades of #213643

#213643
(33,54,67)
#1E323D
(30,50,61)
#1B2E37
(27,46,55)
#182A31
(24,42,49)
#15262B
(21,38,43)
#122225
(18,34,37)
#0F1E1F
(15,30,31)
#0C1A19
(12,26,25)
#091613
(9,22,19)
#06120D
(6,18,13)
#030E07
(3,14,7)
#000000
(0,0,0)

Tints of #213643

#213643
(33,54,67)
#354854
(53,72,84)
#495A65
(73,90,101)
#5D6C76
(93,108,118)
#717E87
(113,126,135)
#859098
(133,144,152)
#99A2A9
(153,162,169)
#ADB4BA
(173,180,186)
#C1C6CB
(193,198,203)
#D5D8DC
(213,216,220)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213643; }

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

This text font color is #213643.

Background Color

.myBgColor { background-color: #213643; }

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

This div background color is #213643.

Border color

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

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

This div border color is #213643.

Opacity

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

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

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

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

This text has shadow with #213643 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #213643.

Preview

Color preview on black background

This text has color #213643 on black background.


Color preview on white background

This text has color #213643 on white background.


Black color preview on #213643 background

This text has black color on #213643 background.


White color preview on #213643 background

This text has white color on #213643 background.


Related colors

Complementary color

Complementary color for #hex is #DEC9BC.


I love getcolorcode.com

Triadic colors

1 #432136 and #364321 with #213643 are triadic colors.

2 #433621 and #362143 with #213643 are triadic colors.