COLOR #487F69

HEX: #487F69
RGB: (72,127,105)

Color info

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

RGB color model

#487F69 color RGB value is (72,127,105).

  • red value is 72;
  • green value is 127;
  • blue value is 105.
RGB:
(72,127,105)
(28%,50%,41%)

RGB channels and saturation

R 72 of 255 = 28%
G 127 of 255 = 50%
B 105 of 255 = 41%

72
127
105

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

Portions of RGB colors in percentages

R + G + B =
72 + 127 + 105 = 304 (100%)
R 72 of 304 ~ 23.68%
G 127 of 304 ~ 41.78%
B 105 of 304 ~ 34.54%

%23.68
%41.78
%34.54

CMYK color model

#487F69 color CMYK value is (43,0,17,50).

  • cyan value is 43.31%
  • magenta value is 0.00%
  • yellow value is 17.32%
  • key color value is 50.20%
CMYK:
(43,0,17,50)
C43M0Y17K50 
(43%,0%,17%,50%)
(0.43/0.00/0.17/0.50)	

CMYK percentages

%43.31
%0
%17.32
%50.2

Codes

Color #487F69 in popluar color models

487F69
RGB72127105
HSL156°27.64%39.02%
HSB/HSV156°43.31%49.80%
CMYK43.31%0.00%17.32%
50.20%

Color #487F69 in popluar number systems.

HEX487F69
Decimal72127105
Binary100100011111111101001
Octal110177151

Shades and tints

Shades of #487F69

#487F69
(72,127,105)
#427460
(66,116,96)
#3C6957
(60,105,87)
#365E4E
(54,94,78)
#305345
(48,83,69)
#2A483C
(42,72,60)
#243D33
(36,61,51)
#1E322A
(30,50,42)
#182721
(24,39,33)
#121C18
(18,28,24)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #487F69

#487F69
(72,127,105)
#588A76
(88,138,118)
#689583
(104,149,131)
#78A090
(120,160,144)
#88AB9D
(136,171,157)
#98B6AA
(152,182,170)
#A8C1B7
(168,193,183)
#B8CCC4
(184,204,196)
#C8D7D1
(200,215,209)
#D8E2DE
(216,226,222)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487F69 color. Also use rgb(72,127,105) instead hex code.

Text Font Color

.myTextColor { color: #487F69; }

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

This text font color is #487F69.


Background Color

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

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

This div background color is #487F69.


Border color

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

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

This div border color is #487F69.


Opacity

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

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

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

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

This text has shadow with #487F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487F69 on black background.


Color preview on white background

This text has color #487F69 on white background.



Black color preview on #487F69 background

This text has black color on #487F69 background.


White color preview on #487F69 background

This text has white color on #487F69 background.