COLOR #487140

HEX: #487140
RGB: (72,113,64)

Color info

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

RGB color model

#487140 color RGB value is (72,113,64).

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

RGB channels and saturation

R 72 of 255 = 28%
G 113 of 255 = 44%
B 64 of 255 = 25%

72
113
64

R + G + B ~ 32%. #487140 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 113 + 64 = 249 (100%)
R 72 of 249 ~ 28.92%
G 113 of 249 ~ 45.38%
B 64 of 249 ~ 25.7%

%28.92
%45.38
%25.7

CMYK color model

#487140 color CMYK value is (36,0,43,56).

  • cyan value is 36.28%
  • magenta value is 0.00%
  • yellow value is 43.36%
  • key color value is 55.69%
CMYK: (36,0,43,56) C36M0Y43K56 (36%,0%,43%,56%) (0.36/0.00/0.43/0.56)

CMYK percentages

%36.28
%0
%43.36
%55.69

Codes

Color #487140 in popluar color models

487140
RGB7211364
HSL110°27.68%34.71%
HSB/HSV110°43.36%44.31%
CMYK36.28%0.00%43.36%
55.69%

Color #487140 in popluar number systems.

HEX487140
Decimal7211364
Binary100100011100011000000
Octal110161100

Shades and tints

Shades of #487140

#487140
(72,113,64)
#42673B
(66,103,59)
#3C5D36
(60,93,54)
#365331
(54,83,49)
#30492C
(48,73,44)
#2A3F27
(42,63,39)
#243522
(36,53,34)
#1E2B1D
(30,43,29)
#182118
(24,33,24)
#121713
(18,23,19)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #487140

#487140
(72,113,64)
#587D51
(88,125,81)
#688962
(104,137,98)
#789573
(120,149,115)
#88A184
(136,161,132)
#98AD95
(152,173,149)
#A8B9A6
(168,185,166)
#B8C5B7
(184,197,183)
#C8D1C8
(200,209,200)
#D8DDD9
(216,221,217)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487140; }

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

This text font color is #487140.


Background Color

.myBgColor { background-color: #487140; }

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

This div background color is #487140.


Border color

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

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

This div border color is #487140.


Opacity

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

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

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

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

This text has shadow with #487140 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #487140 on black background.


Color preview on white background

This text has color #487140 on white background.



Black color preview on #487140 background

This text has black color on #487140 background.


White color preview on #487140 background

This text has white color on #487140 background.