COLOR #478870

HEX: #478870
RGB: (71,136,112)

Color info

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

RGB color model

#478870 color RGB value is (71,136,112).

  • red value is 71;
  • green value is 136;
  • blue value is 112.
RGB:
(71,136,112)
(28%,53%,44%)

RGB channels and saturation

R 71 of 255 = 28%
G 136 of 255 = 53%
B 112 of 255 = 44%

71
136
112

R + G + B ~ 42%. #478870 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 136 + 112 = 319 (100%)
R 71 of 319 ~ 22.26%
G 136 of 319 ~ 42.63%
B 112 of 319 ~ 35.11%

%22.26
%42.63
%35.11

CMYK color model

#478870 color CMYK value is (48,0,18,47).

  • cyan value is 47.79%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 46.67%
CMYK:
(48,0,18,47)
C48M0Y18K47 
(48%,0%,18%,47%)
(0.48/0.00/0.18/0.47)	

CMYK percentages

%47.79
%0
%17.65
%46.67

Codes

Color #478870 in popluar color models

478870
RGB71136112
HSL158°31.40%40.59%
HSB/HSV158°47.79%53.33%
CMYK47.79%0.00%17.65%
46.67%

Color #478870 in popluar number systems.

HEX478870
Decimal71136112
Binary1000111100010001110000
Octal107210160

Shades and tints

Shades of #478870

#478870
(71,136,112)
#417C66
(65,124,102)
#3B705C
(59,112,92)
#356452
(53,100,82)
#2F5848
(47,88,72)
#294C3E
(41,76,62)
#234034
(35,64,52)
#1D342A
(29,52,42)
#172820
(23,40,32)
#111C16
(17,28,22)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #478870

#478870
(71,136,112)
#57927D
(87,146,125)
#679C8A
(103,156,138)
#77A697
(119,166,151)
#87B0A4
(135,176,164)
#97BAB1
(151,186,177)
#A7C4BE
(167,196,190)
#B7CECB
(183,206,203)
#C7D8D8
(199,216,216)
#D7E2E5
(215,226,229)
#E7ECF2
(231,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478870 color. Also use rgb(71,136,112) instead hex code.

Text Font Color

.myTextColor { color: #478870; }

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

This text font color is #478870.


Background Color

.myBgColor { background-color: #478870; }

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

This div background color is #478870.


Border color

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

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

This div border color is #478870.


Opacity

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

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

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

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

This text has shadow with #478870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478870 on black background.


Color preview on white background

This text has color #478870 on white background.



Black color preview on #478870 background

This text has black color on #478870 background.


White color preview on #478870 background

This text has white color on #478870 background.