COLOR #475542

HEX: #475542
RGB: (71,85,66)

Color info

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

RGB color model

#475542 color RGB value is (71,85,66).

  • red value is 71;
  • green value is 85;
  • blue value is 66.
RGB:
(71,85,66)
(28%,33%,26%)

RGB channels and saturation

R 71 of 255 = 28%
G 85 of 255 = 33%
B 66 of 255 = 26%

71
85
66

R + G + B ~ 29%. #475542 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 85 + 66 = 222 (100%)
R 71 of 222 ~ 31.98%
G 85 of 222 ~ 38.29%
B 66 of 222 ~ 29.73%

%31.98
%38.29
%29.73

CMYK color model

#475542 color CMYK value is (16,0,22,67).

  • cyan value is 16.47%
  • magenta value is 0.00%
  • yellow value is 22.35%
  • key color value is 66.67%
CMYK:
(16,0,22,67)
C16M0Y22K67 
(16%,0%,22%,67%)
(0.16/0.00/0.22/0.67)	

CMYK percentages

%16.47
%0
%22.35
%66.67

Codes

Color #475542 in popluar color models

475542
RGB718566
HSL104°12.58%29.61%
HSB/HSV104°22.35%33.33%
CMYK16.47%0.00%22.35%
66.67%

Color #475542 in popluar number systems.

HEX475542
Decimal718566
Binary100011110101011000010
Octal107125102

Shades and tints

Shades of #475542

#475542
(71,85,66)
#414E3C
(65,78,60)
#3B4736
(59,71,54)
#354030
(53,64,48)
#2F392A
(47,57,42)
#293224
(41,50,36)
#232B1E
(35,43,30)
#1D2418
(29,36,24)
#171D12
(23,29,18)
#11160C
(17,22,12)
#0B0F06
(11,15,6)
#000000
(0,0,0)

Tints of #475542

#475542
(71,85,66)
#576453
(87,100,83)
#677364
(103,115,100)
#778275
(119,130,117)
#879186
(135,145,134)
#97A097
(151,160,151)
#A7AFA8
(167,175,168)
#B7BEB9
(183,190,185)
#C7CDCA
(199,205,202)
#D7DCDB
(215,220,219)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475542 color. Also use rgb(71,85,66) instead hex code.

Text Font Color

.myTextColor { color: #475542; }

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

This text font color is #475542.


Background Color

.myBgColor { background-color: #475542; }

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

This div background color is #475542.


Border color

.myBorderColor { border: 1px solid #475542; }

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

This div border color is #475542.


Opacity

.myOpacity80 { color: #475542; opacity: 0.8; }

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

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

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

This text has shadow with #475542 color.

.textShadow {text-shadow: 3px 3px 1px #475542, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #475542;
-webkit-box-shadow: 1px 1px 3px 2px #475542;
box-shadow:1px 1px 3px 2px #475542;">
Div content here</div>
This div box has shadow with color #475542.

Preview

Color preview on black background

This text has color #475542 on black background.


Color preview on white background

This text has color #475542 on white background.



Black color preview on #475542 background

This text has black color on #475542 background.


White color preview on #475542 background

This text has white color on #475542 background.