COLOR #472228

HEX: #472228
RGB: (71,34,40)

Color info

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

RGB color model

#472228 color RGB value is (71,34,40).

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

RGB channels and saturation

R 71 of 255 = 28%
G 34 of 255 = 13%
B 40 of 255 = 16%

71
34
40

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

Portions of RGB colors in percentages

R + G + B =
71 + 34 + 40 = 145 (100%)
R 71 of 145 ~ 48.97%
G 34 of 145 ~ 23.45%
B 40 of 145 ~ 27.59%

%48.97
%23.45
%27.59

CMYK color model

#472228 color CMYK value is (0,52,44,72).

  • cyan value is 0.00%
  • magenta value is 52.11%
  • yellow value is 43.66%
  • key color value is 72.16%
CMYK:
(0,52,44,72)
C0M52Y44K72 
(0%,52%,44%,72%)
(0.00/0.52/0.44/0.72)	

CMYK percentages

%0
%52.11
%43.66
%72.16

Codes

Color #472228 in popluar color models

472228
RGB713440
HSL350°35.24%20.59%
HSB/HSV350°52.11%27.84%
CMYK0.00%52.11%43.66%
72.16%

Color #472228 in popluar number systems.

HEX472228
Decimal713440
Binary1000111100010101000
Octal1074250

Shades and tints

Shades of #472228

#472228
(71,34,40)
#411F25
(65,31,37)
#3B1C22
(59,28,34)
#35191F
(53,25,31)
#2F161C
(47,22,28)
#291319
(41,19,25)
#231016
(35,16,22)
#1D0D13
(29,13,19)
#170A10
(23,10,16)
#11070D
(17,7,13)
#0B040A
(11,4,10)
#000000
(0,0,0)

Tints of #472228

#472228
(71,34,40)
#57363B
(87,54,59)
#674A4E
(103,74,78)
#775E61
(119,94,97)
#877274
(135,114,116)
#978687
(151,134,135)
#A79A9A
(167,154,154)
#B7AEAD
(183,174,173)
#C7C2C0
(199,194,192)
#D7D6D3
(215,214,211)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472228; }

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

This text font color is #472228.


Background Color

.myBgColor { background-color: #472228; }

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

This div background color is #472228.


Border color

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

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

This div border color is #472228.


Opacity

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

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

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

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

This text has shadow with #472228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472228 on black background.


Color preview on white background

This text has color #472228 on white background.



Black color preview on #472228 background

This text has black color on #472228 background.


White color preview on #472228 background

This text has white color on #472228 background.