COLOR #475231

HEX: #475231
RGB: (71,82,49)

Color info

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

RGB color model

#475231 color RGB value is (71,82,49).

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

RGB channels and saturation

R 71 of 255 = 28%
G 82 of 255 = 32%
B 49 of 255 = 19%

71
82
49

R + G + B ~ 26%. #475231 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 82 + 49 = 202 (100%)
R 71 of 202 ~ 35.15%
G 82 of 202 ~ 40.59%
B 49 of 202 ~ 24.26%

%35.15
%40.59
%24.26

CMYK color model

#475231 color CMYK value is (13,0,40,68).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 40.24%
  • key color value is 67.84%
CMYK: (13,0,40,68) C13M0Y40K68 (13%,0%,40%,68%) (0.13/0.00/0.40/0.68)

CMYK percentages

%13.41
%0
%40.24
%67.84

Codes

Color #475231 in popluar color models

475231
RGB718249
HSL80°25.19%25.69%
HSB/HSV80°40.24%32.16%
CMYK13.41%0.00%40.24%
67.84%

Color #475231 in popluar number systems.

HEX475231
Decimal718249
Binary10001111010010110001
Octal10712261

Shades and tints

Shades of #475231

#475231
(71,82,49)
#414B2D
(65,75,45)
#3B4429
(59,68,41)
#353D25
(53,61,37)
#2F3621
(47,54,33)
#292F1D
(41,47,29)
#232819
(35,40,25)
#1D2115
(29,33,21)
#171A11
(23,26,17)
#11130D
(17,19,13)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #475231

#475231
(71,82,49)
#576143
(87,97,67)
#677055
(103,112,85)
#777F67
(119,127,103)
#878E79
(135,142,121)
#979D8B
(151,157,139)
#A7AC9D
(167,172,157)
#B7BBAF
(183,187,175)
#C7CAC1
(199,202,193)
#D7D9D3
(215,217,211)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475231; }

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

This text font color is #475231.


Background Color

.myBgColor { background-color: #475231; }

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

This div background color is #475231.


Border color

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

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

This div border color is #475231.


Opacity

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

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

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

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

This text has shadow with #475231 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #475231 on black background.


Color preview on white background

This text has color #475231 on white background.



Black color preview on #475231 background

This text has black color on #475231 background.


White color preview on #475231 background

This text has white color on #475231 background.