COLOR #476502

HEX: #476502
RGB: (71,101,2)

Color info

#476502 contains mainly red and green colors. Web safe color of #476502 is #336600 (or #360).

RGB color model

#476502 color RGB value is (71,101,2).

  • red value is 71;
  • green value is 101;
  • blue value is 2.
RGB:
(71,101,2)
(28%,40%,1%)

RGB channels and saturation

R 71 of 255 = 28%
G 101 of 255 = 40%
B 2 of 255 = 1%

71
101
2

R + G + B ~ 23%. #476502 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 101 + 2 = 174 (100%)
R 71 of 174 ~ 40.8%
G 101 of 174 ~ 58.05%
B 2 of 174 ~ 1.15%

%40.8
%58.05

CMYK color model

#476502 color CMYK value is (30,0,98,60).

  • cyan value is 29.70%
  • magenta value is 0.00%
  • yellow value is 98.02%
  • key color value is 60.39%
CMYK:
(30,0,98,60)
C30M0Y98K60 
(30%,0%,98%,60%)
(0.30/0.00/0.98/0.60)	

CMYK percentages

%29.7
%0
%98.02
%60.39

Codes

Color #476502 in popluar color models

476502
RGB711012
HSL78°96.12%20.20%
HSB/HSV78°98.02%39.61%
CMYK29.70%0.00%98.02%
60.39%

Color #476502 in popluar number systems.

HEX476502
Decimal711012
Binary1000111110010110
Octal1071452

Shades and tints

Shades of #476502

#476502
(71,101,2)
#415C02
(65,92,2)
#3B5302
(59,83,2)
#354A02
(53,74,2)
#2F4102
(47,65,2)
#293802
(41,56,2)
#232F02
(35,47,2)
#1D2602
(29,38,2)
#171D02
(23,29,2)
#111402
(17,20,2)
#0B0B02
(11,11,2)
#000000
(0,0,0)

Tints of #476502

#476502
(71,101,2)
#577319
(87,115,25)
#678130
(103,129,48)
#778F47
(119,143,71)
#879D5E
(135,157,94)
#97AB75
(151,171,117)
#A7B98C
(167,185,140)
#B7C7A3
(183,199,163)
#C7D5BA
(199,213,186)
#D7E3D1
(215,227,209)
#E7F1E8
(231,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476502; }

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

This text font color is #476502.


Background Color

.myBgColor { background-color: #476502; }

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

This div background color is #476502.


Border color

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

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

This div border color is #476502.


Opacity

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

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

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

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

This text has shadow with #476502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476502 on black background.


Color preview on white background

This text has color #476502 on white background.



Black color preview on #476502 background

This text has black color on #476502 background.


White color preview on #476502 background

This text has white color on #476502 background.