COLOR #472833

HEX: #472833
RGB: (71,40,51)

Color info

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

RGB color model

#472833 color RGB value is (71,40,51).

  • red value is 71;
  • green value is 40;
  • blue value is 51.
RGB:
(71,40,51)
(28%,16%,20%)

RGB channels and saturation

R 71 of 255 = 28%
G 40 of 255 = 16%
B 51 of 255 = 20%

71
40
51

R + G + B ~ 21%. #472833 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 40 + 51 = 162 (100%)
R 71 of 162 ~ 43.83%
G 40 of 162 ~ 24.69%
B 51 of 162 ~ 31.48%

%43.83
%24.69
%31.48

CMYK color model

#472833 color CMYK value is (0,44,28,72).

  • cyan value is 0.00%
  • magenta value is 43.66%
  • yellow value is 28.17%
  • key color value is 72.16%
CMYK:
(0,44,28,72)
C0M44Y28K72 
(0%,44%,28%,72%)
(0.00/0.44/0.28/0.72)	

CMYK percentages

%0
%43.66
%28.17
%72.16

Codes

Color #472833 in popluar color models

472833
RGB714051
HSL339°27.93%21.76%
HSB/HSV339°43.66%27.84%
CMYK0.00%43.66%28.17%
72.16%

Color #472833 in popluar number systems.

HEX472833
Decimal714051
Binary1000111101000110011
Octal1075063

Shades and tints

Shades of #472833

#472833
(71,40,51)
#41252F
(65,37,47)
#3B222B
(59,34,43)
#351F27
(53,31,39)
#2F1C23
(47,28,35)
#29191F
(41,25,31)
#23161B
(35,22,27)
#1D1317
(29,19,23)
#171013
(23,16,19)
#110D0F
(17,13,15)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #472833

#472833
(71,40,51)
#573B45
(87,59,69)
#674E57
(103,78,87)
#776169
(119,97,105)
#87747B
(135,116,123)
#97878D
(151,135,141)
#A79A9F
(167,154,159)
#B7ADB1
(183,173,177)
#C7C0C3
(199,192,195)
#D7D3D5
(215,211,213)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472833 color. Also use rgb(71,40,51) instead hex code.

Text Font Color

.myTextColor { color: #472833; }

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

This text font color is #472833.


Background Color

.myBgColor { background-color: #472833; }

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

This div background color is #472833.


Border color

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

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

This div border color is #472833.


Opacity

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

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

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

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

This text has shadow with #472833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472833 on black background.


Color preview on white background

This text has color #472833 on white background.



Black color preview on #472833 background

This text has black color on #472833 background.


White color preview on #472833 background

This text has white color on #472833 background.