COLOR #487757

HEX: #487757
RGB: (72,119,87)

Color info

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

RGB color model

#487757 color RGB value is (72,119,87).

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

RGB channels and saturation

R 72 of 255 = 28%
G 119 of 255 = 47%
B 87 of 255 = 34%

72
119
87

R + G + B ~ 36%. #487757 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 119 + 87 = 278 (100%)
R 72 of 278 ~ 25.9%
G 119 of 278 ~ 42.81%
B 87 of 278 ~ 31.29%

%25.9
%42.81
%31.29

CMYK color model

#487757 color CMYK value is (39,0,27,53).

  • cyan value is 39.50%
  • magenta value is 0.00%
  • yellow value is 26.89%
  • key color value is 53.33%
CMYK:
(39,0,27,53)
C39M0Y27K53 
(39%,0%,27%,53%)
(0.39/0.00/0.27/0.53)	

CMYK percentages

%39.5
%0
%26.89
%53.33

Codes

Color #487757 in popluar color models

487757
RGB7211987
HSL139°24.61%37.45%
HSB/HSV139°39.50%46.67%
CMYK39.50%0.00%26.89%
53.33%

Color #487757 in popluar number systems.

HEX487757
Decimal7211987
Binary100100011101111010111
Octal110167127

Shades and tints

Shades of #487757

#487757
(72,119,87)
#426D50
(66,109,80)
#3C6349
(60,99,73)
#365942
(54,89,66)
#304F3B
(48,79,59)
#2A4534
(42,69,52)
#243B2D
(36,59,45)
#1E3126
(30,49,38)
#18271F
(24,39,31)
#121D18
(18,29,24)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #487757

#487757
(72,119,87)
#588366
(88,131,102)
#688F75
(104,143,117)
#789B84
(120,155,132)
#88A793
(136,167,147)
#98B3A2
(152,179,162)
#A8BFB1
(168,191,177)
#B8CBC0
(184,203,192)
#C8D7CF
(200,215,207)
#D8E3DE
(216,227,222)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487757; }

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

This text font color is #487757.


Background Color

.myBgColor { background-color: #487757; }

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

This div background color is #487757.


Border color

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

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

This div border color is #487757.


Opacity

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

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

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

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

This text has shadow with #487757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487757 on black background.


Color preview on white background

This text has color #487757 on white background.



Black color preview on #487757 background

This text has black color on #487757 background.


White color preview on #487757 background

This text has white color on #487757 background.