COLOR #488E77

HEX: #488E77
RGB: (72,142,119)

Color info

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

RGB color model

#488E77 color RGB value is (72,142,119).

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

RGB channels and saturation

R 72 of 255 = 28%
G 142 of 255 = 56%
B 119 of 255 = 47%

72
142
119

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

Portions of RGB colors in percentages

R + G + B =
72 + 142 + 119 = 333 (100%)
R 72 of 333 ~ 21.62%
G 142 of 333 ~ 42.64%
B 119 of 333 ~ 35.74%

%21.62
%42.64
%35.74

CMYK color model

#488E77 color CMYK value is (49,0,16,44).

  • cyan value is 49.30%
  • magenta value is 0.00%
  • yellow value is 16.20%
  • key color value is 44.31%
CMYK:
(49,0,16,44)
C49M0Y16K44 
(49%,0%,16%,44%)
(0.49/0.00/0.16/0.44)	

CMYK percentages

%49.3
%0
%16.2
%44.31

Codes

Color #488E77 in popluar color models

488E77
RGB72142119
HSL160°32.71%41.96%
HSB/HSV160°49.30%55.69%
CMYK49.30%0.00%16.20%
44.31%

Color #488E77 in popluar number systems.

HEX488E77
Decimal72142119
Binary1001000100011101110111
Octal110216167

Shades and tints

Shades of #488E77

#488E77
(72,142,119)
#42826D
(66,130,109)
#3C7663
(60,118,99)
#366A59
(54,106,89)
#305E4F
(48,94,79)
#2A5245
(42,82,69)
#24463B
(36,70,59)
#1E3A31
(30,58,49)
#182E27
(24,46,39)
#12221D
(18,34,29)
#0C1613
(12,22,19)
#000000
(0,0,0)

Tints of #488E77

#488E77
(72,142,119)
#589883
(88,152,131)
#68A28F
(104,162,143)
#78AC9B
(120,172,155)
#88B6A7
(136,182,167)
#98C0B3
(152,192,179)
#A8CABF
(168,202,191)
#B8D4CB
(184,212,203)
#C8DED7
(200,222,215)
#D8E8E3
(216,232,227)
#E8F2EF
(232,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488E77; }

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

This text font color is #488E77.


Background Color

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

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

This div background color is #488E77.


Border color

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

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

This div border color is #488E77.


Opacity

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

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

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

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

This text has shadow with #488E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488E77 on black background.


Color preview on white background

This text has color #488E77 on white background.



Black color preview on #488E77 background

This text has black color on #488E77 background.


White color preview on #488E77 background

This text has white color on #488E77 background.