COLOR #472537

HEX: #472537
RGB: (71,37,55)

Color info

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

RGB color model

#472537 color RGB value is (71,37,55).

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

RGB channels and saturation

R 71 of 255 = 28%
G 37 of 255 = 15%
B 55 of 255 = 22%

71
37
55

R + G + B ~ 22%. #472537 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 37 + 55 = 163 (100%)
R 71 of 163 ~ 43.56%
G 37 of 163 ~ 22.7%
B 55 of 163 ~ 33.74%

%43.56
%22.7
%33.74

CMYK color model

#472537 color CMYK value is (0,48,23,72).

  • cyan value is 0.00%
  • magenta value is 47.89%
  • yellow value is 22.54%
  • key color value is 72.16%
CMYK:
(0,48,23,72)
C0M48Y23K72 
(0%,48%,23%,72%)
(0.00/0.48/0.23/0.72)	

CMYK percentages

%0
%47.89
%22.54
%72.16

Codes

Color #472537 in popluar color models

472537
RGB713755
HSL328°31.48%21.18%
HSB/HSV328°47.89%27.84%
CMYK0.00%47.89%22.54%
72.16%

Color #472537 in popluar number systems.

HEX472537
Decimal713755
Binary1000111100101110111
Octal1074567

Shades and tints

Shades of #472537

#472537
(71,37,55)
#412232
(65,34,50)
#3B1F2D
(59,31,45)
#351C28
(53,28,40)
#2F1923
(47,25,35)
#29161E
(41,22,30)
#231319
(35,19,25)
#1D1014
(29,16,20)
#170D0F
(23,13,15)
#110A0A
(17,10,10)
#0B0705
(11,7,5)
#000000
(0,0,0)

Tints of #472537

#472537
(71,37,55)
#573849
(87,56,73)
#674B5B
(103,75,91)
#775E6D
(119,94,109)
#87717F
(135,113,127)
#978491
(151,132,145)
#A797A3
(167,151,163)
#B7AAB5
(183,170,181)
#C7BDC7
(199,189,199)
#D7D0D9
(215,208,217)
#E7E3EB
(231,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472537; }

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

This text font color is #472537.


Background Color

.myBgColor { background-color: #472537; }

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

This div background color is #472537.


Border color

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

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

This div border color is #472537.


Opacity

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

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

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

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

This text has shadow with #472537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472537 on black background.


Color preview on white background

This text has color #472537 on white background.



Black color preview on #472537 background

This text has black color on #472537 background.


White color preview on #472537 background

This text has white color on #472537 background.