COLOR #487E65

HEX: #487E65
RGB: (72,126,101)

Color info

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

RGB color model

#487E65 color RGB value is (72,126,101).

  • red value is 72;
  • green value is 126;
  • blue value is 101.
RGB:
(72,126,101)
(28%,49%,40%)

RGB channels and saturation

R 72 of 255 = 28%
G 126 of 255 = 49%
B 101 of 255 = 40%

72
126
101

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

Portions of RGB colors in percentages

R + G + B =
72 + 126 + 101 = 299 (100%)
R 72 of 299 ~ 24.08%
G 126 of 299 ~ 42.14%
B 101 of 299 ~ 33.78%

%24.08
%42.14
%33.78

CMYK color model

#487E65 color CMYK value is (43,0,20,51).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 19.84%
  • key color value is 50.59%
CMYK:
(43,0,20,51)
C43M0Y20K51 
(43%,0%,20%,51%)
(0.43/0.00/0.20/0.51)	

CMYK percentages

%42.86
%0
%19.84
%50.59

Codes

Color #487E65 in popluar color models

487E65
RGB72126101
HSL152°27.27%38.82%
HSB/HSV152°42.86%49.41%
CMYK42.86%0.00%19.84%
50.59%

Color #487E65 in popluar number systems.

HEX487E65
Decimal72126101
Binary100100011111101100101
Octal110176145

Shades and tints

Shades of #487E65

#487E65
(72,126,101)
#42735C
(66,115,92)
#3C6853
(60,104,83)
#365D4A
(54,93,74)
#305241
(48,82,65)
#2A4738
(42,71,56)
#243C2F
(36,60,47)
#1E3126
(30,49,38)
#18261D
(24,38,29)
#121B14
(18,27,20)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #487E65

#487E65
(72,126,101)
#588973
(88,137,115)
#689481
(104,148,129)
#789F8F
(120,159,143)
#88AA9D
(136,170,157)
#98B5AB
(152,181,171)
#A8C0B9
(168,192,185)
#B8CBC7
(184,203,199)
#C8D6D5
(200,214,213)
#D8E1E3
(216,225,227)
#E8ECF1
(232,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487E65 color. Also use rgb(72,126,101) instead hex code.

Text Font Color

.myTextColor { color: #487E65; }

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

This text font color is #487E65.


Background Color

.myBgColor { background-color: #487E65; }

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

This div background color is #487E65.


Border color

.myBorderColor { border: 1px solid #487E65; }

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

This div border color is #487E65.


Opacity

.myOpacity80 { color: #487E65; opacity: 0.8; }

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

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

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

This text has shadow with #487E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487E65 on black background.


Color preview on white background

This text has color #487E65 on white background.



Black color preview on #487E65 background

This text has black color on #487E65 background.


White color preview on #487E65 background

This text has white color on #487E65 background.