COLOR #474700

HEX: #474700
RGB: (71,71,0)

Color info

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

RGB color model

#474700 color RGB value is (71,71,0).

  • red value is 71;
  • green value is 71;
  • blue value is 0.
RGB:
(71,71,0)
(28%,28%,0%)

RGB channels and saturation

R 71 of 255 = 28%
G 71 of 255 = 28%
B 0 of 255 = 0%

71
71
0

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

Portions of RGB colors in percentages

R + G + B =
71 + 71 + 0 = 142 (100%)
R 71 of 142 ~ 50%
G 71 of 142 ~ 50%
B 0 of 142 ~ 0%

%50
%50

CMYK color model

#474700 color CMYK value is (0,0,100,72).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 72.16%
CMYK:
(0,0,100,72)
C0M0Y100K72 
(0%,0%,100%,72%)
(0.00/0.00/1.00/0.72)	

CMYK percentages

%0
%0
%100
%72.16

Codes

Color #474700 in popluar color models

474700
RGB71710
HSL60°100.00%13.92%
HSB/HSV60°100.00%27.84%
CMYK0.00%0.00%100.00%
72.16%

Color #474700 in popluar number systems.

HEX474700
Decimal71710
Binary100011110001110
Octal1071070

Shades and tints

Shades of #474700

#474700
(71,71,0)
#414100
(65,65,0)
#3B3B00
(59,59,0)
#353500
(53,53,0)
#2F2F00
(47,47,0)
#292900
(41,41,0)
#232300
(35,35,0)
#1D1D00
(29,29,0)
#171700
(23,23,0)
#111100
(17,17,0)
#0B0B00
(11,11,0)
#000000
(0,0,0)

Tints of #474700

#474700
(71,71,0)
#575717
(87,87,23)
#67672E
(103,103,46)
#777745
(119,119,69)
#87875C
(135,135,92)
#979773
(151,151,115)
#A7A78A
(167,167,138)
#B7B7A1
(183,183,161)
#C7C7B8
(199,199,184)
#D7D7CF
(215,215,207)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474700; }

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

This text font color is #474700.


Background Color

.myBgColor { background-color: #474700; }

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

This div background color is #474700.


Border color

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

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

This div border color is #474700.


Opacity

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

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

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

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

This text has shadow with #474700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474700 on black background.


Color preview on white background

This text has color #474700 on white background.



Black color preview on #474700 background

This text has black color on #474700 background.


White color preview on #474700 background

This text has white color on #474700 background.