COLOR #472304

HEX: #472304
RGB: (71,35,4)

Color info

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

RGB color model

#472304 color RGB value is (71,35,4).

  • red value is 71;
  • green value is 35;
  • blue value is 4.
RGB:
(71,35,4)
(28%,14%,2%)

RGB channels and saturation

R 71 of 255 = 28%
G 35 of 255 = 14%
B 4 of 255 = 2%

71
35
4

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

Portions of RGB colors in percentages

R + G + B =
71 + 35 + 4 = 110 (100%)
R 71 of 110 ~ 64.55%
G 35 of 110 ~ 31.82%
B 4 of 110 ~ 3.64%

%64.55
%31.82

CMYK color model

#472304 color CMYK value is (0,51,94,72).

  • cyan value is 0.00%
  • magenta value is 50.70%
  • yellow value is 94.37%
  • key color value is 72.16%
CMYK:
(0,51,94,72)
C0M51Y94K72 
(0%,51%,94%,72%)
(0.00/0.51/0.94/0.72)	

CMYK percentages

%0
%50.7
%94.37
%72.16

Codes

Color #472304 in popluar color models

472304
RGB71354
HSL28°89.33%14.71%
HSB/HSV28°94.37%27.84%
CMYK0.00%50.70%94.37%
72.16%

Color #472304 in popluar number systems.

HEX472304
Decimal71354
Binary1000111100011100
Octal107434

Shades and tints

Shades of #472304

#472304
(71,35,4)
#412004
(65,32,4)
#3B1D04
(59,29,4)
#351A04
(53,26,4)
#2F1704
(47,23,4)
#291404
(41,20,4)
#231104
(35,17,4)
#1D0E04
(29,14,4)
#170B04
(23,11,4)
#110804
(17,8,4)
#0B0504
(11,5,4)
#000000
(0,0,0)

Tints of #472304

#472304
(71,35,4)
#57371A
(87,55,26)
#674B30
(103,75,48)
#775F46
(119,95,70)
#87735C
(135,115,92)
#978772
(151,135,114)
#A79B88
(167,155,136)
#B7AF9E
(183,175,158)
#C7C3B4
(199,195,180)
#D7D7CA
(215,215,202)
#E7EBE0
(231,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472304 color. Also use rgb(71,35,4) instead hex code.

Text Font Color

.myTextColor { color: #472304; }

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

This text font color is #472304.


Background Color

.myBgColor { background-color: #472304; }

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

This div background color is #472304.


Border color

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

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

This div border color is #472304.


Opacity

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

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

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

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

This text has shadow with #472304 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472304 on black background.


Color preview on white background

This text has color #472304 on white background.



Black color preview on #472304 background

This text has black color on #472304 background.


White color preview on #472304 background

This text has white color on #472304 background.