COLOR #488171

HEX: #488171
RGB: (72,129,113)

Color info

#488171 contains red, green and blue colors in about the same proportion. Web safe color of #488171 is #339966 (or #396).

RGB color model

#488171 color RGB value is (72,129,113).

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

RGB channels and saturation

R 72 of 255 = 28%
G 129 of 255 = 51%
B 113 of 255 = 44%

72
129
113

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

Portions of RGB colors in percentages

R + G + B =
72 + 129 + 113 = 314 (100%)
R 72 of 314 ~ 22.93%
G 129 of 314 ~ 41.08%
B 113 of 314 ~ 35.99%

%22.93
%41.08
%35.99

CMYK color model

#488171 color CMYK value is (44,0,12,49).

  • cyan value is 44.19%
  • magenta value is 0.00%
  • yellow value is 12.40%
  • key color value is 49.41%
CMYK:
(44,0,12,49)
C44M0Y12K49 
(44%,0%,12%,49%)
(0.44/0.00/0.12/0.49)	

CMYK percentages

%44.19
%0
%12.4
%49.41

Codes

Color #488171 in popluar color models

488171
RGB72129113
HSL163°28.36%39.41%
HSB/HSV163°44.19%50.59%
CMYK44.19%0.00%12.40%
49.41%

Color #488171 in popluar number systems.

HEX488171
Decimal72129113
Binary1001000100000011110001
Octal110201161

Shades and tints

Shades of #488171

#488171
(72,129,113)
#427667
(66,118,103)
#3C6B5D
(60,107,93)
#366053
(54,96,83)
#305549
(48,85,73)
#2A4A3F
(42,74,63)
#243F35
(36,63,53)
#1E342B
(30,52,43)
#182921
(24,41,33)
#121E17
(18,30,23)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #488171

#488171
(72,129,113)
#588C7D
(88,140,125)
#689789
(104,151,137)
#78A295
(120,162,149)
#88ADA1
(136,173,161)
#98B8AD
(152,184,173)
#A8C3B9
(168,195,185)
#B8CEC5
(184,206,197)
#C8D9D1
(200,217,209)
#D8E4DD
(216,228,221)
#E8EFE9
(232,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488171; }

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

This text font color is #488171.


Background Color

.myBgColor { background-color: #488171; }

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

This div background color is #488171.


Border color

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

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

This div border color is #488171.


Opacity

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

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

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

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

This text has shadow with #488171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488171 on black background.


Color preview on white background

This text has color #488171 on white background.



Black color preview on #488171 background

This text has black color on #488171 background.


White color preview on #488171 background

This text has white color on #488171 background.