COLOR #478E44

HEX: #478E44
RGB: (71,142,68)

Color info

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

RGB color model

#478E44 color RGB value is (71,142,68).

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

RGB channels and saturation

R 71 of 255 = 28%
G 142 of 255 = 56%
B 68 of 255 = 27%

71
142
68

R + G + B ~ 37%. #478E44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 142 + 68 = 281 (100%)
R 71 of 281 ~ 25.27%
G 142 of 281 ~ 50.53%
B 68 of 281 ~ 24.2%

%25.27
%50.53
%24.2

CMYK color model

#478E44 color CMYK value is (50,0,52,44).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 52.11%
  • key color value is 44.31%
CMYK:
(50,0,52,44)
C50M0Y52K44 
(50%,0%,52%,44%)
(0.50/0.00/0.52/0.44)	

CMYK percentages

%50
%0
%52.11
%44.31

Codes

Color #478E44 in popluar color models

478E44
RGB7114268
HSL118°35.24%41.18%
HSB/HSV118°52.11%55.69%
CMYK50.00%0.00%52.11%
44.31%

Color #478E44 in popluar number systems.

HEX478E44
Decimal7114268
Binary1000111100011101000100
Octal107216104

Shades and tints

Shades of #478E44

#478E44
(71,142,68)
#41823E
(65,130,62)
#3B7638
(59,118,56)
#356A32
(53,106,50)
#2F5E2C
(47,94,44)
#295226
(41,82,38)
#234620
(35,70,32)
#1D3A1A
(29,58,26)
#172E14
(23,46,20)
#11220E
(17,34,14)
#0B1608
(11,22,8)
#000000
(0,0,0)

Tints of #478E44

#478E44
(71,142,68)
#579855
(87,152,85)
#67A266
(103,162,102)
#77AC77
(119,172,119)
#87B688
(135,182,136)
#97C099
(151,192,153)
#A7CAAA
(167,202,170)
#B7D4BB
(183,212,187)
#C7DECC
(199,222,204)
#D7E8DD
(215,232,221)
#E7F2EE
(231,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478E44; }

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

This text font color is #478E44.


Background Color

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

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

This div background color is #478E44.


Border color

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

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

This div border color is #478E44.


Opacity

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

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

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

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

This text has shadow with #478E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478E44 on black background.


Color preview on white background

This text has color #478E44 on white background.



Black color preview on #478E44 background

This text has black color on #478E44 background.


White color preview on #478E44 background

This text has white color on #478E44 background.