COLOR #475525

HEX: #475525
RGB: (71,85,37)

Color info

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

RGB color model

#475525 color RGB value is (71,85,37).

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

RGB channels and saturation

R 71 of 255 = 28%
G 85 of 255 = 33%
B 37 of 255 = 15%

71
85
37

R + G + B ~ 25%. #475525 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 85 + 37 = 193 (100%)
R 71 of 193 ~ 36.79%
G 85 of 193 ~ 44.04%
B 37 of 193 ~ 19.17%

%36.79
%44.04
%19.17

CMYK color model

#475525 color CMYK value is (16,0,56,67).

  • cyan value is 16.47%
  • magenta value is 0.00%
  • yellow value is 56.47%
  • key color value is 66.67%
CMYK:
(16,0,56,67)
C16M0Y56K67 
(16%,0%,56%,67%)
(0.16/0.00/0.56/0.67)	

CMYK percentages

%16.47
%0
%56.47
%66.67

Codes

Color #475525 in popluar color models

475525
RGB718537
HSL78°39.34%23.92%
HSB/HSV78°56.47%33.33%
CMYK16.47%0.00%56.47%
66.67%

Color #475525 in popluar number systems.

HEX475525
Decimal718537
Binary10001111010101100101
Octal10712545

Shades and tints

Shades of #475525

#475525
(71,85,37)
#414E22
(65,78,34)
#3B471F
(59,71,31)
#35401C
(53,64,28)
#2F3919
(47,57,25)
#293216
(41,50,22)
#232B13
(35,43,19)
#1D2410
(29,36,16)
#171D0D
(23,29,13)
#11160A
(17,22,10)
#0B0F07
(11,15,7)
#000000
(0,0,0)

Tints of #475525

#475525
(71,85,37)
#576438
(87,100,56)
#67734B
(103,115,75)
#77825E
(119,130,94)
#879171
(135,145,113)
#97A084
(151,160,132)
#A7AF97
(167,175,151)
#B7BEAA
(183,190,170)
#C7CDBD
(199,205,189)
#D7DCD0
(215,220,208)
#E7EBE3
(231,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475525; }

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

This text font color is #475525.


Background Color

.myBgColor { background-color: #475525; }

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

This div background color is #475525.


Border color

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

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

This div border color is #475525.


Opacity

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

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

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

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

This text has shadow with #475525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475525 on black background.


Color preview on white background

This text has color #475525 on white background.



Black color preview on #475525 background

This text has black color on #475525 background.


White color preview on #475525 background

This text has white color on #475525 background.