COLOR #475100

HEX: #475100
RGB: (71,81,0)

Color info

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

RGB color model

#475100 color RGB value is (71,81,0).

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

RGB channels and saturation

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

71
81
0

R + G + B ~ 20%. #475100 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 81 + 0 = 152 (100%)
R 71 of 152 ~ 46.71%
G 81 of 152 ~ 53.29%
B 0 of 152 ~ 0%

%46.71
%53.29

CMYK color model

#475100 color CMYK value is (12,0,100,68).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 68.24%
CMYK:
(12,0,100,68)
C12M0Y100K68 
(12%,0%,100%,68%)
(0.12/0.00/1.00/0.68)	

CMYK percentages

%12.35
%0
%100
%68.24

Codes

Color #475100 in popluar color models

475100
RGB71810
HSL67°100.00%15.88%
HSB/HSV67°100.00%31.76%
CMYK12.35%0.00%100.00%
68.24%

Color #475100 in popluar number systems.

HEX475100
Decimal71810
Binary100011110100010
Octal1071210

Shades and tints

Shades of #475100

#475100
(71,81,0)
#414A00
(65,74,0)
#3B4300
(59,67,0)
#353C00
(53,60,0)
#2F3500
(47,53,0)
#292E00
(41,46,0)
#232700
(35,39,0)
#1D2000
(29,32,0)
#171900
(23,25,0)
#111200
(17,18,0)
#0B0B00
(11,11,0)
#000000
(0,0,0)

Tints of #475100

#475100
(71,81,0)
#576017
(87,96,23)
#676F2E
(103,111,46)
#777E45
(119,126,69)
#878D5C
(135,141,92)
#979C73
(151,156,115)
#A7AB8A
(167,171,138)
#B7BAA1
(183,186,161)
#C7C9B8
(199,201,184)
#D7D8CF
(215,216,207)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475100; }

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

This text font color is #475100.


Background Color

.myBgColor { background-color: #475100; }

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

This div background color is #475100.


Border color

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

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

This div border color is #475100.


Opacity

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

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

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

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

This text has shadow with #475100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475100 on black background.


Color preview on white background

This text has color #475100 on white background.



Black color preview on #475100 background

This text has black color on #475100 background.


White color preview on #475100 background

This text has white color on #475100 background.