COLOR #21473A

HEX: #21473A
RGB: (33,71,58)

Color info

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

RGB color model

#21473A color RGB value is (33,71,58).

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

RGB channels and saturation

R 33 of 255 = 13%
G 71 of 255 = 28%
B 58 of 255 = 23%

33
71
58

R + G + B ~ 21%. #21473A is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 71 + 58 = 162 (100%)
R 33 of 162 ~ 20.37%
G 71 of 162 ~ 43.83%
B 58 of 162 ~ 35.8%

%20.37
%43.83
%35.8

CMYK color model

#21473A color CMYK value is (54,0,18,72).

  • cyan value is 53.52%
  • magenta value is 0.00%
  • yellow value is 18.31%
  • key color value is 72.16%
CMYK:
(54,0,18,72)
C54M0Y18K72 
(54%,0%,18%,72%)
(0.54/0.00/0.18/0.72)	

CMYK percentages

%53.52
%0
%18.31
%72.16

Codes

Color #21473A in popluar color models

21473A
RGB337158
HSL159°36.54%20.39%
HSB/HSV159°53.52%27.84%
CMYK53.52%0.00%18.31%
72.16%

Color #21473A in popluar number systems.

HEX21473A
Decimal337158
Binary1000011000111111010
Octal4110772

Shades and tints

Shades of #21473A

#21473A
(33,71,58)
#1E4135
(30,65,53)
#1B3B30
(27,59,48)
#18352B
(24,53,43)
#152F26
(21,47,38)
#122921
(18,41,33)
#0F231C
(15,35,28)
#0C1D17
(12,29,23)
#091712
(9,23,18)
#06110D
(6,17,13)
#030B08
(3,11,8)
#000000
(0,0,0)

Tints of #21473A

#21473A
(33,71,58)
#35574B
(53,87,75)
#49675C
(73,103,92)
#5D776D
(93,119,109)
#71877E
(113,135,126)
#85978F
(133,151,143)
#99A7A0
(153,167,160)
#ADB7B1
(173,183,177)
#C1C7C2
(193,199,194)
#D5D7D3
(213,215,211)
#E9E7E4
(233,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21473A; }

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

This text font color is #21473A.


Background Color

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

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

This div background color is #21473A.


Border color

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

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

This div border color is #21473A.


Opacity

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

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

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

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

This text has shadow with #21473A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21473A on black background.


Color preview on white background

This text has color #21473A on white background.



Black color preview on #21473A background

This text has black color on #21473A background.


White color preview on #21473A background

This text has white color on #21473A background.