COLOR #488E91

HEX: #488E91
RGB: (72,142,145)

Color info

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

RGB color model

#488E91 color RGB value is (72,142,145).

  • red value is 72;
  • green value is 142;
  • blue value is 145.
RGB:
(72,142,145)
(28%,56%,57%)

RGB channels and saturation

R 72 of 255 = 28%
G 142 of 255 = 56%
B 145 of 255 = 57%

72
142
145

R + G + B ~ 47%. #488E91 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 142 + 145 = 359 (100%)
R 72 of 359 ~ 20.06%
G 142 of 359 ~ 39.55%
B 145 of 359 ~ 40.39%

%20.06
%39.55
%40.39

CMYK color model

#488E91 color CMYK value is (50,2,0,43).

  • cyan value is 50.34%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(50,2,0,43)
C50M2Y0K43 
(50%,2%,0%,43%)
(0.50/0.02/0.00/0.43)	

CMYK percentages

%50.34
%2.07
%0
%43.14

Codes

Color #488E91 in popluar color models

488E91
RGB72142145
HSL182°33.64%42.55%
HSB/HSV182°50.34%56.86%
CMYK50.34%2.07%0.00%
43.14%

Color #488E91 in popluar number systems.

HEX488E91
Decimal72142145
Binary10010001000111010010001
Octal110216221

Shades and tints

Shades of #488E91

#488E91
(72,142,145)
#428284
(66,130,132)
#3C7677
(60,118,119)
#366A6A
(54,106,106)
#305E5D
(48,94,93)
#2A5250
(42,82,80)
#244643
(36,70,67)
#1E3A36
(30,58,54)
#182E29
(24,46,41)
#12221C
(18,34,28)
#0C160F
(12,22,15)
#000000
(0,0,0)

Tints of #488E91

#488E91
(72,142,145)
#58989B
(88,152,155)
#68A2A5
(104,162,165)
#78ACAF
(120,172,175)
#88B6B9
(136,182,185)
#98C0C3
(152,192,195)
#A8CACD
(168,202,205)
#B8D4D7
(184,212,215)
#C8DEE1
(200,222,225)
#D8E8EB
(216,232,235)
#E8F2F5
(232,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488E91 color. Also use rgb(72,142,145) instead hex code.

Text Font Color

.myTextColor { color: #488E91; }

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

This text font color is #488E91.


Background Color

.myBgColor { background-color: #488E91; }

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

This div background color is #488E91.


Border color

.myBorderColor { border: 1px solid #488E91; }

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

This div border color is #488E91.


Opacity

.myOpacity80 { color: #488E91; opacity: 0.8; }

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

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

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

This text has shadow with #488E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488E91 on black background.


Color preview on white background

This text has color #488E91 on white background.



Black color preview on #488E91 background

This text has black color on #488E91 background.


White color preview on #488E91 background

This text has white color on #488E91 background.