COLOR #487D54

HEX: #487D54
RGB: (72,125,84)

Color info

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

RGB color model

#487D54 color RGB value is (72,125,84).

  • red value is 72;
  • green value is 125;
  • blue value is 84.
RGB:
(72,125,84)
(28%,49%,33%)

RGB channels and saturation

R 72 of 255 = 28%
G 125 of 255 = 49%
B 84 of 255 = 33%

72
125
84

R + G + B ~ 37%. #487D54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 125 + 84 = 281 (100%)
R 72 of 281 ~ 25.62%
G 125 of 281 ~ 44.48%
B 84 of 281 ~ 29.89%

%25.62
%44.48
%29.89

CMYK color model

#487D54 color CMYK value is (42,0,33,51).

  • cyan value is 42.40%
  • magenta value is 0.00%
  • yellow value is 32.80%
  • key color value is 50.98%
CMYK:
(42,0,33,51)
C42M0Y33K51 
(42%,0%,33%,51%)
(0.42/0.00/0.33/0.51)	

CMYK percentages

%42.4
%0
%32.8
%50.98

Codes

Color #487D54 in popluar color models

487D54
RGB7212584
HSL134°26.90%38.63%
HSB/HSV134°42.40%49.02%
CMYK42.40%0.00%32.80%
50.98%

Color #487D54 in popluar number systems.

HEX487D54
Decimal7212584
Binary100100011111011010100
Octal110175124

Shades and tints

Shades of #487D54

#487D54
(72,125,84)
#42724D
(66,114,77)
#3C6746
(60,103,70)
#365C3F
(54,92,63)
#305138
(48,81,56)
#2A4631
(42,70,49)
#243B2A
(36,59,42)
#1E3023
(30,48,35)
#18251C
(24,37,28)
#121A15
(18,26,21)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #487D54

#487D54
(72,125,84)
#588863
(88,136,99)
#689372
(104,147,114)
#789E81
(120,158,129)
#88A990
(136,169,144)
#98B49F
(152,180,159)
#A8BFAE
(168,191,174)
#B8CABD
(184,202,189)
#C8D5CC
(200,213,204)
#D8E0DB
(216,224,219)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487D54 color. Also use rgb(72,125,84) instead hex code.

Text Font Color

.myTextColor { color: #487D54; }

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

This text font color is #487D54.


Background Color

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

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

This div background color is #487D54.


Border color

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

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

This div border color is #487D54.


Opacity

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

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

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

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

This text has shadow with #487D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487D54 on black background.


Color preview on white background

This text has color #487D54 on white background.



Black color preview on #487D54 background

This text has black color on #487D54 background.


White color preview on #487D54 background

This text has white color on #487D54 background.