COLOR #487558

HEX: #487558
RGB: (72,117,88)

Color info

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

RGB color model

#487558 color RGB value is (72,117,88).

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

RGB channels and saturation

R 72 of 255 = 28%
G 117 of 255 = 46%
B 88 of 255 = 35%

72
117
88

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

Portions of RGB colors in percentages

R + G + B =
72 + 117 + 88 = 277 (100%)
R 72 of 277 ~ 25.99%
G 117 of 277 ~ 42.24%
B 88 of 277 ~ 31.77%

%25.99
%42.24
%31.77

CMYK color model

#487558 color CMYK value is (38,0,25,54).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 24.79%
  • key color value is 54.12%
CMYK:
(38,0,25,54)
C38M0Y25K54 
(38%,0%,25%,54%)
(0.38/0.00/0.25/0.54)	

CMYK percentages

%38.46
%0
%24.79
%54.12

Codes

Color #487558 in popluar color models

487558
RGB7211788
HSL141°23.81%37.06%
HSB/HSV141°38.46%45.88%
CMYK38.46%0.00%24.79%
54.12%

Color #487558 in popluar number systems.

HEX487558
Decimal7211788
Binary100100011101011011000
Octal110165130

Shades and tints

Shades of #487558

#487558
(72,117,88)
#426B50
(66,107,80)
#3C6148
(60,97,72)
#365740
(54,87,64)
#304D38
(48,77,56)
#2A4330
(42,67,48)
#243928
(36,57,40)
#1E2F20
(30,47,32)
#182518
(24,37,24)
#121B10
(18,27,16)
#0C1108
(12,17,8)
#000000
(0,0,0)

Tints of #487558

#487558
(72,117,88)
#588167
(88,129,103)
#688D76
(104,141,118)
#789985
(120,153,133)
#88A594
(136,165,148)
#98B1A3
(152,177,163)
#A8BDB2
(168,189,178)
#B8C9C1
(184,201,193)
#C8D5D0
(200,213,208)
#D8E1DF
(216,225,223)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487558; }

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

This text font color is #487558.


Background Color

.myBgColor { background-color: #487558; }

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

This div background color is #487558.


Border color

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

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

This div border color is #487558.


Opacity

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

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

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

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

This text has shadow with #487558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487558 on black background.


Color preview on white background

This text has color #487558 on white background.



Black color preview on #487558 background

This text has black color on #487558 background.


White color preview on #487558 background

This text has white color on #487558 background.