COLOR #478727

HEX: #478727
RGB: (71,135,39)

Color info

#478727 contains mainly green color. Web safe color of #478727 is #339933 (or #393).

RGB color model

#478727 color RGB value is (71,135,39).

  • red value is 71;
  • green value is 135;
  • blue value is 39.
RGB:
(71,135,39)
(28%,53%,15%)

RGB channels and saturation

R 71 of 255 = 28%
G 135 of 255 = 53%
B 39 of 255 = 15%

71
135
39

R + G + B ~ 32%. #478727 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 135 + 39 = 245 (100%)
R 71 of 245 ~ 28.98%
G 135 of 245 ~ 55.1%
B 39 of 245 ~ 15.92%

%28.98
%55.1
%15.92

CMYK color model

#478727 color CMYK value is (47,0,71,47).

  • cyan value is 47.41%
  • magenta value is 0.00%
  • yellow value is 71.11%
  • key color value is 47.06%
CMYK:
(47,0,71,47)
C47M0Y71K47 
(47%,0%,71%,47%)
(0.47/0.00/0.71/0.47)	

CMYK percentages

%47.41
%0
%71.11
%47.06

Codes

Color #478727 in popluar color models

478727
RGB7113539
HSL100°55.17%34.12%
HSB/HSV100°71.11%52.94%
CMYK47.41%0.00%71.11%
47.06%

Color #478727 in popluar number systems.

HEX478727
Decimal7113539
Binary100011110000111100111
Octal10720747

Shades and tints

Shades of #478727

#478727
(71,135,39)
#417B24
(65,123,36)
#3B6F21
(59,111,33)
#35631E
(53,99,30)
#2F571B
(47,87,27)
#294B18
(41,75,24)
#233F15
(35,63,21)
#1D3312
(29,51,18)
#17270F
(23,39,15)
#111B0C
(17,27,12)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #478727

#478727
(71,135,39)
#57913A
(87,145,58)
#679B4D
(103,155,77)
#77A560
(119,165,96)
#87AF73
(135,175,115)
#97B986
(151,185,134)
#A7C399
(167,195,153)
#B7CDAC
(183,205,172)
#C7D7BF
(199,215,191)
#D7E1D2
(215,225,210)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478727 color. Also use rgb(71,135,39) instead hex code.

Text Font Color

.myTextColor { color: #478727; }

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

This text font color is #478727.


Background Color

.myBgColor { background-color: #478727; }

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

This div background color is #478727.


Border color

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

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

This div border color is #478727.


Opacity

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

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

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

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

This text has shadow with #478727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478727 on black background.


Color preview on white background

This text has color #478727 on white background.



Black color preview on #478727 background

This text has black color on #478727 background.


White color preview on #478727 background

This text has white color on #478727 background.