COLOR #488F77

HEX: #488F77 RGB: (72,143,119)

Color info

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

RGB color model

#488F77 color RGB value is (72,143,119).

RGB: (72,143,119) (28%, 56%, 47%)

RGB channels and saturation

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

72
143
119

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

Portions of RGB colors in percentages

R + G + B = 72 + 143 + 119 = 334 (100%)
R 72 of 334 ~ 21.56%
G 143 of 334 ~ 42.81%
B 119 of 334 ~ 35.63'%

%21.56
%42.81
%35.63

CMYK color model

#488F77 color CMYK value is (50,0,17,44).

  • cyan value is 49.65%
  • magenta value is 0.00%
  • yellow value is 16.78%
  • key color value is 43.92%

CMYK: (50,0,17,44)
C50M0Y17K44 (50%, 0%, 17%, 44%)
(0.50 / 0.00 / 0.17 / 0.44)

CMYK percentages

%49.65
%0
%16.78
%43.92

Codes

Color #488F77 in popluar color models

48 8F 77
RGB 72 143 119
HSL 160° 33.02% 42.16%
HSB/HSV 160° 49.65% 56.08%
CMYK 49.65% 0.00% 16.78%
43.92%

Color #488F77 in popluar number systems.

HEX 48 8F 77
Decimal 72 143 119
Binary 1001000 10001111 1110111
Octal 110 217 167

Shades and tints

Shades of #488F77

#488F77
(72,143,119)
#42826D
(66,130,109)
#3C7563
(60,117,99)
#366859
(54,104,89)
#305B4F
(48,91,79)
#2A4E45
(42,78,69)
#24413B
(36,65,59)
#1E3431
(30,52,49)
#182727
(24,39,39)
#121A1D
(18,26,29)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #488F77

#488F77
(72,143,119)
#589983
(88,153,131)
#68A38F
(104,163,143)
#78AD9B
(120,173,155)
#88B7A7
(136,183,167)
#98C1B3
(152,193,179)
#A8CBBF
(168,203,191)
#B8D5CB
(184,213,203)
#C8DFD7
(200,223,215)
#D8E9E3
(216,233,227)
#E8F3EF
(232,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488F77; }

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

This text font color is #488F77.

Background Color

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

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

This div background color is #488F77.

Border color

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

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

This div border color is #488F77.

Opacity

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

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

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

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

This text has shadow with #488F77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #488F77.

Preview

Color preview on black background

This text has color #488F77 on black background.


Color preview on white background

This text has color #488F77 on white background.


Black color preview on #488F77 background

This text has black color on #488F77 background.


White color preview on #488F77 background

This text has white color on #488F77 background.


Related colors

Complementary color

Complementary color for #hex is #B77088.


I love getcolorcode.com

Triadic colors

1 #77488F and #8F7748 with #488F77 are triadic colors.

2 #778F48 and #8F4877 with #488F77 are triadic colors.