COLOR #472725

HEX: #472725
RGB: (71,39,37)

Color info

#472725 contains red, green and blue colors in about the same proportion. Web safe color of #472725 is #333333 (or #333).

RGB color model

#472725 color RGB value is (71,39,37).

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

RGB channels and saturation

R 71 of 255 = 28%
G 39 of 255 = 15%
B 37 of 255 = 15%

71
39
37

R + G + B ~ 19%. #472725 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 39 + 37 = 147 (100%)
R 71 of 147 ~ 48.3%
G 39 of 147 ~ 26.53%
B 37 of 147 ~ 25.17%

%48.3
%26.53
%25.17

CMYK color model

#472725 color CMYK value is (0,45,48,72).

  • cyan value is 0.00%
  • magenta value is 45.07%
  • yellow value is 47.89%
  • key color value is 72.16%
CMYK:
(0,45,48,72)
C0M45Y48K72 
(0%,45%,48%,72%)
(0.00/0.45/0.48/0.72)	

CMYK percentages

%0
%45.07
%47.89
%72.16

Codes

Color #472725 in popluar color models

472725
RGB713937
HSL31.48%21.18%
HSB/HSV47.89%27.84%
CMYK0.00%45.07%47.89%
72.16%

Color #472725 in popluar number systems.

HEX472725
Decimal713937
Binary1000111100111100101
Octal1074745

Shades and tints

Shades of #472725

#472725
(71,39,37)
#412422
(65,36,34)
#3B211F
(59,33,31)
#351E1C
(53,30,28)
#2F1B19
(47,27,25)
#291816
(41,24,22)
#231513
(35,21,19)
#1D1210
(29,18,16)
#170F0D
(23,15,13)
#110C0A
(17,12,10)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #472725

#472725
(71,39,37)
#573A38
(87,58,56)
#674D4B
(103,77,75)
#77605E
(119,96,94)
#877371
(135,115,113)
#978684
(151,134,132)
#A79997
(167,153,151)
#B7ACAA
(183,172,170)
#C7BFBD
(199,191,189)
#D7D2D0
(215,210,208)
#E7E5E3
(231,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472725; }

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

This text font color is #472725.


Background Color

.myBgColor { background-color: #472725; }

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

This div background color is #472725.


Border color

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

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

This div border color is #472725.


Opacity

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

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

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

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

This text has shadow with #472725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472725 on black background.


Color preview on white background

This text has color #472725 on white background.



Black color preview on #472725 background

This text has black color on #472725 background.


White color preview on #472725 background

This text has white color on #472725 background.