COLOR #487F88

HEX: #487F88
RGB: (72,127,136)

Color info

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

RGB color model

#487F88 color RGB value is (72,127,136).

  • red value is 72;
  • green value is 127;
  • blue value is 136.
RGB:
(72,127,136)
(28%,50%,53%)

RGB channels and saturation

R 72 of 255 = 28%
G 127 of 255 = 50%
B 136 of 255 = 53%

72
127
136

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

Portions of RGB colors in percentages

R + G + B =
72 + 127 + 136 = 335 (100%)
R 72 of 335 ~ 21.49%
G 127 of 335 ~ 37.91%
B 136 of 335 ~ 40.6%

%21.49
%37.91
%40.6

CMYK color model

#487F88 color CMYK value is (47,7,0,47).

  • cyan value is 47.06%
  • magenta value is 6.62%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(47,7,0,47)
C47M7Y0K47 
(47%,7%,0%,47%)
(0.47/0.07/0.00/0.47)	

CMYK percentages

%47.06
%6.62
%0
%46.67

Codes

Color #487F88 in popluar color models

487F88
RGB72127136
HSL188°30.77%40.78%
HSB/HSV188°47.06%53.33%
CMYK47.06%6.62%0.00%
46.67%

Color #487F88 in popluar number systems.

HEX487F88
Decimal72127136
Binary1001000111111110001000
Octal110177210

Shades and tints

Shades of #487F88

#487F88
(72,127,136)
#42747C
(66,116,124)
#3C6970
(60,105,112)
#365E64
(54,94,100)
#305358
(48,83,88)
#2A484C
(42,72,76)
#243D40
(36,61,64)
#1E3234
(30,50,52)
#182728
(24,39,40)
#121C1C
(18,28,28)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #487F88

#487F88
(72,127,136)
#588A92
(88,138,146)
#68959C
(104,149,156)
#78A0A6
(120,160,166)
#88ABB0
(136,171,176)
#98B6BA
(152,182,186)
#A8C1C4
(168,193,196)
#B8CCCE
(184,204,206)
#C8D7D8
(200,215,216)
#D8E2E2
(216,226,226)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487F88 color. Also use rgb(72,127,136) instead hex code.

Text Font Color

.myTextColor { color: #487F88; }

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

This text font color is #487F88.


Background Color

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

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

This div background color is #487F88.


Border color

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

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

This div border color is #487F88.


Opacity

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

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

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

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

This text has shadow with #487F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487F88 on black background.


Color preview on white background

This text has color #487F88 on white background.



Black color preview on #487F88 background

This text has black color on #487F88 background.


White color preview on #487F88 background

This text has white color on #487F88 background.