COLOR #21473D

HEX: #21473D RGB: (33,71,61)

Color info

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

RGB color model

#21473D color RGB value is (33,71,61).

RGB: (33,71,61) (13%, 28%, 24%)

RGB channels and saturation

R 33 of 255 = 13%
G 71 of 255 = 28%
B 61 of 255 = 24%

33
71
61

R + G + B ~ 22%. #21473D is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 71 + 61 = 165 (100%)
R 33 of 165 ~ 20%
G 71 of 165 ~ 43.03%
B 61 of 165 ~ 36.97'%

%20
%43.03
%36.97

CMYK color model

#21473D color CMYK value is (54,0,14,72).

  • cyan value is 53.52%
  • magenta value is 0.00%
  • yellow value is 14.08%
  • key color value is 72.16%

CMYK: (54,0,14,72)
C54M0Y14K72 (54%, 0%, 14%, 72%)
(0.54 / 0.00 / 0.14 / 0.72)

CMYK percentages

%53.52
%0
%14.08
%72.16

Codes

Color #21473D in popluar color models

21 47 3D
RGB 33 71 61
HSL 164° 36.54% 20.39%
HSB/HSV 164° 53.52% 27.84%
CMYK 53.52% 0.00% 14.08%
72.16%

Color #21473D in popluar number systems.

HEX 21 47 3D
Decimal 33 71 61
Binary 100001 1000111 111101
Octal 41 107 75

Shades and tints

Shades of #21473D

#21473D
(33,71,61)
#1E4138
(30,65,56)
#1B3B33
(27,59,51)
#18352E
(24,53,46)
#152F29
(21,47,41)
#122924
(18,41,36)
#0F231F
(15,35,31)
#0C1D1A
(12,29,26)
#091715
(9,23,21)
#061110
(6,17,16)
#030B0B
(3,11,11)
#000000
(0,0,0)

Tints of #21473D

#21473D
(33,71,61)
#35574E
(53,87,78)
#49675F
(73,103,95)
#5D7770
(93,119,112)
#718781
(113,135,129)
#859792
(133,151,146)
#99A7A3
(153,167,163)
#ADB7B4
(173,183,180)
#C1C7C5
(193,199,197)
#D5D7D6
(213,215,214)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21473D; }

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

This text font color is #21473D.

Background Color

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

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

This div background color is #21473D.

Border color

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

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

This div border color is #21473D.

Opacity

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

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

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

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

This text has shadow with #21473D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #21473D.

Preview

Color preview on black background

This text has color #21473D on black background.


Color preview on white background

This text has color #21473D on white background.


Black color preview on #21473D background

This text has black color on #21473D background.


White color preview on #21473D background

This text has white color on #21473D background.


Related colors

Complementary color

Complementary color for #hex is #DEB8C2.


I love getcolorcode.com

Triadic colors

1 #3D2147 and #473D21 with #21473D are triadic colors.

2 #3D4721 and #47213D with #21473D are triadic colors.