COLOR #477300

HEX: #477300
RGB: (71,115,0)

Color info

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

RGB color model

#477300 color RGB value is (71,115,0).

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

RGB channels and saturation

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

71
115
0

R + G + B ~ 24%. #477300 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 115 + 0 = 186 (100%)
R 71 of 186 ~ 38.17%
G 115 of 186 ~ 61.83%
B 0 of 186 ~ 0%

%38.17
%61.83

CMYK color model

#477300 color CMYK value is (38,0,100,55).

  • cyan value is 38.26%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 54.90%
CMYK:
(38,0,100,55)
C38M0Y100K55 
(38%,0%,100%,55%)
(0.38/0.00/1.00/0.55)	

CMYK percentages

%38.26
%0
%100
%54.9

Codes

Color #477300 in popluar color models

477300
RGB711150
HSL83°100.00%22.55%
HSB/HSV83°100.00%45.10%
CMYK38.26%0.00%100.00%
54.90%

Color #477300 in popluar number systems.

HEX477300
Decimal711150
Binary100011111100110
Octal1071630

Shades and tints

Shades of #477300

#477300
(71,115,0)
#416900
(65,105,0)
#3B5F00
(59,95,0)
#355500
(53,85,0)
#2F4B00
(47,75,0)
#294100
(41,65,0)
#233700
(35,55,0)
#1D2D00
(29,45,0)
#172300
(23,35,0)
#111900
(17,25,0)
#0B0F00
(11,15,0)
#000000
(0,0,0)

Tints of #477300

#477300
(71,115,0)
#577F17
(87,127,23)
#678B2E
(103,139,46)
#779745
(119,151,69)
#87A35C
(135,163,92)
#97AF73
(151,175,115)
#A7BB8A
(167,187,138)
#B7C7A1
(183,199,161)
#C7D3B8
(199,211,184)
#D7DFCF
(215,223,207)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477300; }

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

This text font color is #477300.


Background Color

.myBgColor { background-color: #477300; }

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

This div background color is #477300.


Border color

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

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

This div border color is #477300.


Opacity

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

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

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

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

This text has shadow with #477300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477300 on black background.


Color preview on white background

This text has color #477300 on white background.



Black color preview on #477300 background

This text has black color on #477300 background.


White color preview on #477300 background

This text has white color on #477300 background.