COLOR #488781

HEX: #488781
RGB: (72,135,129)

Color info

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

RGB color model

#488781 color RGB value is (72,135,129).

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

RGB channels and saturation

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

72
135
129

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

Portions of RGB colors in percentages

R + G + B =
72 + 135 + 129 = 336 (100%)
R 72 of 336 ~ 21.43%
G 135 of 336 ~ 40.18%
B 129 of 336 ~ 38.39%

%21.43
%40.18
%38.39

CMYK color model

#488781 color CMYK value is (47,0,4,47).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 47.06%
CMYK:
(47,0,4,47)
C47M0Y4K47 
(47%,0%,4%,47%)
(0.47/0.00/0.04/0.47)	

CMYK percentages

%46.67
%0
%4.44
%47.06

Codes

Color #488781 in popluar color models

488781
RGB72135129
HSL174°30.43%40.59%
HSB/HSV174°46.67%52.94%
CMYK46.67%0.00%4.44%
47.06%

Color #488781 in popluar number systems.

HEX488781
Decimal72135129
Binary10010001000011110000001
Octal110207201

Shades and tints

Shades of #488781

#488781
(72,135,129)
#427B76
(66,123,118)
#3C6F6B
(60,111,107)
#366360
(54,99,96)
#305755
(48,87,85)
#2A4B4A
(42,75,74)
#243F3F
(36,63,63)
#1E3334
(30,51,52)
#182729
(24,39,41)
#121B1E
(18,27,30)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #488781

#488781
(72,135,129)
#58918C
(88,145,140)
#689B97
(104,155,151)
#78A5A2
(120,165,162)
#88AFAD
(136,175,173)
#98B9B8
(152,185,184)
#A8C3C3
(168,195,195)
#B8CDCE
(184,205,206)
#C8D7D9
(200,215,217)
#D8E1E4
(216,225,228)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488781; }

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

This text font color is #488781.


Background Color

.myBgColor { background-color: #488781; }

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

This div background color is #488781.


Border color

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

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

This div border color is #488781.


Opacity

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

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

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

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

This text has shadow with #488781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488781 on black background.


Color preview on white background

This text has color #488781 on white background.



Black color preview on #488781 background

This text has black color on #488781 background.


White color preview on #488781 background

This text has white color on #488781 background.