COLOR #472503

HEX: #472503
RGB: (71,37,3)

Color info

#472503 contains mainly red and green colors. Web safe color of #472503 is #333300 (or #330).

RGB color model

#472503 color RGB value is (71,37,3).

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

RGB channels and saturation

R 71 of 255 = 28%
G 37 of 255 = 15%
B 3 of 255 = 1%

71
37
3

R + G + B ~ 15%. #472503 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 37 + 3 = 111 (100%)
R 71 of 111 ~ 63.96%
G 37 of 111 ~ 33.33%
B 3 of 111 ~ 2.7%

%63.96
%33.33

CMYK color model

#472503 color CMYK value is (0,48,96,72).

  • cyan value is 0.00%
  • magenta value is 47.89%
  • yellow value is 95.77%
  • key color value is 72.16%
CMYK:
(0,48,96,72)
C0M48Y96K72 
(0%,48%,96%,72%)
(0.00/0.48/0.96/0.72)	

CMYK percentages

%0
%47.89
%95.77
%72.16

Codes

Color #472503 in popluar color models

472503
RGB71373
HSL30°91.89%14.51%
HSB/HSV30°95.77%27.84%
CMYK0.00%47.89%95.77%
72.16%

Color #472503 in popluar number systems.

HEX472503
Decimal71373
Binary100011110010111
Octal107453

Shades and tints

Shades of #472503

#472503
(71,37,3)
#412203
(65,34,3)
#3B1F03
(59,31,3)
#351C03
(53,28,3)
#2F1903
(47,25,3)
#291603
(41,22,3)
#231303
(35,19,3)
#1D1003
(29,16,3)
#170D03
(23,13,3)
#110A03
(17,10,3)
#0B0703
(11,7,3)
#000000
(0,0,0)

Tints of #472503

#472503
(71,37,3)
#573819
(87,56,25)
#674B2F
(103,75,47)
#775E45
(119,94,69)
#87715B
(135,113,91)
#978471
(151,132,113)
#A79787
(167,151,135)
#B7AA9D
(183,170,157)
#C7BDB3
(199,189,179)
#D7D0C9
(215,208,201)
#E7E3DF
(231,227,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472503; }

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

This text font color is #472503.


Background Color

.myBgColor { background-color: #472503; }

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

This div background color is #472503.


Border color

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

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

This div border color is #472503.


Opacity

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

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

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

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

This text has shadow with #472503 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472503 on black background.


Color preview on white background

This text has color #472503 on white background.



Black color preview on #472503 background

This text has black color on #472503 background.


White color preview on #472503 background

This text has white color on #472503 background.