COLOR #21474F

HEX: #21474F RGB: (33,71,79)

Color info

#21474F contains red, green and blue colors in about the same proportion. Web safe color of #21474F is #333366 (or #336).

RGB color model

#21474F color RGB value is (33,71,79).

RGB: (33,71,79) (13%, 28%, 31%)

RGB channels and saturation

R 33 of 255 = 13%
G 71 of 255 = 28%
B 79 of 255 = 31%

33
71
79

R + G + B ~ 24%. #21474F is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 71 + 79 = 183 (100%)
R 33 of 183 ~ 18.03%
G 71 of 183 ~ 38.8%
B 79 of 183 ~ 43.17'%

%18.03
%38.8
%43.17

CMYK color model

#21474F color CMYK value is (58,10,0,69).

  • cyan value is 58.23%
  • magenta value is 10.13%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (58,10,0,69)
C58M10Y0K69 (58%, 10%, 0%, 69%)
(0.58 / 0.10 / 0.00 / 0.69)

CMYK percentages

%58.23
%10.13
%0
%69.02

Codes

Color #21474F in popluar color models

21 47 4F
RGB 33 71 79
HSL 190° 41.07% 21.96%
HSB/HSV 190° 58.23% 30.98%
CMYK 58.23% 10.13% 0.00%
69.02%

Color #21474F in popluar number systems.

HEX 21 47 4F
Decimal 33 71 79
Binary 100001 1000111 1001111
Octal 41 107 117

Shades and tints

Shades of #21474F

#21474F
(33,71,79)
#1E4148
(30,65,72)
#1B3B41
(27,59,65)
#18353A
(24,53,58)
#152F33
(21,47,51)
#12292C
(18,41,44)
#0F2325
(15,35,37)
#0C1D1E
(12,29,30)
#091717
(9,23,23)
#061110
(6,17,16)
#030B09
(3,11,9)
#000000
(0,0,0)

Tints of #21474F

#21474F
(33,71,79)
#35575F
(53,87,95)
#49676F
(73,103,111)
#5D777F
(93,119,127)
#71878F
(113,135,143)
#85979F
(133,151,159)
#99A7AF
(153,167,175)
#ADB7BF
(173,183,191)
#C1C7CF
(193,199,207)
#D5D7DF
(213,215,223)
#E9E7EF
(233,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21474F color. Also use rgb(33,71,79) instead hex code.

Text Font Color

.myTextColor { color: #21474F; }

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

This text font color is #21474F.

Background Color

.myBgColor { background-color: #21474F; }

<div style="background-color:#21474F">Inner text</div>

This div background color is #21474F.

Border color

.myBorderColor { border: 1px solid #21474F; }

<div style="border:3px solid #21474F">Div</div>

This div border color is #21474F.

Opacity

.myOpacity80 { color: #21474F; opacity: 0.8; }

<p style="color:#21474F;opacity:0.8;">80%</p>

Text with #21474F 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 #21474F;}

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

This text has shadow with #21474F color.


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

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

This text has shadow with #21474F primary color and red secondary color.


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

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

This text has shadow with #21474F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #21474F.

Preview

Color preview on black background

This text has color #21474F on black background.


Color preview on white background

This text has color #21474F on white background.


Black color preview on #21474F background

This text has black color on #21474F background.


White color preview on #21474F background

This text has white color on #21474F background.


Related colors

Complementary color

Complementary color for #hex is #DEB8B0.


I love getcolorcode.com

Triadic colors

1 #4F2147 and #474F21 with #21474F are triadic colors.

2 #4F4721 and #47214F with #21474F are triadic colors.