COLOR #475731

HEX: #475731
RGB: (71,87,49)

Color info

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

RGB color model

#475731 color RGB value is (71,87,49).

  • red value is 71;
  • green value is 87;
  • blue value is 49.
RGB:
(71,87,49)
(28%,34%,19%)

RGB channels and saturation

R 71 of 255 = 28%
G 87 of 255 = 34%
B 49 of 255 = 19%

71
87
49

R + G + B ~ 27%. #475731 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 87 + 49 = 207 (100%)
R 71 of 207 ~ 34.3%
G 87 of 207 ~ 42.03%
B 49 of 207 ~ 23.67%

%34.3
%42.03
%23.67

CMYK color model

#475731 color CMYK value is (18,0,44,66).

  • cyan value is 18.39%
  • magenta value is 0.00%
  • yellow value is 43.68%
  • key color value is 65.88%
CMYK:
(18,0,44,66)
C18M0Y44K66 
(18%,0%,44%,66%)
(0.18/0.00/0.44/0.66)	

CMYK percentages

%18.39
%0
%43.68
%65.88

Codes

Color #475731 in popluar color models

475731
RGB718749
HSL85°27.94%26.67%
HSB/HSV85°43.68%34.12%
CMYK18.39%0.00%43.68%
65.88%

Color #475731 in popluar number systems.

HEX475731
Decimal718749
Binary10001111010111110001
Octal10712761

Shades and tints

Shades of #475731

#475731
(71,87,49)
#41502D
(65,80,45)
#3B4929
(59,73,41)
#354225
(53,66,37)
#2F3B21
(47,59,33)
#29341D
(41,52,29)
#232D19
(35,45,25)
#1D2615
(29,38,21)
#171F11
(23,31,17)
#11180D
(17,24,13)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #475731

#475731
(71,87,49)
#576643
(87,102,67)
#677555
(103,117,85)
#778467
(119,132,103)
#879379
(135,147,121)
#97A28B
(151,162,139)
#A7B19D
(167,177,157)
#B7C0AF
(183,192,175)
#C7CFC1
(199,207,193)
#D7DED3
(215,222,211)
#E7EDE5
(231,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475731 color. Also use rgb(71,87,49) instead hex code.

Text Font Color

.myTextColor { color: #475731; }

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

This text font color is #475731.


Background Color

.myBgColor { background-color: #475731; }

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

This div background color is #475731.


Border color

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

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

This div border color is #475731.


Opacity

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

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

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

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

This text has shadow with #475731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475731 on black background.


Color preview on white background

This text has color #475731 on white background.



Black color preview on #475731 background

This text has black color on #475731 background.


White color preview on #475731 background

This text has white color on #475731 background.