COLOR #475C00

HEX: #475C00
RGB: (71,92,0)

Color info

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

RGB color model

#475C00 color RGB value is (71,92,0).

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

RGB channels and saturation

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

71
92
0

R + G + B ~ 21%. #475C00 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 92 + 0 = 163 (100%)
R 71 of 163 ~ 43.56%
G 92 of 163 ~ 56.44%
B 0 of 163 ~ 0%

%43.56
%56.44

CMYK color model

#475C00 color CMYK value is (23,0,100,64).

  • cyan value is 22.83%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 63.92%
CMYK:
(23,0,100,64)
C23M0Y100K64 
(23%,0%,100%,64%)
(0.23/0.00/1.00/0.64)	

CMYK percentages

%22.83
%0
%100
%63.92

Codes

Color #475C00 in popluar color models

475C00
RGB71920
HSL74°100.00%18.04%
HSB/HSV74°100.00%36.08%
CMYK22.83%0.00%100.00%
63.92%

Color #475C00 in popluar number systems.

HEX475C00
Decimal71920
Binary100011110111000
Octal1071340

Shades and tints

Shades of #475C00

#475C00
(71,92,0)
#415400
(65,84,0)
#3B4C00
(59,76,0)
#354400
(53,68,0)
#2F3C00
(47,60,0)
#293400
(41,52,0)
#232C00
(35,44,0)
#1D2400
(29,36,0)
#171C00
(23,28,0)
#111400
(17,20,0)
#0B0C00
(11,12,0)
#000000
(0,0,0)

Tints of #475C00

#475C00
(71,92,0)
#576A17
(87,106,23)
#67782E
(103,120,46)
#778645
(119,134,69)
#87945C
(135,148,92)
#97A273
(151,162,115)
#A7B08A
(167,176,138)
#B7BEA1
(183,190,161)
#C7CCB8
(199,204,184)
#D7DACF
(215,218,207)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475C00; }

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

This text font color is #475C00.


Background Color

.myBgColor { background-color: #475C00; }

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

This div background color is #475C00.


Border color

.myBorderColor { border: 1px solid #475C00; }

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

This div border color is #475C00.


Opacity

.myOpacity80 { color: #475C00; opacity: 0.8; }

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

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

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

This text has shadow with #475C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475C00 on black background.


Color preview on white background

This text has color #475C00 on white background.



Black color preview on #475C00 background

This text has black color on #475C00 background.


White color preview on #475C00 background

This text has white color on #475C00 background.