COLOR #488D5F

HEX: #488D5F RGB: (72,141,95)

Color info

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

RGB color model

#488D5F color RGB value is (72,141,95).

RGB: (72,141,95) (28%, 55%, 37%)

RGB channels and saturation

R 72 of 255 = 28%
G 141 of 255 = 55%
B 95 of 255 = 37%

72
141
95

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

Portions of RGB colors in percentages

R + G + B = 72 + 141 + 95 = 308 (100%)
R 72 of 308 ~ 23.38%
G 141 of 308 ~ 45.78%
B 95 of 308 ~ 30.84'%

%23.38
%45.78
%30.84

CMYK color model

#488D5F color CMYK value is (49,0,33,45).

  • cyan value is 48.94%
  • magenta value is 0.00%
  • yellow value is 32.62%
  • key color value is 44.71%

CMYK: (49,0,33,45)
C49M0Y33K45 (49%, 0%, 33%, 45%)
(0.49 / 0.00 / 0.33 / 0.45)

CMYK percentages

%48.94
%0
%32.62
%44.71

Codes

Color #488D5F in popluar color models

48 8D 5F
RGB 72 141 95
HSL 140° 32.39% 41.76%
HSB/HSV 140° 48.94% 55.29%
CMYK 48.94% 0.00% 32.62%
44.71%

Color #488D5F in popluar number systems.

HEX 48 8D 5F
Decimal 72 141 95
Binary 1001000 10001101 1011111
Octal 110 215 137

Shades and tints

Shades of #488D5F

#488D5F
(72,141,95)
#428157
(66,129,87)
#3C754F
(60,117,79)
#366947
(54,105,71)
#305D3F
(48,93,63)
#2A5137
(42,81,55)
#24452F
(36,69,47)
#1E3927
(30,57,39)
#182D1F
(24,45,31)
#122117
(18,33,23)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #488D5F

#488D5F
(72,141,95)
#58976D
(88,151,109)
#68A17B
(104,161,123)
#78AB89
(120,171,137)
#88B597
(136,181,151)
#98BFA5
(152,191,165)
#A8C9B3
(168,201,179)
#B8D3C1
(184,211,193)
#C8DDCF
(200,221,207)
#D8E7DD
(216,231,221)
#E8F1EB
(232,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488D5F color. Also use rgb(72,141,95) instead hex code.

Text Font Color

.myTextColor { color: #488D5F; }

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

This text font color is #488D5F.

Background Color

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

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

This div background color is #488D5F.

Border color

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

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

This div border color is #488D5F.

Opacity

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

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

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

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

This text has shadow with #488D5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #488D5F.

Preview

Color preview on black background

This text has color #488D5F on black background.


Color preview on white background

This text has color #488D5F on white background.


Black color preview on #488D5F background

This text has black color on #488D5F background.


White color preview on #488D5F background

This text has white color on #488D5F background.


Related colors

Complementary color

Complementary color for #hex is #B772A0.


I love getcolorcode.com

Triadic colors

1 #5F488D and #8D5F48 with #488D5F are triadic colors.

2 #5F8D48 and #8D485F with #488D5F are triadic colors.