COLOR #487377

HEX: #487377
RGB: (72,115,119)

Color info

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

RGB color model

#487377 color RGB value is (72,115,119).

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

RGB channels and saturation

R 72 of 255 = 28%
G 115 of 255 = 45%
B 119 of 255 = 47%

72
115
119

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

Portions of RGB colors in percentages

R + G + B =
72 + 115 + 119 = 306 (100%)
R 72 of 306 ~ 23.53%
G 115 of 306 ~ 37.58%
B 119 of 306 ~ 38.89%

%23.53
%37.58
%38.89

CMYK color model

#487377 color CMYK value is (39,3,0,53).

  • cyan value is 39.50%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(39,3,0,53)
C39M3Y0K53 
(39%,3%,0%,53%)
(0.39/0.03/0.00/0.53)	

CMYK percentages

%39.5
%3.36
%0
%53.33

Codes

Color #487377 in popluar color models

487377
RGB72115119
HSL185°24.61%37.45%
HSB/HSV185°39.50%46.67%
CMYK39.50%3.36%0.00%
53.33%

Color #487377 in popluar number systems.

HEX487377
Decimal72115119
Binary100100011100111110111
Octal110163167

Shades and tints

Shades of #487377

#487377
(72,115,119)
#42696D
(66,105,109)
#3C5F63
(60,95,99)
#365559
(54,85,89)
#304B4F
(48,75,79)
#2A4145
(42,65,69)
#24373B
(36,55,59)
#1E2D31
(30,45,49)
#182327
(24,35,39)
#12191D
(18,25,29)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #487377

#487377
(72,115,119)
#587F83
(88,127,131)
#688B8F
(104,139,143)
#78979B
(120,151,155)
#88A3A7
(136,163,167)
#98AFB3
(152,175,179)
#A8BBBF
(168,187,191)
#B8C7CB
(184,199,203)
#C8D3D7
(200,211,215)
#D8DFE3
(216,223,227)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487377; }

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

This text font color is #487377.


Background Color

.myBgColor { background-color: #487377; }

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

This div background color is #487377.


Border color

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

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

This div border color is #487377.


Opacity

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

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

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

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

This text has shadow with #487377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487377 on black background.


Color preview on white background

This text has color #487377 on white background.



Black color preview on #487377 background

This text has black color on #487377 background.


White color preview on #487377 background

This text has white color on #487377 background.