COLOR #487130

HEX: #487130
RGB: (72,113,48)

Color info

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

RGB color model

#487130 color RGB value is (72,113,48).

  • red value is 72;
  • green value is 113;
  • blue value is 48.
RGB:
(72,113,48)
(28%,44%,19%)

RGB channels and saturation

R 72 of 255 = 28%
G 113 of 255 = 44%
B 48 of 255 = 19%

72
113
48

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

Portions of RGB colors in percentages

R + G + B =
72 + 113 + 48 = 233 (100%)
R 72 of 233 ~ 30.9%
G 113 of 233 ~ 48.5%
B 48 of 233 ~ 20.6%

%30.9
%48.5
%20.6

CMYK color model

#487130 color CMYK value is (36,0,58,56).

  • cyan value is 36.28%
  • magenta value is 0.00%
  • yellow value is 57.52%
  • key color value is 55.69%
CMYK:
(36,0,58,56)
C36M0Y58K56 
(36%,0%,58%,56%)
(0.36/0.00/0.58/0.56)	

CMYK percentages

%36.28
%0
%57.52
%55.69

Codes

Color #487130 in popluar color models

487130
RGB7211348
HSL98°40.37%31.57%
HSB/HSV98°57.52%44.31%
CMYK36.28%0.00%57.52%
55.69%

Color #487130 in popluar number systems.

HEX487130
Decimal7211348
Binary10010001110001110000
Octal11016160

Shades and tints

Shades of #487130

#487130
(72,113,48)
#42672C
(66,103,44)
#3C5D28
(60,93,40)
#365324
(54,83,36)
#304920
(48,73,32)
#2A3F1C
(42,63,28)
#243518
(36,53,24)
#1E2B14
(30,43,20)
#182110
(24,33,16)
#12170C
(18,23,12)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #487130

#487130
(72,113,48)
#587D42
(88,125,66)
#688954
(104,137,84)
#789566
(120,149,102)
#88A178
(136,161,120)
#98AD8A
(152,173,138)
#A8B99C
(168,185,156)
#B8C5AE
(184,197,174)
#C8D1C0
(200,209,192)
#D8DDD2
(216,221,210)
#E8E9E4
(232,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487130 color. Also use rgb(72,113,48) instead hex code.

Text Font Color

.myTextColor { color: #487130; }

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

This text font color is #487130.


Background Color

.myBgColor { background-color: #487130; }

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

This div background color is #487130.


Border color

.myBorderColor { border: 1px solid #487130; }

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

This div border color is #487130.


Opacity

.myOpacity80 { color: #487130; opacity: 0.8; }

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

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

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

This text has shadow with #487130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487130 on black background.


Color preview on white background

This text has color #487130 on white background.



Black color preview on #487130 background

This text has black color on #487130 background.


White color preview on #487130 background

This text has white color on #487130 background.