COLOR #487449

HEX: #487449
RGB: (72,116,73)

Color info

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

RGB color model

#487449 color RGB value is (72,116,73).

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

RGB channels and saturation

R 72 of 255 = 28%
G 116 of 255 = 45%
B 73 of 255 = 29%

72
116
73

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

Portions of RGB colors in percentages

R + G + B =
72 + 116 + 73 = 261 (100%)
R 72 of 261 ~ 27.59%
G 116 of 261 ~ 44.44%
B 73 of 261 ~ 27.97%

%27.59
%44.44
%27.97

CMYK color model

#487449 color CMYK value is (38,0,37,55).

  • cyan value is 37.93%
  • magenta value is 0.00%
  • yellow value is 37.07%
  • key color value is 54.51%
CMYK:
(38,0,37,55)
C38M0Y37K55 
(38%,0%,37%,55%)
(0.38/0.00/0.37/0.55)	

CMYK percentages

%37.93
%0
%37.07
%54.51

Codes

Color #487449 in popluar color models

487449
RGB7211673
HSL121°23.40%36.86%
HSB/HSV121°37.93%45.49%
CMYK37.93%0.00%37.07%
54.51%

Color #487449 in popluar number systems.

HEX487449
Decimal7211673
Binary100100011101001001001
Octal110164111

Shades and tints

Shades of #487449

#487449
(72,116,73)
#426A43
(66,106,67)
#3C603D
(60,96,61)
#365637
(54,86,55)
#304C31
(48,76,49)
#2A422B
(42,66,43)
#243825
(36,56,37)
#1E2E1F
(30,46,31)
#182419
(24,36,25)
#121A13
(18,26,19)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #487449

#487449
(72,116,73)
#588059
(88,128,89)
#688C69
(104,140,105)
#789879
(120,152,121)
#88A489
(136,164,137)
#98B099
(152,176,153)
#A8BCA9
(168,188,169)
#B8C8B9
(184,200,185)
#C8D4C9
(200,212,201)
#D8E0D9
(216,224,217)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487449; }

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

This text font color is #487449.


Background Color

.myBgColor { background-color: #487449; }

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

This div background color is #487449.


Border color

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

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

This div border color is #487449.


Opacity

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

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

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

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

This text has shadow with #487449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487449 on black background.


Color preview on white background

This text has color #487449 on white background.



Black color preview on #487449 background

This text has black color on #487449 background.


White color preview on #487449 background

This text has white color on #487449 background.