COLOR #478E39

HEX: #478E39
RGB: (71,142,57)

Color info

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

RGB color model

#478E39 color RGB value is (71,142,57).

  • red value is 71;
  • green value is 142;
  • blue value is 57.
RGB:
(71,142,57)
(28%,56%,22%)

RGB channels and saturation

R 71 of 255 = 28%
G 142 of 255 = 56%
B 57 of 255 = 22%

71
142
57

R + G + B ~ 35%. #478E39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 142 + 57 = 270 (100%)
R 71 of 270 ~ 26.3%
G 142 of 270 ~ 52.59%
B 57 of 270 ~ 21.11%

%26.3
%52.59
%21.11

CMYK color model

#478E39 color CMYK value is (50,0,60,44).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 59.86%
  • key color value is 44.31%
CMYK:
(50,0,60,44)
C50M0Y60K44 
(50%,0%,60%,44%)
(0.50/0.00/0.60/0.44)	

CMYK percentages

%50
%0
%59.86
%44.31

Codes

Color #478E39 in popluar color models

478E39
RGB7114257
HSL110°42.71%39.02%
HSB/HSV110°59.86%55.69%
CMYK50.00%0.00%59.86%
44.31%

Color #478E39 in popluar number systems.

HEX478E39
Decimal7114257
Binary100011110001110111001
Octal10721671

Shades and tints

Shades of #478E39

#478E39
(71,142,57)
#418234
(65,130,52)
#3B762F
(59,118,47)
#356A2A
(53,106,42)
#2F5E25
(47,94,37)
#295220
(41,82,32)
#23461B
(35,70,27)
#1D3A16
(29,58,22)
#172E11
(23,46,17)
#11220C
(17,34,12)
#0B1607
(11,22,7)
#000000
(0,0,0)

Tints of #478E39

#478E39
(71,142,57)
#57984B
(87,152,75)
#67A25D
(103,162,93)
#77AC6F
(119,172,111)
#87B681
(135,182,129)
#97C093
(151,192,147)
#A7CAA5
(167,202,165)
#B7D4B7
(183,212,183)
#C7DEC9
(199,222,201)
#D7E8DB
(215,232,219)
#E7F2ED
(231,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478E39 color. Also use rgb(71,142,57) instead hex code.

Text Font Color

.myTextColor { color: #478E39; }

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

This text font color is #478E39.


Background Color

.myBgColor { background-color: #478E39; }

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

This div background color is #478E39.


Border color

.myBorderColor { border: 1px solid #478E39; }

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

This div border color is #478E39.


Opacity

.myOpacity80 { color: #478E39; opacity: 0.8; }

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

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

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

This text has shadow with #478E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478E39 on black background.


Color preview on white background

This text has color #478E39 on white background.



Black color preview on #478E39 background

This text has black color on #478E39 background.


White color preview on #478E39 background

This text has white color on #478E39 background.