COLOR #472538

HEX: #472538
RGB: (71,37,56)

Color info

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

RGB color model

#472538 color RGB value is (71,37,56).

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

RGB channels and saturation

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

71
37
56

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

Portions of RGB colors in percentages

R + G + B =
71 + 37 + 56 = 164 (100%)
R 71 of 164 ~ 43.29%
G 37 of 164 ~ 22.56%
B 56 of 164 ~ 34.15%

%43.29
%22.56
%34.15

CMYK color model

#472538 color CMYK value is (0,48,21,72).

  • cyan value is 0.00%
  • magenta value is 47.89%
  • yellow value is 21.13%
  • key color value is 72.16%
CMYK: (0,48,21,72) C0M48Y21K72 (0%,48%,21%,72%) (0.00/0.48/0.21/0.72)

CMYK percentages

%0
%47.89
%21.13
%72.16

Codes

Color #472538 in popluar color models

472538
RGB713756
HSL326°31.48%21.18%
HSB/HSV326°47.89%27.84%
CMYK0.00%47.89%21.13%
72.16%

Color #472538 in popluar number systems.

HEX472538
Decimal713756
Binary1000111100101111000
Octal1074570

Shades and tints

Shades of #472538

#472538
(71,37,56)
#412233
(65,34,51)
#3B1F2E
(59,31,46)
#351C29
(53,28,41)
#2F1924
(47,25,36)
#29161F
(41,22,31)
#23131A
(35,19,26)
#1D1015
(29,16,21)
#170D10
(23,13,16)
#110A0B
(17,10,11)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #472538

#472538
(71,37,56)
#57384A
(87,56,74)
#674B5C
(103,75,92)
#775E6E
(119,94,110)
#877180
(135,113,128)
#978492
(151,132,146)
#A797A4
(167,151,164)
#B7AAB6
(183,170,182)
#C7BDC8
(199,189,200)
#D7D0DA
(215,208,218)
#E7E3EC
(231,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472538; }

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

This text font color is #472538.


Background Color

.myBgColor { background-color: #472538; }

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

This div background color is #472538.


Border color

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

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

This div border color is #472538.


Opacity

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

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

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

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

This text has shadow with #472538 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #472538 on black background.


Color preview on white background

This text has color #472538 on white background.



Black color preview on #472538 background

This text has black color on #472538 background.


White color preview on #472538 background

This text has white color on #472538 background.