COLOR #21363B

HEX: #21363B RGB: (33,54,59)

Color info

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

RGB color model

#21363B color RGB value is (33,54,59).

RGB: (33,54,59) (13%, 21%, 23%)

RGB channels and saturation

R 33 of 255 = 13%
G 54 of 255 = 21%
B 59 of 255 = 23%

33
54
59

R + G + B ~ 19%. #21363B is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 54 + 59 = 146 (100%)
R 33 of 146 ~ 22.6%
G 54 of 146 ~ 36.99%
B 59 of 146 ~ 40.41'%

%22.6
%36.99
%40.41

CMYK color model

#21363B color CMYK value is (44,8,0,77).

  • cyan value is 44.07%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (44,8,0,77)
C44M8Y0K77 (44%, 8%, 0%, 77%)
(0.44 / 0.08 / 0.00 / 0.77)

CMYK percentages

%44.07
%8.47
%0
%76.86

Codes

Color #21363B in popluar color models

21 36 3B
RGB 33 54 59
HSL 192° 28.26% 18.04%
HSB/HSV 192° 44.07% 23.14%
CMYK 44.07% 8.47% 0.00%
76.86%

Color #21363B in popluar number systems.

HEX 21 36 3B
Decimal 33 54 59
Binary 100001 110110 111011
Octal 41 66 73

Shades and tints

Shades of #21363B

#21363B
(33,54,59)
#1E3236
(30,50,54)
#1B2E31
(27,46,49)
#182A2C
(24,42,44)
#152627
(21,38,39)
#122222
(18,34,34)
#0F1E1D
(15,30,29)
#0C1A18
(12,26,24)
#091613
(9,22,19)
#06120E
(6,18,14)
#030E09
(3,14,9)
#000000
(0,0,0)

Tints of #21363B

#21363B
(33,54,59)
#35484C
(53,72,76)
#495A5D
(73,90,93)
#5D6C6E
(93,108,110)
#717E7F
(113,126,127)
#859090
(133,144,144)
#99A2A1
(153,162,161)
#ADB4B2
(173,180,178)
#C1C6C3
(193,198,195)
#D5D8D4
(213,216,212)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21363B; }

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

This text font color is #21363B.

Background Color

.myBgColor { background-color: #21363B; }

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

This div background color is #21363B.

Border color

.myBorderColor { border: 1px solid #21363B; }

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

This div border color is #21363B.

Opacity

.myOpacity80 { color: #21363B; opacity: 0.8; }

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

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

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

This text has shadow with #21363B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #21363B.

Preview

Color preview on black background

This text has color #21363B on black background.


Color preview on white background

This text has color #21363B on white background.


Black color preview on #21363B background

This text has black color on #21363B background.


White color preview on #21363B background

This text has white color on #21363B background.


Related colors

Complementary color

Complementary color for #hex is #DEC9C4.


I love getcolorcode.com

Triadic colors

1 #3B2136 and #363B21 with #21363B are triadic colors.

2 #3B3621 and #36213B with #21363B are triadic colors.