COLOR #488979

HEX: #488979
RGB: (72,137,121)

Color info

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

RGB color model

#488979 color RGB value is (72,137,121).

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

RGB channels and saturation

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

72
137
121

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

Portions of RGB colors in percentages

R + G + B =
72 + 137 + 121 = 330 (100%)
R 72 of 330 ~ 21.82%
G 137 of 330 ~ 41.52%
B 121 of 330 ~ 36.67%

%21.82
%41.52
%36.67

CMYK color model

#488979 color CMYK value is (47,0,12,46).

  • cyan value is 47.45%
  • magenta value is 0.00%
  • yellow value is 11.68%
  • key color value is 46.27%
CMYK:
(47,0,12,46)
C47M0Y12K46 
(47%,0%,12%,46%)
(0.47/0.00/0.12/0.46)	

CMYK percentages

%47.45
%0
%11.68
%46.27

Codes

Color #488979 in popluar color models

488979
RGB72137121
HSL165°31.10%40.98%
HSB/HSV165°47.45%53.73%
CMYK47.45%0.00%11.68%
46.27%

Color #488979 in popluar number systems.

HEX488979
Decimal72137121
Binary1001000100010011111001
Octal110211171

Shades and tints

Shades of #488979

#488979
(72,137,121)
#427D6E
(66,125,110)
#3C7163
(60,113,99)
#366558
(54,101,88)
#30594D
(48,89,77)
#2A4D42
(42,77,66)
#244137
(36,65,55)
#1E352C
(30,53,44)
#182921
(24,41,33)
#121D16
(18,29,22)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #488979

#488979
(72,137,121)
#589385
(88,147,133)
#689D91
(104,157,145)
#78A79D
(120,167,157)
#88B1A9
(136,177,169)
#98BBB5
(152,187,181)
#A8C5C1
(168,197,193)
#B8CFCD
(184,207,205)
#C8D9D9
(200,217,217)
#D8E3E5
(216,227,229)
#E8EDF1
(232,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488979; }

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

This text font color is #488979.


Background Color

.myBgColor { background-color: #488979; }

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

This div background color is #488979.


Border color

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

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

This div border color is #488979.


Opacity

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

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

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

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

This text has shadow with #488979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488979 on black background.


Color preview on white background

This text has color #488979 on white background.



Black color preview on #488979 background

This text has black color on #488979 background.


White color preview on #488979 background

This text has white color on #488979 background.