COLOR #488687

HEX: #488687
RGB: (72,134,135)

Color info

#488687 contains mainly green and blue colors. Web safe color of #488687 is #339999 (or #399).

RGB color model

#488687 color RGB value is (72,134,135).

  • red value is 72;
  • green value is 134;
  • blue value is 135.
RGB:
(72,134,135)
(28%,53%,53%)

RGB channels and saturation

R 72 of 255 = 28%
G 134 of 255 = 53%
B 135 of 255 = 53%

72
134
135

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

Portions of RGB colors in percentages

R + G + B =
72 + 134 + 135 = 341 (100%)
R 72 of 341 ~ 21.11%
G 134 of 341 ~ 39.3%
B 135 of 341 ~ 39.59%

%21.11
%39.3
%39.59

CMYK color model

#488687 color CMYK value is (47,1,0,47).

  • cyan value is 46.67%
  • magenta value is 0.74%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(47,1,0,47)
C47M1Y0K47 
(47%,1%,0%,47%)
(0.47/0.01/0.00/0.47)	

CMYK percentages

%46.67
%0.74
%0
%47.06

Codes

Color #488687 in popluar color models

488687
RGB72134135
HSL181°30.43%40.59%
HSB/HSV181°46.67%52.94%
CMYK46.67%0.74%0.00%
47.06%

Color #488687 in popluar number systems.

HEX488687
Decimal72134135
Binary10010001000011010000111
Octal110206207

Shades and tints

Shades of #488687

#488687
(72,134,135)
#427A7B
(66,122,123)
#3C6E6F
(60,110,111)
#366263
(54,98,99)
#305657
(48,86,87)
#2A4A4B
(42,74,75)
#243E3F
(36,62,63)
#1E3233
(30,50,51)
#182627
(24,38,39)
#121A1B
(18,26,27)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #488687

#488687
(72,134,135)
#589191
(88,145,145)
#689C9B
(104,156,155)
#78A7A5
(120,167,165)
#88B2AF
(136,178,175)
#98BDB9
(152,189,185)
#A8C8C3
(168,200,195)
#B8D3CD
(184,211,205)
#C8DED7
(200,222,215)
#D8E9E1
(216,233,225)
#E8F4EB
(232,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488687 color. Also use rgb(72,134,135) instead hex code.

Text Font Color

.myTextColor { color: #488687; }

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

This text font color is #488687.


Background Color

.myBgColor { background-color: #488687; }

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

This div background color is #488687.


Border color

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

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

This div border color is #488687.


Opacity

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

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

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

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

This text has shadow with #488687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488687 on black background.


Color preview on white background

This text has color #488687 on white background.



Black color preview on #488687 background

This text has black color on #488687 background.


White color preview on #488687 background

This text has white color on #488687 background.