COLOR #488C82

HEX: #488C82
RGB: (72,140,130)

Color info

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

RGB color model

#488C82 color RGB value is (72,140,130).

  • red value is 72;
  • green value is 140;
  • blue value is 130.
RGB:
(72,140,130)
(28%,55%,51%)

RGB channels and saturation

R 72 of 255 = 28%
G 140 of 255 = 55%
B 130 of 255 = 51%

72
140
130

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

Portions of RGB colors in percentages

R + G + B =
72 + 140 + 130 = 342 (100%)
R 72 of 342 ~ 21.05%
G 140 of 342 ~ 40.94%
B 130 of 342 ~ 38.01%

%21.05
%40.94
%38.01

CMYK color model

#488C82 color CMYK value is (49,0,7,45).

  • cyan value is 48.57%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 45.10%
CMYK:
(49,0,7,45)
C49M0Y7K45 
(49%,0%,7%,45%)
(0.49/0.00/0.07/0.45)	

CMYK percentages

%48.57
%0
%7.14
%45.1

Codes

Color #488C82 in popluar color models

488C82
RGB72140130
HSL171°32.08%41.57%
HSB/HSV171°48.57%54.90%
CMYK48.57%0.00%7.14%
45.10%

Color #488C82 in popluar number systems.

HEX488C82
Decimal72140130
Binary10010001000110010000010
Octal110214202

Shades and tints

Shades of #488C82

#488C82
(72,140,130)
#428077
(66,128,119)
#3C746C
(60,116,108)
#366861
(54,104,97)
#305C56
(48,92,86)
#2A504B
(42,80,75)
#244440
(36,68,64)
#1E3835
(30,56,53)
#182C2A
(24,44,42)
#12201F
(18,32,31)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #488C82

#488C82
(72,140,130)
#58968D
(88,150,141)
#68A098
(104,160,152)
#78AAA3
(120,170,163)
#88B4AE
(136,180,174)
#98BEB9
(152,190,185)
#A8C8C4
(168,200,196)
#B8D2CF
(184,210,207)
#C8DCDA
(200,220,218)
#D8E6E5
(216,230,229)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488C82 color. Also use rgb(72,140,130) instead hex code.

Text Font Color

.myTextColor { color: #488C82; }

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

This text font color is #488C82.


Background Color

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

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

This div background color is #488C82.


Border color

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

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

This div border color is #488C82.


Opacity

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

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

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

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

This text has shadow with #488C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488C82 on black background.


Color preview on white background

This text has color #488C82 on white background.



Black color preview on #488C82 background

This text has black color on #488C82 background.


White color preview on #488C82 background

This text has white color on #488C82 background.