COLOR #487C20

HEX: #487C20
RGB: (72,124,32)

Color info

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

RGB color model

#487C20 color RGB value is (72,124,32).

  • red value is 72;
  • green value is 124;
  • blue value is 32.
RGB:
(72,124,32)
(28%,49%,13%)

RGB channels and saturation

R 72 of 255 = 28%
G 124 of 255 = 49%
B 32 of 255 = 13%

72
124
32

R + G + B ~ 30%. #487C20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 124 + 32 = 228 (100%)
R 72 of 228 ~ 31.58%
G 124 of 228 ~ 54.39%
B 32 of 228 ~ 14.04%

%31.58
%54.39
%14.04

CMYK color model

#487C20 color CMYK value is (42,0,74,51).

  • cyan value is 41.94%
  • magenta value is 0.00%
  • yellow value is 74.19%
  • key color value is 51.37%
CMYK:
(42,0,74,51)
C42M0Y74K51 
(42%,0%,74%,51%)
(0.42/0.00/0.74/0.51)	

CMYK percentages

%41.94
%0
%74.19
%51.37

Codes

Color #487C20 in popluar color models

487C20
RGB7212432
HSL94°58.97%30.59%
HSB/HSV94°74.19%48.63%
CMYK41.94%0.00%74.19%
51.37%

Color #487C20 in popluar number systems.

HEX487C20
Decimal7212432
Binary10010001111100100000
Octal11017440

Shades and tints

Shades of #487C20

#487C20
(72,124,32)
#42711E
(66,113,30)
#3C661C
(60,102,28)
#365B1A
(54,91,26)
#305018
(48,80,24)
#2A4516
(42,69,22)
#243A14
(36,58,20)
#1E2F12
(30,47,18)
#182410
(24,36,16)
#12190E
(18,25,14)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #487C20

#487C20
(72,124,32)
#588734
(88,135,52)
#689248
(104,146,72)
#789D5C
(120,157,92)
#88A870
(136,168,112)
#98B384
(152,179,132)
#A8BE98
(168,190,152)
#B8C9AC
(184,201,172)
#C8D4C0
(200,212,192)
#D8DFD4
(216,223,212)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487C20 color. Also use rgb(72,124,32) instead hex code.

Text Font Color

.myTextColor { color: #487C20; }

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

This text font color is #487C20.


Background Color

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

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

This div background color is #487C20.


Border color

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

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

This div border color is #487C20.


Opacity

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

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

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

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

This text has shadow with #487C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487C20 on black background.


Color preview on white background

This text has color #487C20 on white background.



Black color preview on #487C20 background

This text has black color on #487C20 background.


White color preview on #487C20 background

This text has white color on #487C20 background.