COLOR #487370

HEX: #487370
RGB: (72,115,112)

Color info

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

RGB color model

#487370 color RGB value is (72,115,112).

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

RGB channels and saturation

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

72
115
112

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

Portions of RGB colors in percentages

R + G + B =
72 + 115 + 112 = 299 (100%)
R 72 of 299 ~ 24.08%
G 115 of 299 ~ 38.46%
B 112 of 299 ~ 37.46%

%24.08
%38.46
%37.46

CMYK color model

#487370 color CMYK value is (37,0,3,55).

  • cyan value is 37.39%
  • magenta value is 0.00%
  • yellow value is 2.61%
  • key color value is 54.90%
CMYK:
(37,0,3,55)
C37M0Y3K55 
(37%,0%,3%,55%)
(0.37/0.00/0.03/0.55)	

CMYK percentages

%37.39
%0
%2.61
%54.9

Codes

Color #487370 in popluar color models

487370
RGB72115112
HSL176°22.99%36.67%
HSB/HSV176°37.39%45.10%
CMYK37.39%0.00%2.61%
54.90%

Color #487370 in popluar number systems.

HEX487370
Decimal72115112
Binary100100011100111110000
Octal110163160

Shades and tints

Shades of #487370

#487370
(72,115,112)
#426966
(66,105,102)
#3C5F5C
(60,95,92)
#365552
(54,85,82)
#304B48
(48,75,72)
#2A413E
(42,65,62)
#243734
(36,55,52)
#1E2D2A
(30,45,42)
#182320
(24,35,32)
#121916
(18,25,22)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #487370

#487370
(72,115,112)
#587F7D
(88,127,125)
#688B8A
(104,139,138)
#789797
(120,151,151)
#88A3A4
(136,163,164)
#98AFB1
(152,175,177)
#A8BBBE
(168,187,190)
#B8C7CB
(184,199,203)
#C8D3D8
(200,211,216)
#D8DFE5
(216,223,229)
#E8EBF2
(232,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487370; }

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

This text font color is #487370.


Background Color

.myBgColor { background-color: #487370; }

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

This div background color is #487370.


Border color

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

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

This div border color is #487370.


Opacity

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

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

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

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

This text has shadow with #487370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487370 on black background.


Color preview on white background

This text has color #487370 on white background.



Black color preview on #487370 background

This text has black color on #487370 background.


White color preview on #487370 background

This text has white color on #487370 background.