COLOR #487550

HEX: #487550
RGB: (72,117,80)

Color info

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

RGB color model

#487550 color RGB value is (72,117,80).

  • red value is 72;
  • green value is 117;
  • blue value is 80.
RGB:
(72,117,80)
(28%,46%,31%)

RGB channels and saturation

R 72 of 255 = 28%
G 117 of 255 = 46%
B 80 of 255 = 31%

72
117
80

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

Portions of RGB colors in percentages

R + G + B =
72 + 117 + 80 = 269 (100%)
R 72 of 269 ~ 26.77%
G 117 of 269 ~ 43.49%
B 80 of 269 ~ 29.74%

%26.77
%43.49
%29.74

CMYK color model

#487550 color CMYK value is (38,0,32,54).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 31.62%
  • key color value is 54.12%
CMYK:
(38,0,32,54)
C38M0Y32K54 
(38%,0%,32%,54%)
(0.38/0.00/0.32/0.54)	

CMYK percentages

%38.46
%0
%31.62
%54.12

Codes

Color #487550 in popluar color models

487550
RGB7211780
HSL131°23.81%37.06%
HSB/HSV131°38.46%45.88%
CMYK38.46%0.00%31.62%
54.12%

Color #487550 in popluar number systems.

HEX487550
Decimal7211780
Binary100100011101011010000
Octal110165120

Shades and tints

Shades of #487550

#487550
(72,117,80)
#426B49
(66,107,73)
#3C6142
(60,97,66)
#36573B
(54,87,59)
#304D34
(48,77,52)
#2A432D
(42,67,45)
#243926
(36,57,38)
#1E2F1F
(30,47,31)
#182518
(24,37,24)
#121B11
(18,27,17)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #487550

#487550
(72,117,80)
#58815F
(88,129,95)
#688D6E
(104,141,110)
#78997D
(120,153,125)
#88A58C
(136,165,140)
#98B19B
(152,177,155)
#A8BDAA
(168,189,170)
#B8C9B9
(184,201,185)
#C8D5C8
(200,213,200)
#D8E1D7
(216,225,215)
#E8EDE6
(232,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487550 color. Also use rgb(72,117,80) instead hex code.

Text Font Color

.myTextColor { color: #487550; }

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

This text font color is #487550.


Background Color

.myBgColor { background-color: #487550; }

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

This div background color is #487550.


Border color

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

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

This div border color is #487550.


Opacity

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

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

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

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

This text has shadow with #487550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487550 on black background.


Color preview on white background

This text has color #487550 on white background.



Black color preview on #487550 background

This text has black color on #487550 background.


White color preview on #487550 background

This text has white color on #487550 background.