COLOR #478C5A

HEX: #478C5A
RGB: (71,140,90)

Color info

#478C5A contains mainly green and blue colors. Web safe color of #478C5A is #339966 (or #396).

RGB color model

#478C5A color RGB value is (71,140,90).

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

RGB channels and saturation

R 71 of 255 = 28%
G 140 of 255 = 55%
B 90 of 255 = 35%

71
140
90

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

Portions of RGB colors in percentages

R + G + B =
71 + 140 + 90 = 301 (100%)
R 71 of 301 ~ 23.59%
G 140 of 301 ~ 46.51%
B 90 of 301 ~ 29.9%

%23.59
%46.51
%29.9

CMYK color model

#478C5A color CMYK value is (49,0,36,45).

  • cyan value is 49.29%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 45.10%
CMYK:
(49,0,36,45)
C49M0Y36K45 
(49%,0%,36%,45%)
(0.49/0.00/0.36/0.45)	

CMYK percentages

%49.29
%0
%35.71
%45.1

Codes

Color #478C5A in popluar color models

478C5A
RGB7114090
HSL137°32.70%41.37%
HSB/HSV137°49.29%54.90%
CMYK49.29%0.00%35.71%
45.10%

Color #478C5A in popluar number systems.

HEX478C5A
Decimal7114090
Binary1000111100011001011010
Octal107214132

Shades and tints

Shades of #478C5A

#478C5A
(71,140,90)
#418052
(65,128,82)
#3B744A
(59,116,74)
#356842
(53,104,66)
#2F5C3A
(47,92,58)
#295032
(41,80,50)
#23442A
(35,68,42)
#1D3822
(29,56,34)
#172C1A
(23,44,26)
#112012
(17,32,18)
#0B140A
(11,20,10)
#000000
(0,0,0)

Tints of #478C5A

#478C5A
(71,140,90)
#579669
(87,150,105)
#67A078
(103,160,120)
#77AA87
(119,170,135)
#87B496
(135,180,150)
#97BEA5
(151,190,165)
#A7C8B4
(167,200,180)
#B7D2C3
(183,210,195)
#C7DCD2
(199,220,210)
#D7E6E1
(215,230,225)
#E7F0F0
(231,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478C5A; }

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

This text font color is #478C5A.


Background Color

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

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

This div background color is #478C5A.


Border color

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

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

This div border color is #478C5A.


Opacity

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

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

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

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

This text has shadow with #478C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478C5A on black background.


Color preview on white background

This text has color #478C5A on white background.



Black color preview on #478C5A background

This text has black color on #478C5A background.


White color preview on #478C5A background

This text has white color on #478C5A background.