COLOR #478F53

HEX: #478F53
RGB: (71,143,83)

Color info

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

RGB color model

#478F53 color RGB value is (71,143,83).

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

RGB channels and saturation

R 71 of 255 = 28%
G 143 of 255 = 56%
B 83 of 255 = 33%

71
143
83

R + G + B ~ 39%. #478F53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 143 + 83 = 297 (100%)
R 71 of 297 ~ 23.91%
G 143 of 297 ~ 48.15%
B 83 of 297 ~ 27.95%

%23.91
%48.15
%27.95

CMYK color model

#478F53 color CMYK value is (50,0,42,44).

  • cyan value is 50.35%
  • magenta value is 0.00%
  • yellow value is 41.96%
  • key color value is 43.92%
CMYK:
(50,0,42,44)
C50M0Y42K44 
(50%,0%,42%,44%)
(0.50/0.00/0.42/0.44)	

CMYK percentages

%50.35
%0
%41.96
%43.92

Codes

Color #478F53 in popluar color models

478F53
RGB7114383
HSL130°33.64%41.96%
HSB/HSV130°50.35%56.08%
CMYK50.35%0.00%41.96%
43.92%

Color #478F53 in popluar number systems.

HEX478F53
Decimal7114383
Binary1000111100011111010011
Octal107217123

Shades and tints

Shades of #478F53

#478F53
(71,143,83)
#41824C
(65,130,76)
#3B7545
(59,117,69)
#35683E
(53,104,62)
#2F5B37
(47,91,55)
#294E30
(41,78,48)
#234129
(35,65,41)
#1D3422
(29,52,34)
#17271B
(23,39,27)
#111A14
(17,26,20)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #478F53

#478F53
(71,143,83)
#579962
(87,153,98)
#67A371
(103,163,113)
#77AD80
(119,173,128)
#87B78F
(135,183,143)
#97C19E
(151,193,158)
#A7CBAD
(167,203,173)
#B7D5BC
(183,213,188)
#C7DFCB
(199,223,203)
#D7E9DA
(215,233,218)
#E7F3E9
(231,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478F53; }

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

This text font color is #478F53.


Background Color

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

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

This div background color is #478F53.


Border color

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

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

This div border color is #478F53.


Opacity

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

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

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

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

This text has shadow with #478F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478F53 on black background.


Color preview on white background

This text has color #478F53 on white background.



Black color preview on #478F53 background

This text has black color on #478F53 background.


White color preview on #478F53 background

This text has white color on #478F53 background.