COLOR #487E4D

HEX: #487E4D
RGB: (72,126,77)

Color info

#487E4D contains red, green and blue colors in about the same proportion. Web safe color of #487E4D is #336633 (or #363).

RGB color model

#487E4D color RGB value is (72,126,77).

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

RGB channels and saturation

R 72 of 255 = 28%
G 126 of 255 = 49%
B 77 of 255 = 30%

72
126
77

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

Portions of RGB colors in percentages

R + G + B =
72 + 126 + 77 = 275 (100%)
R 72 of 275 ~ 26.18%
G 126 of 275 ~ 45.82%
B 77 of 275 ~ 28%

%26.18
%45.82
%28

CMYK color model

#487E4D color CMYK value is (43,0,39,51).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 50.59%
CMYK:
(43,0,39,51)
C43M0Y39K51 
(43%,0%,39%,51%)
(0.43/0.00/0.39/0.51)	

CMYK percentages

%42.86
%0
%38.89
%50.59

Codes

Color #487E4D in popluar color models

487E4D
RGB7212677
HSL126°27.27%38.82%
HSB/HSV126°42.86%49.41%
CMYK42.86%0.00%38.89%
50.59%

Color #487E4D in popluar number systems.

HEX487E4D
Decimal7212677
Binary100100011111101001101
Octal110176115

Shades and tints

Shades of #487E4D

#487E4D
(72,126,77)
#427346
(66,115,70)
#3C683F
(60,104,63)
#365D38
(54,93,56)
#305231
(48,82,49)
#2A472A
(42,71,42)
#243C23
(36,60,35)
#1E311C
(30,49,28)
#182615
(24,38,21)
#121B0E
(18,27,14)
#0C1007
(12,16,7)
#000000
(0,0,0)

Tints of #487E4D

#487E4D
(72,126,77)
#58895D
(88,137,93)
#68946D
(104,148,109)
#789F7D
(120,159,125)
#88AA8D
(136,170,141)
#98B59D
(152,181,157)
#A8C0AD
(168,192,173)
#B8CBBD
(184,203,189)
#C8D6CD
(200,214,205)
#D8E1DD
(216,225,221)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487E4D; }

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

This text font color is #487E4D.


Background Color

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

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

This div background color is #487E4D.


Border color

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

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

This div border color is #487E4D.


Opacity

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

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

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

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

This text has shadow with #487E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487E4D on black background.


Color preview on white background

This text has color #487E4D on white background.



Black color preview on #487E4D background

This text has black color on #487E4D background.


White color preview on #487E4D background

This text has white color on #487E4D background.