COLOR #488977

HEX: #488977
RGB: (72,137,119)

Color info

#488977 contains mainly green and blue colors. Web safe color of #488977 is #339966 (or #396).

RGB color model

#488977 color RGB value is (72,137,119).

  • red value is 72;
  • green value is 137;
  • blue value is 119.
RGB:
(72,137,119)
(28%,54%,47%)

RGB channels and saturation

R 72 of 255 = 28%
G 137 of 255 = 54%
B 119 of 255 = 47%

72
137
119

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

Portions of RGB colors in percentages

R + G + B =
72 + 137 + 119 = 328 (100%)
R 72 of 328 ~ 21.95%
G 137 of 328 ~ 41.77%
B 119 of 328 ~ 36.28%

%21.95
%41.77
%36.28

CMYK color model

#488977 color CMYK value is (47,0,13,46).

  • cyan value is 47.45%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 46.27%
CMYK:
(47,0,13,46)
C47M0Y13K46 
(47%,0%,13%,46%)
(0.47/0.00/0.13/0.46)	

CMYK percentages

%47.45
%0
%13.14
%46.27

Codes

Color #488977 in popluar color models

488977
RGB72137119
HSL163°31.10%40.98%
HSB/HSV163°47.45%53.73%
CMYK47.45%0.00%13.14%
46.27%

Color #488977 in popluar number systems.

HEX488977
Decimal72137119
Binary1001000100010011110111
Octal110211167

Shades and tints

Shades of #488977

#488977
(72,137,119)
#427D6D
(66,125,109)
#3C7163
(60,113,99)
#366559
(54,101,89)
#30594F
(48,89,79)
#2A4D45
(42,77,69)
#24413B
(36,65,59)
#1E3531
(30,53,49)
#182927
(24,41,39)
#121D1D
(18,29,29)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #488977

#488977
(72,137,119)
#589383
(88,147,131)
#689D8F
(104,157,143)
#78A79B
(120,167,155)
#88B1A7
(136,177,167)
#98BBB3
(152,187,179)
#A8C5BF
(168,197,191)
#B8CFCB
(184,207,203)
#C8D9D7
(200,217,215)
#D8E3E3
(216,227,227)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488977 color. Also use rgb(72,137,119) instead hex code.

Text Font Color

.myTextColor { color: #488977; }

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

This text font color is #488977.


Background Color

.myBgColor { background-color: #488977; }

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

This div background color is #488977.


Border color

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

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

This div border color is #488977.


Opacity

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

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

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

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

This text has shadow with #488977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488977 on black background.


Color preview on white background

This text has color #488977 on white background.



Black color preview on #488977 background

This text has black color on #488977 background.


White color preview on #488977 background

This text has white color on #488977 background.