COLOR #487F4F

HEX: #487F4F
RGB: (72,127,79)

Color info

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

RGB color model

#487F4F color RGB value is (72,127,79).

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

RGB channels and saturation

R 72 of 255 = 28%
G 127 of 255 = 50%
B 79 of 255 = 31%

72
127
79

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

Portions of RGB colors in percentages

R + G + B =
72 + 127 + 79 = 278 (100%)
R 72 of 278 ~ 25.9%
G 127 of 278 ~ 45.68%
B 79 of 278 ~ 28.42%

%25.9
%45.68
%28.42

CMYK color model

#487F4F color CMYK value is (43,0,38,50).

  • cyan value is 43.31%
  • magenta value is 0.00%
  • yellow value is 37.80%
  • key color value is 50.20%
CMYK:
(43,0,38,50)
C43M0Y38K50 
(43%,0%,38%,50%)
(0.43/0.00/0.38/0.50)	

CMYK percentages

%43.31
%0
%37.8
%50.2

Codes

Color #487F4F in popluar color models

487F4F
RGB7212779
HSL128°27.64%39.02%
HSB/HSV128°43.31%49.80%
CMYK43.31%0.00%37.80%
50.20%

Color #487F4F in popluar number systems.

HEX487F4F
Decimal7212779
Binary100100011111111001111
Octal110177117

Shades and tints

Shades of #487F4F

#487F4F
(72,127,79)
#427448
(66,116,72)
#3C6941
(60,105,65)
#365E3A
(54,94,58)
#305333
(48,83,51)
#2A482C
(42,72,44)
#243D25
(36,61,37)
#1E321E
(30,50,30)
#182717
(24,39,23)
#121C10
(18,28,16)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #487F4F

#487F4F
(72,127,79)
#588A5F
(88,138,95)
#68956F
(104,149,111)
#78A07F
(120,160,127)
#88AB8F
(136,171,143)
#98B69F
(152,182,159)
#A8C1AF
(168,193,175)
#B8CCBF
(184,204,191)
#C8D7CF
(200,215,207)
#D8E2DF
(216,226,223)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487F4F; }

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

This text font color is #487F4F.


Background Color

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

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

This div background color is #487F4F.


Border color

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

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

This div border color is #487F4F.


Opacity

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

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

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

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

This text has shadow with #487F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487F4F on black background.


Color preview on white background

This text has color #487F4F on white background.



Black color preview on #487F4F background

This text has black color on #487F4F background.


White color preview on #487F4F background

This text has white color on #487F4F background.