COLOR #478F4E

HEX: #478F4E
RGB: (71,143,78)

Color info

#478F4E contains mainly green color. Web safe color of #478F4E is #339966 (or #396).

RGB color model

#478F4E color RGB value is (71,143,78).

  • red value is 71;
  • green value is 143;
  • blue value is 78.
RGB:
(71,143,78)
(28%,56%,31%)

RGB channels and saturation

R 71 of 255 = 28%
G 143 of 255 = 56%
B 78 of 255 = 31%

71
143
78

R + G + B ~ 38%. #478F4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 143 + 78 = 292 (100%)
R 71 of 292 ~ 24.32%
G 143 of 292 ~ 48.97%
B 78 of 292 ~ 26.71%

%24.32
%48.97
%26.71

CMYK color model

#478F4E color CMYK value is (50,0,45,44).

  • cyan value is 50.35%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 43.92%
CMYK:
(50,0,45,44)
C50M0Y45K44 
(50%,0%,45%,44%)
(0.50/0.00/0.45/0.44)	

CMYK percentages

%50.35
%0
%45.45
%43.92

Codes

Color #478F4E in popluar color models

478F4E
RGB7114378
HSL126°33.64%41.96%
HSB/HSV126°50.35%56.08%
CMYK50.35%0.00%45.45%
43.92%

Color #478F4E in popluar number systems.

HEX478F4E
Decimal7114378
Binary1000111100011111001110
Octal107217116

Shades and tints

Shades of #478F4E

#478F4E
(71,143,78)
#418247
(65,130,71)
#3B7540
(59,117,64)
#356839
(53,104,57)
#2F5B32
(47,91,50)
#294E2B
(41,78,43)
#234124
(35,65,36)
#1D341D
(29,52,29)
#172716
(23,39,22)
#111A0F
(17,26,15)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #478F4E

#478F4E
(71,143,78)
#57995E
(87,153,94)
#67A36E
(103,163,110)
#77AD7E
(119,173,126)
#87B78E
(135,183,142)
#97C19E
(151,193,158)
#A7CBAE
(167,203,174)
#B7D5BE
(183,213,190)
#C7DFCE
(199,223,206)
#D7E9DE
(215,233,222)
#E7F3EE
(231,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478F4E color. Also use rgb(71,143,78) instead hex code.

Text Font Color

.myTextColor { color: #478F4E; }

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

This text font color is #478F4E.


Background Color

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

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

This div background color is #478F4E.


Border color

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

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

This div border color is #478F4E.


Opacity

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

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

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

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

This text has shadow with #478F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478F4E on black background.


Color preview on white background

This text has color #478F4E on white background.



Black color preview on #478F4E background

This text has black color on #478F4E background.


White color preview on #478F4E background

This text has white color on #478F4E background.