COLOR #478505

HEX: #478505
RGB: (71,133,5)

Color info

#478505 contains mainly green color. Web safe color of #478505 is #339900 (or #390).

RGB color model

#478505 color RGB value is (71,133,5).

  • red value is 71;
  • green value is 133;
  • blue value is 5.
RGB:
(71,133,5)
(28%,52%,2%)

RGB channels and saturation

R 71 of 255 = 28%
G 133 of 255 = 52%
B 5 of 255 = 2%

71
133
5

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

Portions of RGB colors in percentages

R + G + B =
71 + 133 + 5 = 209 (100%)
R 71 of 209 ~ 33.97%
G 133 of 209 ~ 63.64%
B 5 of 209 ~ 2.39%

%33.97
%63.64

CMYK color model

#478505 color CMYK value is (47,0,96,48).

  • cyan value is 46.62%
  • magenta value is 0.00%
  • yellow value is 96.24%
  • key color value is 47.84%
CMYK:
(47,0,96,48)
C47M0Y96K48 
(47%,0%,96%,48%)
(0.47/0.00/0.96/0.48)	

CMYK percentages

%46.62
%0
%96.24
%47.84

Codes

Color #478505 in popluar color models

478505
RGB711335
HSL89°92.75%27.06%
HSB/HSV89°96.24%52.16%
CMYK46.62%0.00%96.24%
47.84%

Color #478505 in popluar number systems.

HEX478505
Decimal711335
Binary100011110000101101
Octal1072055

Shades and tints

Shades of #478505

#478505
(71,133,5)
#417905
(65,121,5)
#3B6D05
(59,109,5)
#356105
(53,97,5)
#2F5505
(47,85,5)
#294905
(41,73,5)
#233D05
(35,61,5)
#1D3105
(29,49,5)
#172505
(23,37,5)
#111905
(17,25,5)
#0B0D05
(11,13,5)
#000000
(0,0,0)

Tints of #478505

#478505
(71,133,5)
#57901B
(87,144,27)
#679B31
(103,155,49)
#77A647
(119,166,71)
#87B15D
(135,177,93)
#97BC73
(151,188,115)
#A7C789
(167,199,137)
#B7D29F
(183,210,159)
#C7DDB5
(199,221,181)
#D7E8CB
(215,232,203)
#E7F3E1
(231,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478505 color. Also use rgb(71,133,5) instead hex code.

Text Font Color

.myTextColor { color: #478505; }

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

This text font color is #478505.


Background Color

.myBgColor { background-color: #478505; }

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

This div background color is #478505.


Border color

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

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

This div border color is #478505.


Opacity

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

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

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

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

This text has shadow with #478505 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478505 on black background.


Color preview on white background

This text has color #478505 on white background.



Black color preview on #478505 background

This text has black color on #478505 background.


White color preview on #478505 background

This text has white color on #478505 background.