COLOR #475F74

HEX: #475F74 RGB: (71,95,116)

Color info

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

RGB color model

#475F74 color RGB value is (71,95,116).

RGB: (71,95,116) (28%, 37%, 45%)

RGB channels and saturation

R 71 of 255 = 28%
G 95 of 255 = 37%
B 116 of 255 = 45%

71
95
116

R + G + B ~ 37%. #475F74 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 95 + 116 = 282 (100%)
R 71 of 282 ~ 25.18%
G 95 of 282 ~ 33.69%
B 116 of 282 ~ 41.13'%

%25.18
%33.69
%41.13

CMYK color model

#475F74 color CMYK value is (39,18,0,55).

  • cyan value is 38.79%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (39,18,0,55)
C39M18Y0K55 (39%, 18%, 0%, 55%)
(0.39 / 0.18 / 0.00 / 0.55)

CMYK percentages

%38.79
%18.1
%0
%54.51

Codes

Color #475F74 in popluar color models

47 5F 74
RGB 71 95 116
HSL 208° 24.06% 36.67%
HSB/HSV 208° 38.79% 45.49%
CMYK 38.79% 18.10% 0.00%
54.51%

Color #475F74 in popluar number systems.

HEX 47 5F 74
Decimal 71 95 116
Binary 1000111 1011111 1110100
Octal 107 137 164

Shades and tints

Shades of #475F74

#475F74
(71,95,116)
#41576A
(65,87,106)
#3B4F60
(59,79,96)
#354756
(53,71,86)
#2F3F4C
(47,63,76)
#293742
(41,55,66)
#232F38
(35,47,56)
#1D272E
(29,39,46)
#171F24
(23,31,36)
#11171A
(17,23,26)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #475F74

#475F74
(71,95,116)
#576D80
(87,109,128)
#677B8C
(103,123,140)
#778998
(119,137,152)
#8797A4
(135,151,164)
#97A5B0
(151,165,176)
#A7B3BC
(167,179,188)
#B7C1C8
(183,193,200)
#C7CFD4
(199,207,212)
#D7DDE0
(215,221,224)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475F74 color. Also use rgb(71,95,116) instead hex code.

Text Font Color

.myTextColor { color: #475F74; }

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

This text font color is #475F74.

Background Color

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

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

This div background color is #475F74.

Border color

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

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

This div border color is #475F74.

Opacity

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

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

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

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

This text has shadow with #475F74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #475F74.

Preview

Color preview on black background

This text has color #475F74 on black background.


Color preview on white background

This text has color #475F74 on white background.


Black color preview on #475F74 background

This text has black color on #475F74 background.


White color preview on #475F74 background

This text has white color on #475F74 background.


Related colors

Complementary color

Complementary color for #hex is #B8A08B.


I love getcolorcode.com

Triadic colors

1 #74475F and #5F7447 with #475F74 are triadic colors.

2 #745F47 and #5F4774 with #475F74 are triadic colors.