COLOR #478F5A

HEX: #478F5A RGB: (71,143,90)

Color info

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

RGB color model

#478F5A color RGB value is (71,143,90).

RGB: (71,143,90) (28%, 56%, 35%)

RGB channels and saturation

R 71 of 255 = 28%
G 143 of 255 = 56%
B 90 of 255 = 35%

71
143
90

R + G + B ~ 40%. #478F5A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 71 + 143 + 90 = 304 (100%)
R 71 of 304 ~ 23.36%
G 143 of 304 ~ 47.04%
B 90 of 304 ~ 29.61'%

%23.36
%47.04
%29.61

CMYK color model

#478F5A color CMYK value is (50,0,37,44).

  • cyan value is 50.35%
  • magenta value is 0.00%
  • yellow value is 37.06%
  • key color value is 43.92%

CMYK: (50,0,37,44)
C50M0Y37K44 (50%, 0%, 37%, 44%)
(0.50 / 0.00 / 0.37 / 0.44)

CMYK percentages

%50.35
%0
%37.06
%43.92

Codes

Color #478F5A in popluar color models

47 8F 5A
RGB 71 143 90
HSL 136° 33.64% 41.96%
HSB/HSV 136° 50.35% 56.08%
CMYK 50.35% 0.00% 37.06%
43.92%

Color #478F5A in popluar number systems.

HEX 47 8F 5A
Decimal 71 143 90
Binary 1000111 10001111 1011010
Octal 107 217 132

Shades and tints

Shades of #478F5A

#478F5A
(71,143,90)
#418252
(65,130,82)
#3B754A
(59,117,74)
#356842
(53,104,66)
#2F5B3A
(47,91,58)
#294E32
(41,78,50)
#23412A
(35,65,42)
#1D3422
(29,52,34)
#17271A
(23,39,26)
#111A12
(17,26,18)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #478F5A

#478F5A
(71,143,90)
#579969
(87,153,105)
#67A378
(103,163,120)
#77AD87
(119,173,135)
#87B796
(135,183,150)
#97C1A5
(151,193,165)
#A7CBB4
(167,203,180)
#B7D5C3
(183,213,195)
#C7DFD2
(199,223,210)
#D7E9E1
(215,233,225)
#E7F3F0
(231,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478F5A; }

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

This text font color is #478F5A.

Background Color

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

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

This div background color is #478F5A.

Border color

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

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

This div border color is #478F5A.

Opacity

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

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

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

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

This text has shadow with #478F5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #478F5A.

Preview

Color preview on black background

This text has color #478F5A on black background.


Color preview on white background

This text has color #478F5A on white background.


Black color preview on #478F5A background

This text has black color on #478F5A background.


White color preview on #478F5A background

This text has white color on #478F5A background.


Related colors

Complementary color

Complementary color for #hex is #B870A5.


I love getcolorcode.com

Triadic colors

1 #5A478F and #8F5A47 with #478F5A are triadic colors.

2 #5A8F47 and #8F475A with #478F5A are triadic colors.