COLOR #487578

HEX: #487578
RGB: (72,117,120)

Color info

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

RGB color model

#487578 color RGB value is (72,117,120).

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

RGB channels and saturation

R 72 of 255 = 28%
G 117 of 255 = 46%
B 120 of 255 = 47%

72
117
120

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

Portions of RGB colors in percentages

R + G + B =
72 + 117 + 120 = 309 (100%)
R 72 of 309 ~ 23.3%
G 117 of 309 ~ 37.86%
B 120 of 309 ~ 38.83%

%23.3
%37.86
%38.83

CMYK color model

#487578 color CMYK value is (40,3,0,53).

  • cyan value is 40.00%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(40,3,0,53)
C40M3Y0K53 
(40%,3%,0%,53%)
(0.40/0.03/0.00/0.53)	

CMYK percentages

%40
%2.5
%0
%52.94

Codes

Color #487578 in popluar color models

487578
RGB72117120
HSL184°25.00%37.65%
HSB/HSV184°40.00%47.06%
CMYK40.00%2.50%0.00%
52.94%

Color #487578 in popluar number systems.

HEX487578
Decimal72117120
Binary100100011101011111000
Octal110165170

Shades and tints

Shades of #487578

#487578
(72,117,120)
#426B6E
(66,107,110)
#3C6164
(60,97,100)
#36575A
(54,87,90)
#304D50
(48,77,80)
#2A4346
(42,67,70)
#24393C
(36,57,60)
#1E2F32
(30,47,50)
#182528
(24,37,40)
#121B1E
(18,27,30)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #487578

#487578
(72,117,120)
#588184
(88,129,132)
#688D90
(104,141,144)
#78999C
(120,153,156)
#88A5A8
(136,165,168)
#98B1B4
(152,177,180)
#A8BDC0
(168,189,192)
#B8C9CC
(184,201,204)
#C8D5D8
(200,213,216)
#D8E1E4
(216,225,228)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487578; }

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

This text font color is #487578.


Background Color

.myBgColor { background-color: #487578; }

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

This div background color is #487578.


Border color

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

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

This div border color is #487578.


Opacity

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

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

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

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

This text has shadow with #487578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487578 on black background.


Color preview on white background

This text has color #487578 on white background.



Black color preview on #487578 background

This text has black color on #487578 background.


White color preview on #487578 background

This text has white color on #487578 background.