COLOR #487256

HEX: #487256
RGB: (72,114,86)

Color info

#487256 contains red, green and blue colors in about the same proportion. Web safe color of #487256 is #336666 (or #366).

RGB color model

#487256 color RGB value is (72,114,86).

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

RGB channels and saturation

R 72 of 255 = 28%
G 114 of 255 = 45%
B 86 of 255 = 34%

72
114
86

R + G + B ~ 36%. #487256 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 114 + 86 = 272 (100%)
R 72 of 272 ~ 26.47%
G 114 of 272 ~ 41.91%
B 86 of 272 ~ 31.62%

%26.47
%41.91
%31.62

CMYK color model

#487256 color CMYK value is (37,0,25,55).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 24.56%
  • key color value is 55.29%
CMYK:
(37,0,25,55)
C37M0Y25K55 
(37%,0%,25%,55%)
(0.37/0.00/0.25/0.55)	

CMYK percentages

%36.84
%0
%24.56
%55.29

Codes

Color #487256 in popluar color models

487256
RGB7211486
HSL140°22.58%36.47%
HSB/HSV140°36.84%44.71%
CMYK36.84%0.00%24.56%
55.29%

Color #487256 in popluar number systems.

HEX487256
Decimal7211486
Binary100100011100101010110
Octal110162126

Shades and tints

Shades of #487256

#487256
(72,114,86)
#42684F
(66,104,79)
#3C5E48
(60,94,72)
#365441
(54,84,65)
#304A3A
(48,74,58)
#2A4033
(42,64,51)
#24362C
(36,54,44)
#1E2C25
(30,44,37)
#18221E
(24,34,30)
#121817
(18,24,23)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #487256

#487256
(72,114,86)
#587E65
(88,126,101)
#688A74
(104,138,116)
#789683
(120,150,131)
#88A292
(136,162,146)
#98AEA1
(152,174,161)
#A8BAB0
(168,186,176)
#B8C6BF
(184,198,191)
#C8D2CE
(200,210,206)
#D8DEDD
(216,222,221)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487256; }

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

This text font color is #487256.


Background Color

.myBgColor { background-color: #487256; }

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

This div background color is #487256.


Border color

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

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

This div border color is #487256.


Opacity

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

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

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

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

This text has shadow with #487256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487256 on black background.


Color preview on white background

This text has color #487256 on white background.



Black color preview on #487256 background

This text has black color on #487256 background.


White color preview on #487256 background

This text has white color on #487256 background.