COLOR #487660

HEX: #487660
RGB: (72,118,96)

Color info

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

RGB color model

#487660 color RGB value is (72,118,96).

  • red value is 72;
  • green value is 118;
  • blue value is 96.
RGB:
(72,118,96)
(28%,46%,38%)

RGB channels and saturation

R 72 of 255 = 28%
G 118 of 255 = 46%
B 96 of 255 = 38%

72
118
96

R + G + B ~ 37%. #487660 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 118 + 96 = 286 (100%)
R 72 of 286 ~ 25.17%
G 118 of 286 ~ 41.26%
B 96 of 286 ~ 33.57%

%25.17
%41.26
%33.57

CMYK color model

#487660 color CMYK value is (39,0,19,54).

  • cyan value is 38.98%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 53.73%
CMYK:
(39,0,19,54)
C39M0Y19K54 
(39%,0%,19%,54%)
(0.39/0.00/0.19/0.54)	

CMYK percentages

%38.98
%0
%18.64
%53.73

Codes

Color #487660 in popluar color models

487660
RGB7211896
HSL151°24.21%37.25%
HSB/HSV151°38.98%46.27%
CMYK38.98%0.00%18.64%
53.73%

Color #487660 in popluar number systems.

HEX487660
Decimal7211896
Binary100100011101101100000
Octal110166140

Shades and tints

Shades of #487660

#487660
(72,118,96)
#426C58
(66,108,88)
#3C6250
(60,98,80)
#365848
(54,88,72)
#304E40
(48,78,64)
#2A4438
(42,68,56)
#243A30
(36,58,48)
#1E3028
(30,48,40)
#182620
(24,38,32)
#121C18
(18,28,24)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #487660

#487660
(72,118,96)
#58826E
(88,130,110)
#688E7C
(104,142,124)
#789A8A
(120,154,138)
#88A698
(136,166,152)
#98B2A6
(152,178,166)
#A8BEB4
(168,190,180)
#B8CAC2
(184,202,194)
#C8D6D0
(200,214,208)
#D8E2DE
(216,226,222)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487660 color. Also use rgb(72,118,96) instead hex code.

Text Font Color

.myTextColor { color: #487660; }

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

This text font color is #487660.


Background Color

.myBgColor { background-color: #487660; }

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

This div background color is #487660.


Border color

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

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

This div border color is #487660.


Opacity

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

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

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

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

This text has shadow with #487660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487660 on black background.


Color preview on white background

This text has color #487660 on white background.



Black color preview on #487660 background

This text has black color on #487660 background.


White color preview on #487660 background

This text has white color on #487660 background.