COLOR #475E4D

HEX: #475E4D RGB: (71,94,77)

Color info

#475E4D contains red, green and blue colors in about the same proportion. Web safe color of #475E4D is #336633 (or #363).

RGB color model

#475E4D color RGB value is (71,94,77).

RGB: (71,94,77) (28%, 37%, 30%)

RGB channels and saturation

R 71 of 255 = 28%
G 94 of 255 = 37%
B 77 of 255 = 30%

71
94
77

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

Portions of RGB colors in percentages

R + G + B = 71 + 94 + 77 = 242 (100%)
R 71 of 242 ~ 29.34%
G 94 of 242 ~ 38.84%
B 77 of 242 ~ 31.82'%

%29.34
%38.84
%31.82

CMYK color model

#475E4D color CMYK value is (24,0,18,63).

  • cyan value is 24.47%
  • magenta value is 0.00%
  • yellow value is 18.09%
  • key color value is 63.14%

CMYK: (24,0,18,63)
C24M0Y18K63 (24%, 0%, 18%, 63%)
(0.24 / 0.00 / 0.18 / 0.63)

CMYK percentages

%24.47
%0
%18.09
%63.14

Codes

Color #475E4D in popluar color models

47 5E 4D
RGB 71 94 77
HSL 136° 13.94% 32.35%
HSB/HSV 136° 24.47% 36.86%
CMYK 24.47% 0.00% 18.09%
63.14%

Color #475E4D in popluar number systems.

HEX 47 5E 4D
Decimal 71 94 77
Binary 1000111 1011110 1001101
Octal 107 136 115

Shades and tints

Shades of #475E4D

#475E4D
(71,94,77)
#415646
(65,86,70)
#3B4E3F
(59,78,63)
#354638
(53,70,56)
#2F3E31
(47,62,49)
#29362A
(41,54,42)
#232E23
(35,46,35)
#1D261C
(29,38,28)
#171E15
(23,30,21)
#11160E
(17,22,14)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #475E4D

#475E4D
(71,94,77)
#576C5D
(87,108,93)
#677A6D
(103,122,109)
#77887D
(119,136,125)
#87968D
(135,150,141)
#97A49D
(151,164,157)
#A7B2AD
(167,178,173)
#B7C0BD
(183,192,189)
#C7CECD
(199,206,205)
#D7DCDD
(215,220,221)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475E4D color. Also use rgb(71,94,77) instead hex code.

Text Font Color

.myTextColor { color: #475E4D; }

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

This text font color is #475E4D.

Background Color

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

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

This div background color is #475E4D.

Border color

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

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

This div border color is #475E4D.

Opacity

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

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

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

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

This text has shadow with #475E4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #475E4D.

Preview

Color preview on black background

This text has color #475E4D on black background.


Color preview on white background

This text has color #475E4D on white background.


Black color preview on #475E4D background

This text has black color on #475E4D background.


White color preview on #475E4D background

This text has white color on #475E4D background.


Related colors

Complementary color

Complementary color for #hex is #B8A1B2.


I love getcolorcode.com

Triadic colors

1 #4D475E and #5E4D47 with #475E4D are triadic colors.

2 #4D5E47 and #5E474D with #475E4D are triadic colors.