COLOR #487447

HEX: #487447
RGB: (72,116,71)

Color info

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

RGB color model

#487447 color RGB value is (72,116,71).

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

RGB channels and saturation

R 72 of 255 = 28%
G 116 of 255 = 45%
B 71 of 255 = 28%

72
116
71

R + G + B ~ 34%. #487447 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 116 + 71 = 259 (100%)
R 72 of 259 ~ 27.8%
G 116 of 259 ~ 44.79%
B 71 of 259 ~ 27.41%

%27.8
%44.79
%27.41

CMYK color model

#487447 color CMYK value is (38,0,39,55).

  • cyan value is 37.93%
  • magenta value is 0.00%
  • yellow value is 38.79%
  • key color value is 54.51%
CMYK:
(38,0,39,55)
C38M0Y39K55 
(38%,0%,39%,55%)
(0.38/0.00/0.39/0.55)	

CMYK percentages

%37.93
%0
%38.79
%54.51

Codes

Color #487447 in popluar color models

487447
RGB7211671
HSL119°24.06%36.67%
HSB/HSV119°38.79%45.49%
CMYK37.93%0.00%38.79%
54.51%

Color #487447 in popluar number systems.

HEX487447
Decimal7211671
Binary100100011101001000111
Octal110164107

Shades and tints

Shades of #487447

#487447
(72,116,71)
#426A41
(66,106,65)
#3C603B
(60,96,59)
#365635
(54,86,53)
#304C2F
(48,76,47)
#2A4229
(42,66,41)
#243823
(36,56,35)
#1E2E1D
(30,46,29)
#182417
(24,36,23)
#121A11
(18,26,17)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #487447

#487447
(72,116,71)
#588057
(88,128,87)
#688C67
(104,140,103)
#789877
(120,152,119)
#88A487
(136,164,135)
#98B097
(152,176,151)
#A8BCA7
(168,188,167)
#B8C8B7
(184,200,183)
#C8D4C7
(200,212,199)
#D8E0D7
(216,224,215)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487447; }

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

This text font color is #487447.


Background Color

.myBgColor { background-color: #487447; }

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

This div background color is #487447.


Border color

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

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

This div border color is #487447.


Opacity

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

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

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

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

This text has shadow with #487447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487447 on black background.


Color preview on white background

This text has color #487447 on white background.



Black color preview on #487447 background

This text has black color on #487447 background.


White color preview on #487447 background

This text has white color on #487447 background.