COLOR #487C1F

HEX: #487C1F
RGB: (72,124,31)

Color info

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

RGB color model

#487C1F color RGB value is (72,124,31).

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

RGB channels and saturation

R 72 of 255 = 28%
G 124 of 255 = 49%
B 31 of 255 = 12%

72
124
31

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

Portions of RGB colors in percentages

R + G + B =
72 + 124 + 31 = 227 (100%)
R 72 of 227 ~ 31.72%
G 124 of 227 ~ 54.63%
B 31 of 227 ~ 13.66%

%31.72
%54.63
%13.66

CMYK color model

#487C1F color CMYK value is (42,0,75,51).

  • cyan value is 41.94%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 51.37%
CMYK:
(42,0,75,51)
C42M0Y75K51 
(42%,0%,75%,51%)
(0.42/0.00/0.75/0.51)	

CMYK percentages

%41.94
%0
%75
%51.37

Codes

Color #487C1F in popluar color models

487C1F
RGB7212431
HSL94°60.00%30.39%
HSB/HSV94°75.00%48.63%
CMYK41.94%0.00%75.00%
51.37%

Color #487C1F in popluar number systems.

HEX487C1F
Decimal7212431
Binary1001000111110011111
Octal11017437

Shades and tints

Shades of #487C1F

#487C1F
(72,124,31)
#42711D
(66,113,29)
#3C661B
(60,102,27)
#365B19
(54,91,25)
#305017
(48,80,23)
#2A4515
(42,69,21)
#243A13
(36,58,19)
#1E2F11
(30,47,17)
#18240F
(24,36,15)
#12190D
(18,25,13)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #487C1F

#487C1F
(72,124,31)
#588733
(88,135,51)
#689247
(104,146,71)
#789D5B
(120,157,91)
#88A86F
(136,168,111)
#98B383
(152,179,131)
#A8BE97
(168,190,151)
#B8C9AB
(184,201,171)
#C8D4BF
(200,212,191)
#D8DFD3
(216,223,211)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487C1F; }

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

This text font color is #487C1F.


Background Color

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

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

This div background color is #487C1F.


Border color

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

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

This div border color is #487C1F.


Opacity

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

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

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

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

This text has shadow with #487C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487C1F on black background.


Color preview on white background

This text has color #487C1F on white background.



Black color preview on #487C1F background

This text has black color on #487C1F background.


White color preview on #487C1F background

This text has white color on #487C1F background.