COLOR #488881

HEX: #488881
RGB: (72,136,129)

Color info

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

RGB color model

#488881 color RGB value is (72,136,129).

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

RGB channels and saturation

R 72 of 255 = 28%
G 136 of 255 = 53%
B 129 of 255 = 51%

72
136
129

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

Portions of RGB colors in percentages

R + G + B =
72 + 136 + 129 = 337 (100%)
R 72 of 337 ~ 21.36%
G 136 of 337 ~ 40.36%
B 129 of 337 ~ 38.28%

%21.36
%40.36
%38.28

CMYK color model

#488881 color CMYK value is (47,0,5,47).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 5.15%
  • key color value is 46.67%
CMYK:
(47,0,5,47)
C47M0Y5K47 
(47%,0%,5%,47%)
(0.47/0.00/0.05/0.47)	

CMYK percentages

%47.06
%0
%5.15
%46.67

Codes

Color #488881 in popluar color models

488881
RGB72136129
HSL173°30.77%40.78%
HSB/HSV173°47.06%53.33%
CMYK47.06%0.00%5.15%
46.67%

Color #488881 in popluar number systems.

HEX488881
Decimal72136129
Binary10010001000100010000001
Octal110210201

Shades and tints

Shades of #488881

#488881
(72,136,129)
#427C76
(66,124,118)
#3C706B
(60,112,107)
#366460
(54,100,96)
#305855
(48,88,85)
#2A4C4A
(42,76,74)
#24403F
(36,64,63)
#1E3434
(30,52,52)
#182829
(24,40,41)
#121C1E
(18,28,30)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #488881

#488881
(72,136,129)
#58928C
(88,146,140)
#689C97
(104,156,151)
#78A6A2
(120,166,162)
#88B0AD
(136,176,173)
#98BAB8
(152,186,184)
#A8C4C3
(168,196,195)
#B8CECE
(184,206,206)
#C8D8D9
(200,216,217)
#D8E2E4
(216,226,228)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488881; }

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

This text font color is #488881.


Background Color

.myBgColor { background-color: #488881; }

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

This div background color is #488881.


Border color

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

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

This div border color is #488881.


Opacity

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

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

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

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

This text has shadow with #488881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488881 on black background.


Color preview on white background

This text has color #488881 on white background.



Black color preview on #488881 background

This text has black color on #488881 background.


White color preview on #488881 background

This text has white color on #488881 background.