COLOR #478207

HEX: #478207
RGB: (71,130,7)

Color info

#478207 contains mainly red and green colors. Web safe color of #478207 is #339900 (or #390).

RGB color model

#478207 color RGB value is (71,130,7).

  • red value is 71;
  • green value is 130;
  • blue value is 7.
RGB:
(71,130,7)
(28%,51%,3%)

RGB channels and saturation

R 71 of 255 = 28%
G 130 of 255 = 51%
B 7 of 255 = 3%

71
130
7

R + G + B ~ 27%. #478207 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 130 + 7 = 208 (100%)
R 71 of 208 ~ 34.13%
G 130 of 208 ~ 62.5%
B 7 of 208 ~ 3.37%

%34.13
%62.5

CMYK color model

#478207 color CMYK value is (45,0,95,49).

  • cyan value is 45.38%
  • magenta value is 0.00%
  • yellow value is 94.62%
  • key color value is 49.02%
CMYK:
(45,0,95,49)
C45M0Y95K49 
(45%,0%,95%,49%)
(0.45/0.00/0.95/0.49)	

CMYK percentages

%45.38
%0
%94.62
%49.02

Codes

Color #478207 in popluar color models

478207
RGB711307
HSL89°89.78%26.86%
HSB/HSV89°94.62%50.98%
CMYK45.38%0.00%94.62%
49.02%

Color #478207 in popluar number systems.

HEX478207
Decimal711307
Binary100011110000010111
Octal1072027

Shades and tints

Shades of #478207

#478207
(71,130,7)
#417707
(65,119,7)
#3B6C07
(59,108,7)
#356107
(53,97,7)
#2F5607
(47,86,7)
#294B07
(41,75,7)
#234007
(35,64,7)
#1D3507
(29,53,7)
#172A07
(23,42,7)
#111F07
(17,31,7)
#0B1407
(11,20,7)
#000000
(0,0,0)

Tints of #478207

#478207
(71,130,7)
#578D1D
(87,141,29)
#679833
(103,152,51)
#77A349
(119,163,73)
#87AE5F
(135,174,95)
#97B975
(151,185,117)
#A7C48B
(167,196,139)
#B7CFA1
(183,207,161)
#C7DAB7
(199,218,183)
#D7E5CD
(215,229,205)
#E7F0E3
(231,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478207 color. Also use rgb(71,130,7) instead hex code.

Text Font Color

.myTextColor { color: #478207; }

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

This text font color is #478207.


Background Color

.myBgColor { background-color: #478207; }

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

This div background color is #478207.


Border color

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

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

This div border color is #478207.


Opacity

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

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

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

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

This text has shadow with #478207 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478207 on black background.


Color preview on white background

This text has color #478207 on white background.



Black color preview on #478207 background

This text has black color on #478207 background.


White color preview on #478207 background

This text has white color on #478207 background.