COLOR #475D4F

HEX: #475D4F RGB: (71,93,79)

Color info

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

RGB color model

#475D4F color RGB value is (71,93,79).

RGB: (71,93,79) (28%, 36%, 31%)

RGB channels and saturation

R 71 of 255 = 28%
G 93 of 255 = 36%
B 79 of 255 = 31%

71
93
79

R + G + B ~ 32%. #475D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 93 + 79 = 243 (100%)
R 71 of 243 ~ 29.22%
G 93 of 243 ~ 38.27%
B 79 of 243 ~ 32.51'%

%29.22
%38.27
%32.51

CMYK color model

#475D4F color CMYK value is (24,0,15,64).

  • cyan value is 23.66%
  • magenta value is 0.00%
  • yellow value is 15.05%
  • key color value is 63.53%

CMYK: (24,0,15,64)
C24M0Y15K64 (24%, 0%, 15%, 64%)
(0.24 / 0.00 / 0.15 / 0.64)

CMYK percentages

%23.66
%0
%15.05
%63.53

Codes

Color #475D4F in popluar color models

47 5D 4F
RGB 71 93 79
HSL 142° 13.41% 32.16%
HSB/HSV 142° 23.66% 36.47%
CMYK 23.66% 0.00% 15.05%
63.53%

Color #475D4F in popluar number systems.

HEX 47 5D 4F
Decimal 71 93 79
Binary 1000111 1011101 1001111
Octal 107 135 117

Shades and tints

Shades of #475D4F

#475D4F
(71,93,79)
#415548
(65,85,72)
#3B4D41
(59,77,65)
#35453A
(53,69,58)
#2F3D33
(47,61,51)
#29352C
(41,53,44)
#232D25
(35,45,37)
#1D251E
(29,37,30)
#171D17
(23,29,23)
#111510
(17,21,16)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #475D4F

#475D4F
(71,93,79)
#576B5F
(87,107,95)
#67796F
(103,121,111)
#77877F
(119,135,127)
#87958F
(135,149,143)
#97A39F
(151,163,159)
#A7B1AF
(167,177,175)
#B7BFBF
(183,191,191)
#C7CDCF
(199,205,207)
#D7DBDF
(215,219,223)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475D4F color. Also use rgb(71,93,79) instead hex code.

Text Font Color

.myTextColor { color: #475D4F; }

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

This text font color is #475D4F.

Background Color

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

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

This div background color is #475D4F.

Border color

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

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

This div border color is #475D4F.

Opacity

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

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

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

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

This text has shadow with #475D4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #475D4F.

Preview

Color preview on black background

This text has color #475D4F on black background.


Color preview on white background

This text has color #475D4F on white background.


Black color preview on #475D4F background

This text has black color on #475D4F background.


White color preview on #475D4F background

This text has white color on #475D4F background.


Related colors

Complementary color

Complementary color for #hex is #B8A2B0.


I love getcolorcode.com

Triadic colors

1 #4F475D and #5D4F47 with #475D4F are triadic colors.

2 #4F5D47 and #5D474F with #475D4F are triadic colors.