COLOR #488586

HEX: #488586
RGB: (72,133,134)

Color info

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

RGB color model

#488586 color RGB value is (72,133,134).

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

RGB channels and saturation

R 72 of 255 = 28%
G 133 of 255 = 52%
B 134 of 255 = 53%

72
133
134

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

Portions of RGB colors in percentages

R + G + B =
72 + 133 + 134 = 339 (100%)
R 72 of 339 ~ 21.24%
G 133 of 339 ~ 39.23%
B 134 of 339 ~ 39.53%

%21.24
%39.23
%39.53

CMYK color model

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

  • cyan value is 46.27%
  • magenta value is 0.75%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(46,1,0,47)
C46M1Y0K47 
(46%,1%,0%,47%)
(0.46/0.01/0.00/0.47)	

CMYK percentages

%46.27
%0.75
%0
%47.45

Codes

Color #488586 in popluar color models

488586
RGB72133134
HSL181°30.10%40.39%
HSB/HSV181°46.27%52.55%
CMYK46.27%0.75%0.00%
47.45%

Color #488586 in popluar number systems.

HEX488586
Decimal72133134
Binary10010001000010110000110
Octal110205206

Shades and tints

Shades of #488586

#488586
(72,133,134)
#42797A
(66,121,122)
#3C6D6E
(60,109,110)
#366162
(54,97,98)
#305556
(48,85,86)
#2A494A
(42,73,74)
#243D3E
(36,61,62)
#1E3132
(30,49,50)
#182526
(24,37,38)
#12191A
(18,25,26)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #488586

#488586
(72,133,134)
#589091
(88,144,145)
#689B9C
(104,155,156)
#78A6A7
(120,166,167)
#88B1B2
(136,177,178)
#98BCBD
(152,188,189)
#A8C7C8
(168,199,200)
#B8D2D3
(184,210,211)
#C8DDDE
(200,221,222)
#D8E8E9
(216,232,233)
#E8F3F4
(232,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488586; }

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

This text font color is #488586.


Background Color

.myBgColor { background-color: #488586; }

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

This div background color is #488586.


Border color

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

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

This div border color is #488586.


Opacity

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

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

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

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

This text has shadow with #488586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488586 on black background.


Color preview on white background

This text has color #488586 on white background.



Black color preview on #488586 background

This text has black color on #488586 background.


White color preview on #488586 background

This text has white color on #488586 background.