COLOR #487A3E

HEX: #487A3E
RGB: (72,122,62)

Color info

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

RGB color model

#487A3E color RGB value is (72,122,62).

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

RGB channels and saturation

R 72 of 255 = 28%
G 122 of 255 = 48%
B 62 of 255 = 24%

72
122
62

R + G + B ~ 33%. #487A3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 122 + 62 = 256 (100%)
R 72 of 256 ~ 28.13%
G 122 of 256 ~ 47.66%
B 62 of 256 ~ 24.22%

%28.13
%47.66
%24.22

CMYK color model

#487A3E color CMYK value is (41,0,49,52).

  • cyan value is 40.98%
  • magenta value is 0.00%
  • yellow value is 49.18%
  • key color value is 52.16%
CMYK:
(41,0,49,52)
C41M0Y49K52 
(41%,0%,49%,52%)
(0.41/0.00/0.49/0.52)	

CMYK percentages

%40.98
%0
%49.18
%52.16

Codes

Color #487A3E in popluar color models

487A3E
RGB7212262
HSL110°32.61%36.08%
HSB/HSV110°49.18%47.84%
CMYK40.98%0.00%49.18%
52.16%

Color #487A3E in popluar number systems.

HEX487A3E
Decimal7212262
Binary10010001111010111110
Octal11017276

Shades and tints

Shades of #487A3E

#487A3E
(72,122,62)
#426F39
(66,111,57)
#3C6434
(60,100,52)
#36592F
(54,89,47)
#304E2A
(48,78,42)
#2A4325
(42,67,37)
#243820
(36,56,32)
#1E2D1B
(30,45,27)
#182216
(24,34,22)
#121711
(18,23,17)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #487A3E

#487A3E
(72,122,62)
#58864F
(88,134,79)
#689260
(104,146,96)
#789E71
(120,158,113)
#88AA82
(136,170,130)
#98B693
(152,182,147)
#A8C2A4
(168,194,164)
#B8CEB5
(184,206,181)
#C8DAC6
(200,218,198)
#D8E6D7
(216,230,215)
#E8F2E8
(232,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487A3E; }

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

This text font color is #487A3E.


Background Color

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

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

This div background color is #487A3E.


Border color

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

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

This div border color is #487A3E.


Opacity

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

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

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

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

This text has shadow with #487A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487A3E on black background.


Color preview on white background

This text has color #487A3E on white background.



Black color preview on #487A3E background

This text has black color on #487A3E background.


White color preview on #487A3E background

This text has white color on #487A3E background.