COLOR #487351

HEX: #487351
RGB: (72,115,81)

Color info

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

RGB color model

#487351 color RGB value is (72,115,81).

  • red value is 72;
  • green value is 115;
  • blue value is 81.
RGB:
(72,115,81)
(28%,45%,32%)

RGB channels and saturation

R 72 of 255 = 28%
G 115 of 255 = 45%
B 81 of 255 = 32%

72
115
81

R + G + B ~ 35%. #487351 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 115 + 81 = 268 (100%)
R 72 of 268 ~ 26.87%
G 115 of 268 ~ 42.91%
B 81 of 268 ~ 30.22%

%26.87
%42.91
%30.22

CMYK color model

#487351 color CMYK value is (37,0,30,55).

  • cyan value is 37.39%
  • magenta value is 0.00%
  • yellow value is 29.57%
  • key color value is 54.90%
CMYK:
(37,0,30,55)
C37M0Y30K55 
(37%,0%,30%,55%)
(0.37/0.00/0.30/0.55)	

CMYK percentages

%37.39
%0
%29.57
%54.9

Codes

Color #487351 in popluar color models

487351
RGB7211581
HSL133°22.99%36.67%
HSB/HSV133°37.39%45.10%
CMYK37.39%0.00%29.57%
54.90%

Color #487351 in popluar number systems.

HEX487351
Decimal7211581
Binary100100011100111010001
Octal110163121

Shades and tints

Shades of #487351

#487351
(72,115,81)
#42694A
(66,105,74)
#3C5F43
(60,95,67)
#36553C
(54,85,60)
#304B35
(48,75,53)
#2A412E
(42,65,46)
#243727
(36,55,39)
#1E2D20
(30,45,32)
#182319
(24,35,25)
#121912
(18,25,18)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #487351

#487351
(72,115,81)
#587F60
(88,127,96)
#688B6F
(104,139,111)
#78977E
(120,151,126)
#88A38D
(136,163,141)
#98AF9C
(152,175,156)
#A8BBAB
(168,187,171)
#B8C7BA
(184,199,186)
#C8D3C9
(200,211,201)
#D8DFD8
(216,223,216)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487351 color. Also use rgb(72,115,81) instead hex code.

Text Font Color

.myTextColor { color: #487351; }

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

This text font color is #487351.


Background Color

.myBgColor { background-color: #487351; }

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

This div background color is #487351.


Border color

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

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

This div border color is #487351.


Opacity

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

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

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

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

This text has shadow with #487351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487351 on black background.


Color preview on white background

This text has color #487351 on white background.



Black color preview on #487351 background

This text has black color on #487351 background.


White color preview on #487351 background

This text has white color on #487351 background.