COLOR #487625

HEX: #487625
RGB: (72,118,37)

Color info

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

RGB color model

#487625 color RGB value is (72,118,37).

  • red value is 72;
  • green value is 118;
  • blue value is 37.
RGB:
(72,118,37)
(28%,46%,15%)

RGB channels and saturation

R 72 of 255 = 28%
G 118 of 255 = 46%
B 37 of 255 = 15%

72
118
37

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

Portions of RGB colors in percentages

R + G + B =
72 + 118 + 37 = 227 (100%)
R 72 of 227 ~ 31.72%
G 118 of 227 ~ 51.98%
B 37 of 227 ~ 16.3%

%31.72
%51.98
%16.3

CMYK color model

#487625 color CMYK value is (39,0,69,54).

  • cyan value is 38.98%
  • magenta value is 0.00%
  • yellow value is 68.64%
  • key color value is 53.73%
CMYK:
(39,0,69,54)
C39M0Y69K54 
(39%,0%,69%,54%)
(0.39/0.00/0.69/0.54)	

CMYK percentages

%38.98
%0
%68.64
%53.73

Codes

Color #487625 in popluar color models

487625
RGB7211837
HSL94°52.26%30.39%
HSB/HSV94°68.64%46.27%
CMYK38.98%0.00%68.64%
53.73%

Color #487625 in popluar number systems.

HEX487625
Decimal7211837
Binary10010001110110100101
Octal11016645

Shades and tints

Shades of #487625

#487625
(72,118,37)
#426C22
(66,108,34)
#3C621F
(60,98,31)
#36581C
(54,88,28)
#304E19
(48,78,25)
#2A4416
(42,68,22)
#243A13
(36,58,19)
#1E3010
(30,48,16)
#18260D
(24,38,13)
#121C0A
(18,28,10)
#0C1207
(12,18,7)
#000000
(0,0,0)

Tints of #487625

#487625
(72,118,37)
#588238
(88,130,56)
#688E4B
(104,142,75)
#789A5E
(120,154,94)
#88A671
(136,166,113)
#98B284
(152,178,132)
#A8BE97
(168,190,151)
#B8CAAA
(184,202,170)
#C8D6BD
(200,214,189)
#D8E2D0
(216,226,208)
#E8EEE3
(232,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487625 color. Also use rgb(72,118,37) instead hex code.

Text Font Color

.myTextColor { color: #487625; }

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

This text font color is #487625.


Background Color

.myBgColor { background-color: #487625; }

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

This div background color is #487625.


Border color

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

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

This div border color is #487625.


Opacity

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

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

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

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

This text has shadow with #487625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487625 on black background.


Color preview on white background

This text has color #487625 on white background.



Black color preview on #487625 background

This text has black color on #487625 background.


White color preview on #487625 background

This text has white color on #487625 background.