COLOR #478556

HEX: #478556
RGB: (71,133,86)

Color info

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

RGB color model

#478556 color RGB value is (71,133,86).

  • red value is 71;
  • green value is 133;
  • blue value is 86.
RGB:
(71,133,86)
(28%,52%,34%)

RGB channels and saturation

R 71 of 255 = 28%
G 133 of 255 = 52%
B 86 of 255 = 34%

71
133
86

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

Portions of RGB colors in percentages

R + G + B =
71 + 133 + 86 = 290 (100%)
R 71 of 290 ~ 24.48%
G 133 of 290 ~ 45.86%
B 86 of 290 ~ 29.66%

%24.48
%45.86
%29.66

CMYK color model

#478556 color CMYK value is (47,0,35,48).

  • cyan value is 46.62%
  • magenta value is 0.00%
  • yellow value is 35.34%
  • key color value is 47.84%
CMYK:
(47,0,35,48)
C47M0Y35K48 
(47%,0%,35%,48%)
(0.47/0.00/0.35/0.48)	

CMYK percentages

%46.62
%0
%35.34
%47.84

Codes

Color #478556 in popluar color models

478556
RGB7113386
HSL135°30.39%40.00%
HSB/HSV135°46.62%52.16%
CMYK46.62%0.00%35.34%
47.84%

Color #478556 in popluar number systems.

HEX478556
Decimal7113386
Binary1000111100001011010110
Octal107205126

Shades and tints

Shades of #478556

#478556
(71,133,86)
#41794F
(65,121,79)
#3B6D48
(59,109,72)
#356141
(53,97,65)
#2F553A
(47,85,58)
#294933
(41,73,51)
#233D2C
(35,61,44)
#1D3125
(29,49,37)
#17251E
(23,37,30)
#111917
(17,25,23)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #478556

#478556
(71,133,86)
#579065
(87,144,101)
#679B74
(103,155,116)
#77A683
(119,166,131)
#87B192
(135,177,146)
#97BCA1
(151,188,161)
#A7C7B0
(167,199,176)
#B7D2BF
(183,210,191)
#C7DDCE
(199,221,206)
#D7E8DD
(215,232,221)
#E7F3EC
(231,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478556 color. Also use rgb(71,133,86) instead hex code.

Text Font Color

.myTextColor { color: #478556; }

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

This text font color is #478556.


Background Color

.myBgColor { background-color: #478556; }

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

This div background color is #478556.


Border color

.myBorderColor { border: 1px solid #478556; }

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

This div border color is #478556.


Opacity

.myOpacity80 { color: #478556; opacity: 0.8; }

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

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

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

This text has shadow with #478556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478556 on black background.


Color preview on white background

This text has color #478556 on white background.



Black color preview on #478556 background

This text has black color on #478556 background.


White color preview on #478556 background

This text has white color on #478556 background.