COLOR #487451

HEX: #487451
RGB: (72,116,81)

Color info

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

RGB color model

#487451 color RGB value is (72,116,81).

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

RGB channels and saturation

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

72
116
81

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

Portions of RGB colors in percentages

R + G + B =
72 + 116 + 81 = 269 (100%)
R 72 of 269 ~ 26.77%
G 116 of 269 ~ 43.12%
B 81 of 269 ~ 30.11%

%26.77
%43.12
%30.11

CMYK color model

#487451 color CMYK value is (38,0,30,55).

  • cyan value is 37.93%
  • magenta value is 0.00%
  • yellow value is 30.17%
  • key color value is 54.51%
CMYK:
(38,0,30,55)
C38M0Y30K55 
(38%,0%,30%,55%)
(0.38/0.00/0.30/0.55)	

CMYK percentages

%37.93
%0
%30.17
%54.51

Codes

Color #487451 in popluar color models

487451
RGB7211681
HSL132°23.40%36.86%
HSB/HSV132°37.93%45.49%
CMYK37.93%0.00%30.17%
54.51%

Color #487451 in popluar number systems.

HEX487451
Decimal7211681
Binary100100011101001010001
Octal110164121

Shades and tints

Shades of #487451

#487451
(72,116,81)
#426A4A
(66,106,74)
#3C6043
(60,96,67)
#36563C
(54,86,60)
#304C35
(48,76,53)
#2A422E
(42,66,46)
#243827
(36,56,39)
#1E2E20
(30,46,32)
#182419
(24,36,25)
#121A12
(18,26,18)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #487451

#487451
(72,116,81)
#588060
(88,128,96)
#688C6F
(104,140,111)
#78987E
(120,152,126)
#88A48D
(136,164,141)
#98B09C
(152,176,156)
#A8BCAB
(168,188,171)
#B8C8BA
(184,200,186)
#C8D4C9
(200,212,201)
#D8E0D8
(216,224,216)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487451; }

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

This text font color is #487451.


Background Color

.myBgColor { background-color: #487451; }

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

This div background color is #487451.


Border color

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

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

This div border color is #487451.


Opacity

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

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

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

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

This text has shadow with #487451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487451 on black background.


Color preview on white background

This text has color #487451 on white background.



Black color preview on #487451 background

This text has black color on #487451 background.


White color preview on #487451 background

This text has white color on #487451 background.