COLOR #474207

HEX: #474207
RGB: (71,66,7)

Color info

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

RGB color model

#474207 color RGB value is (71,66,7).

  • red value is 71;
  • green value is 66;
  • blue value is 7.
RGB:
(71,66,7)
(28%,26%,3%)

RGB channels and saturation

R 71 of 255 = 28%
G 66 of 255 = 26%
B 7 of 255 = 3%

71
66
7

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

Portions of RGB colors in percentages

R + G + B =
71 + 66 + 7 = 144 (100%)
R 71 of 144 ~ 49.31%
G 66 of 144 ~ 45.83%
B 7 of 144 ~ 4.86%

%49.31
%45.83

CMYK color model

#474207 color CMYK value is (0,7,90,72).

  • cyan value is 0.00%
  • magenta value is 7.04%
  • yellow value is 90.14%
  • key color value is 72.16%
CMYK:
(0,7,90,72)
C0M7Y90K72 
(0%,7%,90%,72%)
(0.00/0.07/0.90/0.72)	

CMYK percentages

%0
%7.04
%90.14
%72.16

Codes

Color #474207 in popluar color models

474207
RGB71667
HSL55°82.05%15.29%
HSB/HSV55°90.14%27.84%
CMYK0.00%7.04%90.14%
72.16%

Color #474207 in popluar number systems.

HEX474207
Decimal71667
Binary10001111000010111
Octal1071027

Shades and tints

Shades of #474207

#474207
(71,66,7)
#413C07
(65,60,7)
#3B3607
(59,54,7)
#353007
(53,48,7)
#2F2A07
(47,42,7)
#292407
(41,36,7)
#231E07
(35,30,7)
#1D1807
(29,24,7)
#171207
(23,18,7)
#110C07
(17,12,7)
#0B0607
(11,6,7)
#000000
(0,0,0)

Tints of #474207

#474207
(71,66,7)
#57531D
(87,83,29)
#676433
(103,100,51)
#777549
(119,117,73)
#87865F
(135,134,95)
#979775
(151,151,117)
#A7A88B
(167,168,139)
#B7B9A1
(183,185,161)
#C7CAB7
(199,202,183)
#D7DBCD
(215,219,205)
#E7ECE3
(231,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474207 color. Also use rgb(71,66,7) instead hex code.

Text Font Color

.myTextColor { color: #474207; }

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

This text font color is #474207.


Background Color

.myBgColor { background-color: #474207; }

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

This div background color is #474207.


Border color

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

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

This div border color is #474207.


Opacity

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

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

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

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

This text has shadow with #474207 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474207 on black background.


Color preview on white background

This text has color #474207 on white background.



Black color preview on #474207 background

This text has black color on #474207 background.


White color preview on #474207 background

This text has white color on #474207 background.