COLOR #487470

HEX: #487470
RGB: (72,116,112)

Color info

#487470 contains red, green and blue colors in about the same proportion. Web safe color of #487470 is #336666 (or #366).

RGB color model

#487470 color RGB value is (72,116,112).

  • red value is 72;
  • green value is 116;
  • blue value is 112.
RGB:
(72,116,112)
(28%,45%,44%)

RGB channels and saturation

R 72 of 255 = 28%
G 116 of 255 = 45%
B 112 of 255 = 44%

72
116
112

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

Portions of RGB colors in percentages

R + G + B =
72 + 116 + 112 = 300 (100%)
R 72 of 300 ~ 24%
G 116 of 300 ~ 38.67%
B 112 of 300 ~ 37.33%

%24
%38.67
%37.33

CMYK color model

#487470 color CMYK value is (38,0,3,55).

  • cyan value is 37.93%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 54.51%
CMYK:
(38,0,3,55)
C38M0Y3K55 
(38%,0%,3%,55%)
(0.38/0.00/0.03/0.55)	

CMYK percentages

%37.93
%0
%3.45
%54.51

Codes

Color #487470 in popluar color models

487470
RGB72116112
HSL175°23.40%36.86%
HSB/HSV175°37.93%45.49%
CMYK37.93%0.00%3.45%
54.51%

Color #487470 in popluar number systems.

HEX487470
Decimal72116112
Binary100100011101001110000
Octal110164160

Shades and tints

Shades of #487470

#487470
(72,116,112)
#426A66
(66,106,102)
#3C605C
(60,96,92)
#365652
(54,86,82)
#304C48
(48,76,72)
#2A423E
(42,66,62)
#243834
(36,56,52)
#1E2E2A
(30,46,42)
#182420
(24,36,32)
#121A16
(18,26,22)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #487470

#487470
(72,116,112)
#58807D
(88,128,125)
#688C8A
(104,140,138)
#789897
(120,152,151)
#88A4A4
(136,164,164)
#98B0B1
(152,176,177)
#A8BCBE
(168,188,190)
#B8C8CB
(184,200,203)
#C8D4D8
(200,212,216)
#D8E0E5
(216,224,229)
#E8ECF2
(232,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487470 color. Also use rgb(72,116,112) instead hex code.

Text Font Color

.myTextColor { color: #487470; }

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

This text font color is #487470.


Background Color

.myBgColor { background-color: #487470; }

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

This div background color is #487470.


Border color

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

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

This div border color is #487470.


Opacity

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

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

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

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

This text has shadow with #487470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487470 on black background.


Color preview on white background

This text has color #487470 on white background.



Black color preview on #487470 background

This text has black color on #487470 background.


White color preview on #487470 background

This text has white color on #487470 background.