COLOR #487C84

HEX: #487C84
RGB: (72,124,132)

Color info

#487C84 contains mainly green and blue colors. Web safe color of #487C84 is #336699 (or #369).

RGB color model

#487C84 color RGB value is (72,124,132).

  • red value is 72;
  • green value is 124;
  • blue value is 132.
RGB:
(72,124,132)
(28%,49%,52%)

RGB channels and saturation

R 72 of 255 = 28%
G 124 of 255 = 49%
B 132 of 255 = 52%

72
124
132

R + G + B ~ 43%. #487C84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 124 + 132 = 328 (100%)
R 72 of 328 ~ 21.95%
G 124 of 328 ~ 37.8%
B 132 of 328 ~ 40.24%

%21.95
%37.8
%40.24

CMYK color model

#487C84 color CMYK value is (45,6,0,48).

  • cyan value is 45.45%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(45,6,0,48)
C45M6Y0K48 
(45%,6%,0%,48%)
(0.45/0.06/0.00/0.48)	

CMYK percentages

%45.45
%6.06
%0
%48.24

Codes

Color #487C84 in popluar color models

487C84
RGB72124132
HSL188°29.41%40.00%
HSB/HSV188°45.45%51.76%
CMYK45.45%6.06%0.00%
48.24%

Color #487C84 in popluar number systems.

HEX487C84
Decimal72124132
Binary1001000111110010000100
Octal110174204

Shades and tints

Shades of #487C84

#487C84
(72,124,132)
#427178
(66,113,120)
#3C666C
(60,102,108)
#365B60
(54,91,96)
#305054
(48,80,84)
#2A4548
(42,69,72)
#243A3C
(36,58,60)
#1E2F30
(30,47,48)
#182424
(24,36,36)
#121918
(18,25,24)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #487C84

#487C84
(72,124,132)
#58878F
(88,135,143)
#68929A
(104,146,154)
#789DA5
(120,157,165)
#88A8B0
(136,168,176)
#98B3BB
(152,179,187)
#A8BEC6
(168,190,198)
#B8C9D1
(184,201,209)
#C8D4DC
(200,212,220)
#D8DFE7
(216,223,231)
#E8EAF2
(232,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487C84 color. Also use rgb(72,124,132) instead hex code.

Text Font Color

.myTextColor { color: #487C84; }

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

This text font color is #487C84.


Background Color

.myBgColor { background-color: #487C84; }

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

This div background color is #487C84.


Border color

.myBorderColor { border: 1px solid #487C84; }

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

This div border color is #487C84.


Opacity

.myOpacity80 { color: #487C84; opacity: 0.8; }

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

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

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

This text has shadow with #487C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487C84 on black background.


Color preview on white background

This text has color #487C84 on white background.



Black color preview on #487C84 background

This text has black color on #487C84 background.


White color preview on #487C84 background

This text has white color on #487C84 background.