COLOR #478C40

HEX: #478C40
RGB: (71,140,64)

Color info

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

RGB color model

#478C40 color RGB value is (71,140,64).

  • red value is 71;
  • green value is 140;
  • blue value is 64.
RGB:
(71,140,64)
(28%,55%,25%)

RGB channels and saturation

R 71 of 255 = 28%
G 140 of 255 = 55%
B 64 of 255 = 25%

71
140
64

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

Portions of RGB colors in percentages

R + G + B =
71 + 140 + 64 = 275 (100%)
R 71 of 275 ~ 25.82%
G 140 of 275 ~ 50.91%
B 64 of 275 ~ 23.27%

%25.82
%50.91
%23.27

CMYK color model

#478C40 color CMYK value is (49,0,54,45).

  • cyan value is 49.29%
  • magenta value is 0.00%
  • yellow value is 54.29%
  • key color value is 45.10%
CMYK:
(49,0,54,45)
C49M0Y54K45 
(49%,0%,54%,45%)
(0.49/0.00/0.54/0.45)	

CMYK percentages

%49.29
%0
%54.29
%45.1

Codes

Color #478C40 in popluar color models

478C40
RGB7114064
HSL114°37.25%40.00%
HSB/HSV114°54.29%54.90%
CMYK49.29%0.00%54.29%
45.10%

Color #478C40 in popluar number systems.

HEX478C40
Decimal7114064
Binary1000111100011001000000
Octal107214100

Shades and tints

Shades of #478C40

#478C40
(71,140,64)
#41803B
(65,128,59)
#3B7436
(59,116,54)
#356831
(53,104,49)
#2F5C2C
(47,92,44)
#295027
(41,80,39)
#234422
(35,68,34)
#1D381D
(29,56,29)
#172C18
(23,44,24)
#112013
(17,32,19)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #478C40

#478C40
(71,140,64)
#579651
(87,150,81)
#67A062
(103,160,98)
#77AA73
(119,170,115)
#87B484
(135,180,132)
#97BE95
(151,190,149)
#A7C8A6
(167,200,166)
#B7D2B7
(183,210,183)
#C7DCC8
(199,220,200)
#D7E6D9
(215,230,217)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478C40 color. Also use rgb(71,140,64) instead hex code.

Text Font Color

.myTextColor { color: #478C40; }

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

This text font color is #478C40.


Background Color

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

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

This div background color is #478C40.


Border color

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

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

This div border color is #478C40.


Opacity

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

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

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

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

This text has shadow with #478C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478C40 on black background.


Color preview on white background

This text has color #478C40 on white background.



Black color preview on #478C40 background

This text has black color on #478C40 background.


White color preview on #478C40 background

This text has white color on #478C40 background.