COLOR #487440

HEX: #487440
RGB: (72,116,64)

Color info

#487440 contains red, green and blue colors in about the same proportion. Web safe color of #487440 is #336633 (or #363).

RGB color model

#487440 color RGB value is (72,116,64).

  • red value is 72;
  • green value is 116;
  • blue value is 64.
RGB:
(72,116,64)
(28%,45%,25%)

RGB channels and saturation

R 72 of 255 = 28%
G 116 of 255 = 45%
B 64 of 255 = 25%

72
116
64

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

Portions of RGB colors in percentages

R + G + B =
72 + 116 + 64 = 252 (100%)
R 72 of 252 ~ 28.57%
G 116 of 252 ~ 46.03%
B 64 of 252 ~ 25.4%

%28.57
%46.03
%25.4

CMYK color model

#487440 color CMYK value is (38,0,45,55).

  • cyan value is 37.93%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 54.51%
CMYK:
(38,0,45,55)
C38M0Y45K55 
(38%,0%,45%,55%)
(0.38/0.00/0.45/0.55)	

CMYK percentages

%37.93
%0
%44.83
%54.51

Codes

Color #487440 in popluar color models

487440
RGB7211664
HSL111°28.89%35.29%
HSB/HSV111°44.83%45.49%
CMYK37.93%0.00%44.83%
54.51%

Color #487440 in popluar number systems.

HEX487440
Decimal7211664
Binary100100011101001000000
Octal110164100

Shades and tints

Shades of #487440

#487440
(72,116,64)
#426A3B
(66,106,59)
#3C6036
(60,96,54)
#365631
(54,86,49)
#304C2C
(48,76,44)
#2A4227
(42,66,39)
#243822
(36,56,34)
#1E2E1D
(30,46,29)
#182418
(24,36,24)
#121A13
(18,26,19)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #487440

#487440
(72,116,64)
#588051
(88,128,81)
#688C62
(104,140,98)
#789873
(120,152,115)
#88A484
(136,164,132)
#98B095
(152,176,149)
#A8BCA6
(168,188,166)
#B8C8B7
(184,200,183)
#C8D4C8
(200,212,200)
#D8E0D9
(216,224,217)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487440 color. Also use rgb(72,116,64) instead hex code.

Text Font Color

.myTextColor { color: #487440; }

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

This text font color is #487440.


Background Color

.myBgColor { background-color: #487440; }

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

This div background color is #487440.


Border color

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

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

This div border color is #487440.


Opacity

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

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

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

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

This text has shadow with #487440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487440 on black background.


Color preview on white background

This text has color #487440 on white background.



Black color preview on #487440 background

This text has black color on #487440 background.


White color preview on #487440 background

This text has white color on #487440 background.