COLOR #487079

HEX: #487079
RGB: (72,112,121)

Color info

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

RGB color model

#487079 color RGB value is (72,112,121).

  • red value is 72;
  • green value is 112;
  • blue value is 121.
RGB:
(72,112,121)
(28%,44%,47%)

RGB channels and saturation

R 72 of 255 = 28%
G 112 of 255 = 44%
B 121 of 255 = 47%

72
112
121

R + G + B ~ 40%. #487079 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 112 + 121 = 305 (100%)
R 72 of 305 ~ 23.61%
G 112 of 305 ~ 36.72%
B 121 of 305 ~ 39.67%

%23.61
%36.72
%39.67

CMYK color model

#487079 color CMYK value is (40,7,0,53).

  • cyan value is 40.50%
  • magenta value is 7.44%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(40,7,0,53)
C40M7Y0K53 
(40%,7%,0%,53%)
(0.40/0.07/0.00/0.53)	

CMYK percentages

%40.5
%7.44
%0
%52.55

Codes

Color #487079 in popluar color models

487079
RGB72112121
HSL191°25.39%37.84%
HSB/HSV191°40.50%47.45%
CMYK40.50%7.44%0.00%
52.55%

Color #487079 in popluar number systems.

HEX487079
Decimal72112121
Binary100100011100001111001
Octal110160171

Shades and tints

Shades of #487079

#487079
(72,112,121)
#42666E
(66,102,110)
#3C5C63
(60,92,99)
#365258
(54,82,88)
#30484D
(48,72,77)
#2A3E42
(42,62,66)
#243437
(36,52,55)
#1E2A2C
(30,42,44)
#182021
(24,32,33)
#121616
(18,22,22)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #487079

#487079
(72,112,121)
#587D85
(88,125,133)
#688A91
(104,138,145)
#78979D
(120,151,157)
#88A4A9
(136,164,169)
#98B1B5
(152,177,181)
#A8BEC1
(168,190,193)
#B8CBCD
(184,203,205)
#C8D8D9
(200,216,217)
#D8E5E5
(216,229,229)
#E8F2F1
(232,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487079 color. Also use rgb(72,112,121) instead hex code.

Text Font Color

.myTextColor { color: #487079; }

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

This text font color is #487079.


Background Color

.myBgColor { background-color: #487079; }

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

This div background color is #487079.


Border color

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

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

This div border color is #487079.


Opacity

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

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

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

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

This text has shadow with #487079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487079 on black background.


Color preview on white background

This text has color #487079 on white background.



Black color preview on #487079 background

This text has black color on #487079 background.


White color preview on #487079 background

This text has white color on #487079 background.