COLOR #21362E

HEX: #21362E
RGB: (33,54,46)

Color info

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

RGB color model

#21362E color RGB value is (33,54,46).

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

RGB channels and saturation

R 33 of 255 = 13%
G 54 of 255 = 21%
B 46 of 255 = 18%

33
54
46

R + G + B ~ 17%. #21362E is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 54 + 46 = 133 (100%)
R 33 of 133 ~ 24.81%
G 54 of 133 ~ 40.6%
B 46 of 133 ~ 34.59%

%24.81
%40.6
%34.59

CMYK color model

#21362E color CMYK value is (39,0,15,79).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 78.82%
CMYK:
(39,0,15,79)
C39M0Y15K79 
(39%,0%,15%,79%)
(0.39/0.00/0.15/0.79)	

CMYK percentages

%38.89
%0
%14.81
%78.82

Codes

Color #21362E in popluar color models

21362E
RGB335446
HSL157°24.14%17.06%
HSB/HSV157°38.89%21.18%
CMYK38.89%0.00%14.81%
78.82%

Color #21362E in popluar number systems.

HEX21362E
Decimal335446
Binary100001110110101110
Octal416656

Shades and tints

Shades of #21362E

#21362E
(33,54,46)
#1E322A
(30,50,42)
#1B2E26
(27,46,38)
#182A22
(24,42,34)
#15261E
(21,38,30)
#12221A
(18,34,26)
#0F1E16
(15,30,22)
#0C1A12
(12,26,18)
#09160E
(9,22,14)
#06120A
(6,18,10)
#030E06
(3,14,6)
#000000
(0,0,0)

Tints of #21362E

#21362E
(33,54,46)
#354841
(53,72,65)
#495A54
(73,90,84)
#5D6C67
(93,108,103)
#717E7A
(113,126,122)
#85908D
(133,144,141)
#99A2A0
(153,162,160)
#ADB4B3
(173,180,179)
#C1C6C6
(193,198,198)
#D5D8D9
(213,216,217)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21362E; }

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

This text font color is #21362E.


Background Color

.myBgColor { background-color: #21362E; }

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

This div background color is #21362E.


Border color

.myBorderColor { border: 1px solid #21362E; }

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

This div border color is #21362E.


Opacity

.myOpacity80 { color: #21362E; opacity: 0.8; }

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

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

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

This text has shadow with #21362E color.

.textShadow {text-shadow: 3px 3px 1px #21362E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21362E on black background.


Color preview on white background

This text has color #21362E on white background.



Black color preview on #21362E background

This text has black color on #21362E background.


White color preview on #21362E background

This text has white color on #21362E background.