COLOR #478D42

HEX: #478D42
RGB: (71,141,66)

Color info

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

RGB color model

#478D42 color RGB value is (71,141,66).

  • red value is 71;
  • green value is 141;
  • blue value is 66.
RGB:
(71,141,66)
(28%,55%,26%)

RGB channels and saturation

R 71 of 255 = 28%
G 141 of 255 = 55%
B 66 of 255 = 26%

71
141
66

R + G + B ~ 36%. #478D42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 141 + 66 = 278 (100%)
R 71 of 278 ~ 25.54%
G 141 of 278 ~ 50.72%
B 66 of 278 ~ 23.74%

%25.54
%50.72
%23.74

CMYK color model

#478D42 color CMYK value is (50,0,53,45).

  • cyan value is 49.65%
  • magenta value is 0.00%
  • yellow value is 53.19%
  • key color value is 44.71%
CMYK:
(50,0,53,45)
C50M0Y53K45 
(50%,0%,53%,45%)
(0.50/0.00/0.53/0.45)	

CMYK percentages

%49.65
%0
%53.19
%44.71

Codes

Color #478D42 in popluar color models

478D42
RGB7114166
HSL116°36.23%40.59%
HSB/HSV116°53.19%55.29%
CMYK49.65%0.00%53.19%
44.71%

Color #478D42 in popluar number systems.

HEX478D42
Decimal7114166
Binary1000111100011011000010
Octal107215102

Shades and tints

Shades of #478D42

#478D42
(71,141,66)
#41813C
(65,129,60)
#3B7536
(59,117,54)
#356930
(53,105,48)
#2F5D2A
(47,93,42)
#295124
(41,81,36)
#23451E
(35,69,30)
#1D3918
(29,57,24)
#172D12
(23,45,18)
#11210C
(17,33,12)
#0B1506
(11,21,6)
#000000
(0,0,0)

Tints of #478D42

#478D42
(71,141,66)
#579753
(87,151,83)
#67A164
(103,161,100)
#77AB75
(119,171,117)
#87B586
(135,181,134)
#97BF97
(151,191,151)
#A7C9A8
(167,201,168)
#B7D3B9
(183,211,185)
#C7DDCA
(199,221,202)
#D7E7DB
(215,231,219)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478D42 color. Also use rgb(71,141,66) instead hex code.

Text Font Color

.myTextColor { color: #478D42; }

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

This text font color is #478D42.


Background Color

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

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

This div background color is #478D42.


Border color

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

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

This div border color is #478D42.


Opacity

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

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

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

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

This text has shadow with #478D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478D42 on black background.


Color preview on white background

This text has color #478D42 on white background.



Black color preview on #478D42 background

This text has black color on #478D42 background.


White color preview on #478D42 background

This text has white color on #478D42 background.