COLOR #475001

HEX: #475001
RGB: (71,80,1)

Color info

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

RGB color model

#475001 color RGB value is (71,80,1).

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

RGB channels and saturation

R 71 of 255 = 28%
G 80 of 255 = 31%
B 1 of 255 = 0%

71
80
1

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

Portions of RGB colors in percentages

R + G + B =
71 + 80 + 1 = 152 (100%)
R 71 of 152 ~ 46.71%
G 80 of 152 ~ 52.63%
B 1 of 152 ~ 0.66%

%46.71
%52.63

CMYK color model

#475001 color CMYK value is (11,0,99,69).

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 98.75%
  • key color value is 68.63%
CMYK:
(11,0,99,69)
C11M0Y99K69 
(11%,0%,99%,69%)
(0.11/0.00/0.99/0.69)	

CMYK percentages

%11.25
%0
%98.75
%68.63

Codes

Color #475001 in popluar color models

475001
RGB71801
HSL67°97.53%15.88%
HSB/HSV67°98.75%31.37%
CMYK11.25%0.00%98.75%
68.63%

Color #475001 in popluar number systems.

HEX475001
Decimal71801
Binary100011110100001
Octal1071201

Shades and tints

Shades of #475001

#475001
(71,80,1)
#414901
(65,73,1)
#3B4201
(59,66,1)
#353B01
(53,59,1)
#2F3401
(47,52,1)
#292D01
(41,45,1)
#232601
(35,38,1)
#1D1F01
(29,31,1)
#171801
(23,24,1)
#111101
(17,17,1)
#0B0A01
(11,10,1)
#000000
(0,0,0)

Tints of #475001

#475001
(71,80,1)
#575F18
(87,95,24)
#676E2F
(103,110,47)
#777D46
(119,125,70)
#878C5D
(135,140,93)
#979B74
(151,155,116)
#A7AA8B
(167,170,139)
#B7B9A2
(183,185,162)
#C7C8B9
(199,200,185)
#D7D7D0
(215,215,208)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475001; }

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

This text font color is #475001.


Background Color

.myBgColor { background-color: #475001; }

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

This div background color is #475001.


Border color

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

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

This div border color is #475001.


Opacity

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

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

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

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

This text has shadow with #475001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475001 on black background.


Color preview on white background

This text has color #475001 on white background.



Black color preview on #475001 background

This text has black color on #475001 background.


White color preview on #475001 background

This text has white color on #475001 background.