COLOR #20474B

HEX: #20474B RGB: (32,71,75)

Color info

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

RGB color model

#20474B color RGB value is (32,71,75).

RGB: (32,71,75) (13%, 28%, 29%)

RGB channels and saturation

R 32 of 255 = 13%
G 71 of 255 = 28%
B 75 of 255 = 29%

32
71
75

R + G + B ~ 23%. #20474B is dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 71 + 75 = 178 (100%)
R 32 of 178 ~ 17.98%
G 71 of 178 ~ 39.89%
B 75 of 178 ~ 42.13'%

%17.98
%39.89
%42.13

CMYK color model

#20474B color CMYK value is (57,5,0,71).

  • cyan value is 57.33%
  • magenta value is 5.33%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (57,5,0,71)
C57M5Y0K71 (57%, 5%, 0%, 71%)
(0.57 / 0.05 / 0.00 / 0.71)

CMYK percentages

%57.33
%5.33
%0
%70.59

Codes

Color #20474B in popluar color models

20 47 4B
RGB 32 71 75
HSL 186° 40.19% 20.98%
HSB/HSV 186° 57.33% 29.41%
CMYK 57.33% 5.33% 0.00%
70.59%

Color #20474B in popluar number systems.

HEX 20 47 4B
Decimal 32 71 75
Binary 100000 1000111 1001011
Octal 40 107 113

Shades and tints

Shades of #20474B

#20474B
(32,71,75)
#1E4145
(30,65,69)
#1C3B3F
(28,59,63)
#1A3539
(26,53,57)
#182F33
(24,47,51)
#16292D
(22,41,45)
#142327
(20,35,39)
#121D21
(18,29,33)
#10171B
(16,23,27)
#0E1115
(14,17,21)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #20474B

#20474B
(32,71,75)
#34575B
(52,87,91)
#48676B
(72,103,107)
#5C777B
(92,119,123)
#70878B
(112,135,139)
#84979B
(132,151,155)
#98A7AB
(152,167,171)
#ACB7BB
(172,183,187)
#C0C7CB
(192,199,203)
#D4D7DB
(212,215,219)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20474B color. Also use rgb(32,71,75) instead hex code.

Text Font Color

.myTextColor { color: #20474B; }

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

This text font color is #20474B.

Background Color

.myBgColor { background-color: #20474B; }

<div style="background-color:#20474B">Inner text</div>

This div background color is #20474B.

Border color

.myBorderColor { border: 1px solid #20474B; }

<div style="border:3px solid #20474B">Div</div>

This div border color is #20474B.

Opacity

.myOpacity80 { color: #20474B; opacity: 0.8; }

<p style="color:#20474B;opacity:0.8;">80%</p>

Text with #20474B 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 #20474B;}

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

This text has shadow with #20474B color.


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

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

This text has shadow with #20474B primary color and red secondary color.


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

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

This text has shadow with #20474B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #20474B.

Preview

Color preview on black background

This text has color #20474B on black background.


Color preview on white background

This text has color #20474B on white background.


Black color preview on #20474B background

This text has black color on #20474B background.


White color preview on #20474B background

This text has white color on #20474B background.


Related colors

Complementary color

Complementary color for #hex is #DFB8B4.


I love getcolorcode.com

Triadic colors

1 #4B2047 and #474B20 with #20474B are triadic colors.

2 #4B4720 and #47204B with #20474B are triadic colors.