COLOR #21363A

HEX: #21363A
RGB: (33,54,58)

Color info

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

RGB color model

#21363A color RGB value is (33,54,58).

  • red value is 33;
  • green value is 54;
  • blue value is 58.
RGB:
(33,54,58)
(13%,21%,23%)

RGB channels and saturation

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

33
54
58

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

Portions of RGB colors in percentages

R + G + B =
33 + 54 + 58 = 145 (100%)
R 33 of 145 ~ 22.76%
G 54 of 145 ~ 37.24%
B 58 of 145 ~ 40%

%22.76
%37.24
%40

CMYK color model

#21363A color CMYK value is (43,7,0,77).

  • cyan value is 43.10%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(43,7,0,77)
C43M7Y0K77 
(43%,7%,0%,77%)
(0.43/0.07/0.00/0.77)	

CMYK percentages

%43.1
%6.9
%0
%77.25

Codes

Color #21363A in popluar color models

21363A
RGB335458
HSL190°27.47%17.84%
HSB/HSV190°43.10%22.75%
CMYK43.10%6.90%0.00%
77.25%

Color #21363A in popluar number systems.

HEX21363A
Decimal335458
Binary100001110110111010
Octal416672

Shades and tints

Shades of #21363A

#21363A
(33,54,58)
#1E3235
(30,50,53)
#1B2E30
(27,46,48)
#182A2B
(24,42,43)
#152626
(21,38,38)
#122221
(18,34,33)
#0F1E1C
(15,30,28)
#0C1A17
(12,26,23)
#091612
(9,22,18)
#06120D
(6,18,13)
#030E08
(3,14,8)
#000000
(0,0,0)

Tints of #21363A

#21363A
(33,54,58)
#35484B
(53,72,75)
#495A5C
(73,90,92)
#5D6C6D
(93,108,109)
#717E7E
(113,126,126)
#85908F
(133,144,143)
#99A2A0
(153,162,160)
#ADB4B1
(173,180,177)
#C1C6C2
(193,198,194)
#D5D8D3
(213,216,211)
#E9EAE4
(233,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21363A; }

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

This text font color is #21363A.


Background Color

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

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

This div background color is #21363A.


Border color

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

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

This div border color is #21363A.


Opacity

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

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

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

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

This text has shadow with #21363A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21363A on black background.


Color preview on white background

This text has color #21363A on white background.



Black color preview on #21363A background

This text has black color on #21363A background.


White color preview on #21363A background

This text has white color on #21363A background.