COLOR #472529

HEX: #472529
RGB: (71,37,41)

Color info

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

RGB color model

#472529 color RGB value is (71,37,41).

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

RGB channels and saturation

R 71 of 255 = 28%
G 37 of 255 = 15%
B 41 of 255 = 16%

71
37
41

R + G + B ~ 20%. #472529 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 37 + 41 = 149 (100%)
R 71 of 149 ~ 47.65%
G 37 of 149 ~ 24.83%
B 41 of 149 ~ 27.52%

%47.65
%24.83
%27.52

CMYK color model

#472529 color CMYK value is (0,48,42,72).

  • cyan value is 0.00%
  • magenta value is 47.89%
  • yellow value is 42.25%
  • key color value is 72.16%
CMYK:
(0,48,42,72)
C0M48Y42K72 
(0%,48%,42%,72%)
(0.00/0.48/0.42/0.72)	

CMYK percentages

%0
%47.89
%42.25
%72.16

Codes

Color #472529 in popluar color models

472529
RGB713741
HSL353°31.48%21.18%
HSB/HSV353°47.89%27.84%
CMYK0.00%47.89%42.25%
72.16%

Color #472529 in popluar number systems.

HEX472529
Decimal713741
Binary1000111100101101001
Octal1074551

Shades and tints

Shades of #472529

#472529
(71,37,41)
#412226
(65,34,38)
#3B1F23
(59,31,35)
#351C20
(53,28,32)
#2F191D
(47,25,29)
#29161A
(41,22,26)
#231317
(35,19,23)
#1D1014
(29,16,20)
#170D11
(23,13,17)
#110A0E
(17,10,14)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #472529

#472529
(71,37,41)
#57383C
(87,56,60)
#674B4F
(103,75,79)
#775E62
(119,94,98)
#877175
(135,113,117)
#978488
(151,132,136)
#A7979B
(167,151,155)
#B7AAAE
(183,170,174)
#C7BDC1
(199,189,193)
#D7D0D4
(215,208,212)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472529; }

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

This text font color is #472529.


Background Color

.myBgColor { background-color: #472529; }

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

This div background color is #472529.


Border color

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

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

This div border color is #472529.


Opacity

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

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

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

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

This text has shadow with #472529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472529 on black background.


Color preview on white background

This text has color #472529 on white background.



Black color preview on #472529 background

This text has black color on #472529 background.


White color preview on #472529 background

This text has white color on #472529 background.