COLOR #487845

HEX: #487845
RGB: (72,120,69)

Color info

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

RGB color model

#487845 color RGB value is (72,120,69).

  • red value is 72;
  • green value is 120;
  • blue value is 69.
RGB:
(72,120,69)
(28%,47%,27%)

RGB channels and saturation

R 72 of 255 = 28%
G 120 of 255 = 47%
B 69 of 255 = 27%

72
120
69

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

Portions of RGB colors in percentages

R + G + B =
72 + 120 + 69 = 261 (100%)
R 72 of 261 ~ 27.59%
G 120 of 261 ~ 45.98%
B 69 of 261 ~ 26.44%

%27.59
%45.98
%26.44

CMYK color model

#487845 color CMYK value is (40,0,43,53).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 42.50%
  • key color value is 52.94%
CMYK:
(40,0,43,53)
C40M0Y43K53 
(40%,0%,43%,53%)
(0.40/0.00/0.43/0.53)	

CMYK percentages

%40
%0
%42.5
%52.94

Codes

Color #487845 in popluar color models

487845
RGB7212069
HSL116°26.98%37.06%
HSB/HSV116°42.50%47.06%
CMYK40.00%0.00%42.50%
52.94%

Color #487845 in popluar number systems.

HEX487845
Decimal7212069
Binary100100011110001000101
Octal110170105

Shades and tints

Shades of #487845

#487845
(72,120,69)
#426E3F
(66,110,63)
#3C6439
(60,100,57)
#365A33
(54,90,51)
#30502D
(48,80,45)
#2A4627
(42,70,39)
#243C21
(36,60,33)
#1E321B
(30,50,27)
#182815
(24,40,21)
#121E0F
(18,30,15)
#0C1409
(12,20,9)
#000000
(0,0,0)

Tints of #487845

#487845
(72,120,69)
#588455
(88,132,85)
#689065
(104,144,101)
#789C75
(120,156,117)
#88A885
(136,168,133)
#98B495
(152,180,149)
#A8C0A5
(168,192,165)
#B8CCB5
(184,204,181)
#C8D8C5
(200,216,197)
#D8E4D5
(216,228,213)
#E8F0E5
(232,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487845 color. Also use rgb(72,120,69) instead hex code.

Text Font Color

.myTextColor { color: #487845; }

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

This text font color is #487845.


Background Color

.myBgColor { background-color: #487845; }

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

This div background color is #487845.


Border color

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

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

This div border color is #487845.


Opacity

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

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

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

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

This text has shadow with #487845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487845 on black background.


Color preview on white background

This text has color #487845 on white background.



Black color preview on #487845 background

This text has black color on #487845 background.


White color preview on #487845 background

This text has white color on #487845 background.