COLOR #487249

HEX: #487249
RGB: (72,114,73)

Color info

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

RGB color model

#487249 color RGB value is (72,114,73).

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

RGB channels and saturation

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

72
114
73

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

Portions of RGB colors in percentages

R + G + B =
72 + 114 + 73 = 259 (100%)
R 72 of 259 ~ 27.8%
G 114 of 259 ~ 44.02%
B 73 of 259 ~ 28.19%

%27.8
%44.02
%28.19

CMYK color model

#487249 color CMYK value is (37,0,36,55).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 35.96%
  • key color value is 55.29%
CMYK:
(37,0,36,55)
C37M0Y36K55 
(37%,0%,36%,55%)
(0.37/0.00/0.36/0.55)	

CMYK percentages

%36.84
%0
%35.96
%55.29

Codes

Color #487249 in popluar color models

487249
RGB7211473
HSL121°22.58%36.47%
HSB/HSV121°36.84%44.71%
CMYK36.84%0.00%35.96%
55.29%

Color #487249 in popluar number systems.

HEX487249
Decimal7211473
Binary100100011100101001001
Octal110162111

Shades and tints

Shades of #487249

#487249
(72,114,73)
#426843
(66,104,67)
#3C5E3D
(60,94,61)
#365437
(54,84,55)
#304A31
(48,74,49)
#2A402B
(42,64,43)
#243625
(36,54,37)
#1E2C1F
(30,44,31)
#182219
(24,34,25)
#121813
(18,24,19)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #487249

#487249
(72,114,73)
#587E59
(88,126,89)
#688A69
(104,138,105)
#789679
(120,150,121)
#88A289
(136,162,137)
#98AE99
(152,174,153)
#A8BAA9
(168,186,169)
#B8C6B9
(184,198,185)
#C8D2C9
(200,210,201)
#D8DED9
(216,222,217)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487249; }

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

This text font color is #487249.


Background Color

.myBgColor { background-color: #487249; }

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

This div background color is #487249.


Border color

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

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

This div border color is #487249.


Opacity

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

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

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

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

This text has shadow with #487249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487249 on black background.


Color preview on white background

This text has color #487249 on white background.



Black color preview on #487249 background

This text has black color on #487249 background.


White color preview on #487249 background

This text has white color on #487249 background.