COLOR #487657

HEX: #487657
RGB: (72,118,87)

Color info

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

RGB color model

#487657 color RGB value is (72,118,87).

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

RGB channels and saturation

R 72 of 255 = 28%
G 118 of 255 = 46%
B 87 of 255 = 34%

72
118
87

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

Portions of RGB colors in percentages

R + G + B =
72 + 118 + 87 = 277 (100%)
R 72 of 277 ~ 25.99%
G 118 of 277 ~ 42.6%
B 87 of 277 ~ 31.41%

%25.99
%42.6
%31.41

CMYK color model

#487657 color CMYK value is (39,0,26,54).

  • cyan value is 38.98%
  • magenta value is 0.00%
  • yellow value is 26.27%
  • key color value is 53.73%
CMYK:
(39,0,26,54)
C39M0Y26K54 
(39%,0%,26%,54%)
(0.39/0.00/0.26/0.54)	

CMYK percentages

%38.98
%0
%26.27
%53.73

Codes

Color #487657 in popluar color models

487657
RGB7211887
HSL140°24.21%37.25%
HSB/HSV140°38.98%46.27%
CMYK38.98%0.00%26.27%
53.73%

Color #487657 in popluar number systems.

HEX487657
Decimal7211887
Binary100100011101101010111
Octal110166127

Shades and tints

Shades of #487657

#487657
(72,118,87)
#426C50
(66,108,80)
#3C6249
(60,98,73)
#365842
(54,88,66)
#304E3B
(48,78,59)
#2A4434
(42,68,52)
#243A2D
(36,58,45)
#1E3026
(30,48,38)
#18261F
(24,38,31)
#121C18
(18,28,24)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #487657

#487657
(72,118,87)
#588266
(88,130,102)
#688E75
(104,142,117)
#789A84
(120,154,132)
#88A693
(136,166,147)
#98B2A2
(152,178,162)
#A8BEB1
(168,190,177)
#B8CAC0
(184,202,192)
#C8D6CF
(200,214,207)
#D8E2DE
(216,226,222)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487657; }

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

This text font color is #487657.


Background Color

.myBgColor { background-color: #487657; }

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

This div background color is #487657.


Border color

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

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

This div border color is #487657.


Opacity

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

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

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

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

This text has shadow with #487657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487657 on black background.


Color preview on white background

This text has color #487657 on white background.



Black color preview on #487657 background

This text has black color on #487657 background.


White color preview on #487657 background

This text has white color on #487657 background.