COLOR #487E3E

HEX: #487E3E
RGB: (72,126,62)

Color info

#487E3E contains mainly red and green colors. Web safe color of #487E3E is #336633 (or #363).

RGB color model

#487E3E color RGB value is (72,126,62).

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

RGB channels and saturation

R 72 of 255 = 28%
G 126 of 255 = 49%
B 62 of 255 = 24%

72
126
62

R + G + B ~ 34%. #487E3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 126 + 62 = 260 (100%)
R 72 of 260 ~ 27.69%
G 126 of 260 ~ 48.46%
B 62 of 260 ~ 23.85%

%27.69
%48.46
%23.85

CMYK color model

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

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 50.79%
  • key color value is 50.59%
CMYK:
(43,0,51,51)
C43M0Y51K51 
(43%,0%,51%,51%)
(0.43/0.00/0.51/0.51)	

CMYK percentages

%42.86
%0
%50.79
%50.59

Codes

Color #487E3E in popluar color models

487E3E
RGB7212662
HSL111°34.04%36.86%
HSB/HSV111°50.79%49.41%
CMYK42.86%0.00%50.79%
50.59%

Color #487E3E in popluar number systems.

HEX487E3E
Decimal7212662
Binary10010001111110111110
Octal11017676

Shades and tints

Shades of #487E3E

#487E3E
(72,126,62)
#427339
(66,115,57)
#3C6834
(60,104,52)
#365D2F
(54,93,47)
#30522A
(48,82,42)
#2A4725
(42,71,37)
#243C20
(36,60,32)
#1E311B
(30,49,27)
#182616
(24,38,22)
#121B11
(18,27,17)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #487E3E

#487E3E
(72,126,62)
#58894F
(88,137,79)
#689460
(104,148,96)
#789F71
(120,159,113)
#88AA82
(136,170,130)
#98B593
(152,181,147)
#A8C0A4
(168,192,164)
#B8CBB5
(184,203,181)
#C8D6C6
(200,214,198)
#D8E1D7
(216,225,215)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487E3E; }

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

This text font color is #487E3E.


Background Color

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

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

This div background color is #487E3E.


Border color

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

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

This div border color is #487E3E.


Opacity

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

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

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

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

This text has shadow with #487E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487E3E on black background.


Color preview on white background

This text has color #487E3E on white background.



Black color preview on #487E3E background

This text has black color on #487E3E background.


White color preview on #487E3E background

This text has white color on #487E3E background.