COLOR #475C70

HEX: #475C70 RGB: (71,92,112)

Color info

#475C70 contains red, green and blue colors in about the same proportion. Web safe color of #475C70 is #336666 (or #366).

RGB color model

#475C70 color RGB value is (71,92,112).

RGB: (71,92,112) (28%, 36%, 44%)

RGB channels and saturation

R 71 of 255 = 28%
G 92 of 255 = 36%
B 112 of 255 = 44%

71
92
112

R + G + B ~ 36%. #475C70 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 92 + 112 = 275 (100%)
R 71 of 275 ~ 25.82%
G 92 of 275 ~ 33.45%
B 112 of 275 ~ 40.73'%

%25.82
%33.45
%40.73

CMYK color model

#475C70 color CMYK value is (37,18,0,56).

  • cyan value is 36.61%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (37,18,0,56)
C37M18Y0K56 (37%, 18%, 0%, 56%)
(0.37 / 0.18 / 0.00 / 0.56)

CMYK percentages

%36.61
%17.86
%0
%56.08

Codes

Color #475C70 in popluar color models

47 5C 70
RGB 71 92 112
HSL 209° 22.40% 35.88%
HSB/HSV 209° 36.61% 43.92%
CMYK 36.61% 17.86% 0.00%
56.08%

Color #475C70 in popluar number systems.

HEX 47 5C 70
Decimal 71 92 112
Binary 1000111 1011100 1110000
Octal 107 134 160

Shades and tints

Shades of #475C70

#475C70
(71,92,112)
#415466
(65,84,102)
#3B4C5C
(59,76,92)
#354452
(53,68,82)
#2F3C48
(47,60,72)
#29343E
(41,52,62)
#232C34
(35,44,52)
#1D242A
(29,36,42)
#171C20
(23,28,32)
#111416
(17,20,22)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #475C70

#475C70
(71,92,112)
#576A7D
(87,106,125)
#67788A
(103,120,138)
#778697
(119,134,151)
#8794A4
(135,148,164)
#97A2B1
(151,162,177)
#A7B0BE
(167,176,190)
#B7BECB
(183,190,203)
#C7CCD8
(199,204,216)
#D7DAE5
(215,218,229)
#E7E8F2
(231,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475C70 color. Also use rgb(71,92,112) instead hex code.

Text Font Color

.myTextColor { color: #475C70; }

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

This text font color is #475C70.

Background Color

.myBgColor { background-color: #475C70; }

<div style="background-color:#475C70">Inner text</div>

This div background color is #475C70.

Border color

.myBorderColor { border: 1px solid #475C70; }

<div style="border:3px solid #475C70">Div</div>

This div border color is #475C70.

Opacity

.myOpacity80 { color: #475C70; opacity: 0.8; }

<p style="color:#475C70;opacity:0.8;">80%</p>

Text with #475C70 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 #475C70;}

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

This text has shadow with #475C70 color.


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

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

This text has shadow with #475C70 primary color and red secondary color.


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

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

This text has shadow with #475C70 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #475C70.

Preview

Color preview on black background

This text has color #475C70 on black background.


Color preview on white background

This text has color #475C70 on white background.


Black color preview on #475C70 background

This text has black color on #475C70 background.


White color preview on #475C70 background

This text has white color on #475C70 background.


Related colors

Complementary color

Complementary color for #hex is #B8A38F.


I love getcolorcode.com

Triadic colors

1 #70475C and #5C7047 with #475C70 are triadic colors.

2 #705C47 and #5C4770 with #475C70 are triadic colors.