COLOR #478B55

HEX: #478B55
RGB: (71,139,85)

Color info

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

RGB color model

#478B55 color RGB value is (71,139,85).

  • red value is 71;
  • green value is 139;
  • blue value is 85.
RGB:
(71,139,85)
(28%,55%,33%)

RGB channels and saturation

R 71 of 255 = 28%
G 139 of 255 = 55%
B 85 of 255 = 33%

71
139
85

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

Portions of RGB colors in percentages

R + G + B =
71 + 139 + 85 = 295 (100%)
R 71 of 295 ~ 24.07%
G 139 of 295 ~ 47.12%
B 85 of 295 ~ 28.81%

%24.07
%47.12
%28.81

CMYK color model

#478B55 color CMYK value is (49,0,39,45).

  • cyan value is 48.92%
  • magenta value is 0.00%
  • yellow value is 38.85%
  • key color value is 45.49%
CMYK:
(49,0,39,45)
C49M0Y39K45 
(49%,0%,39%,45%)
(0.49/0.00/0.39/0.45)	

CMYK percentages

%48.92
%0
%38.85
%45.49

Codes

Color #478B55 in popluar color models

478B55
RGB7113985
HSL132°32.38%41.18%
HSB/HSV132°48.92%54.51%
CMYK48.92%0.00%38.85%
45.49%

Color #478B55 in popluar number systems.

HEX478B55
Decimal7113985
Binary1000111100010111010101
Octal107213125

Shades and tints

Shades of #478B55

#478B55
(71,139,85)
#417F4E
(65,127,78)
#3B7347
(59,115,71)
#356740
(53,103,64)
#2F5B39
(47,91,57)
#294F32
(41,79,50)
#23432B
(35,67,43)
#1D3724
(29,55,36)
#172B1D
(23,43,29)
#111F16
(17,31,22)
#0B130F
(11,19,15)
#000000
(0,0,0)

Tints of #478B55

#478B55
(71,139,85)
#579564
(87,149,100)
#679F73
(103,159,115)
#77A982
(119,169,130)
#87B391
(135,179,145)
#97BDA0
(151,189,160)
#A7C7AF
(167,199,175)
#B7D1BE
(183,209,190)
#C7DBCD
(199,219,205)
#D7E5DC
(215,229,220)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478B55 color. Also use rgb(71,139,85) instead hex code.

Text Font Color

.myTextColor { color: #478B55; }

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

This text font color is #478B55.


Background Color

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

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

This div background color is #478B55.


Border color

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

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

This div border color is #478B55.


Opacity

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

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

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

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

This text has shadow with #478B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478B55 on black background.


Color preview on white background

This text has color #478B55 on white background.



Black color preview on #478B55 background

This text has black color on #478B55 background.


White color preview on #478B55 background

This text has white color on #478B55 background.