COLOR #48957F

HEX: #48957F RGB: (72,149,127)

Color info

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

RGB color model

#48957F color RGB value is (72,149,127).

RGB: (72,149,127) (28%, 58%, 50%)

RGB channels and saturation

R 72 of 255 = 28%
G 149 of 255 = 58%
B 127 of 255 = 50%

72
149
127

R + G + B ~ 45%. #48957F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 72 + 149 + 127 = 348 (100%)
R 72 of 348 ~ 20.69%
G 149 of 348 ~ 42.82%
B 127 of 348 ~ 36.49'%

%20.69
%42.82
%36.49

CMYK color model

#48957F color CMYK value is (52,0,15,42).

  • cyan value is 51.68%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 41.57%
CMYK: (52,0,15,42) C52M0Y15K42 (52%,0%,15%,42%) (0.52/0.00/0.15/0.42) 

CMYK percentages

%51.68
%0
%14.77
%41.57

Codes

Color #48957F in popluar color models

48 95 7F
RGB 72 149 127
HSL 163° 34.84% 43.33%
HSB/HSV 163° 51.68% 58.43%
CMYK 51.68% 0.00% 14.77%
41.57%

Color #48957F in popluar number systems.

HEX 48 95 7F
Decimal 72 149 127
Binary 1001000 10010101 1111111
Octal 110 225 177

Shades and tints

Shades of #48957F

#48957F
(72,149,127)
#428874
(66,136,116)
#3C7B69
(60,123,105)
#366E5E
(54,110,94)
#306153
(48,97,83)
#2A5448
(42,84,72)
#24473D
(36,71,61)
#1E3A32
(30,58,50)
#182D27
(24,45,39)
#12201C
(18,32,28)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #48957F

#48957F
(72,149,127)
#589E8A
(88,158,138)
#68A795
(104,167,149)
#78B0A0
(120,176,160)
#88B9AB
(136,185,171)
#98C2B6
(152,194,182)
#A8CBC1
(168,203,193)
#B8D4CC
(184,212,204)
#C8DDD7
(200,221,215)
#D8E6E2
(216,230,226)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48957F color. Also use rgb(72,149,127) instead hex code.

Text Font Color

.myTextColor { color: #48957F; }

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

This text font color is #48957F.

Background Color

.myBgColor { background-color: #48957F; }

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

This div background color is #48957F.

Border color

.myBorderColor { border: 1px solid #48957F; }

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

This div border color is #48957F.

Opacity

.myOpacity80 { color: #48957F; opacity: 0.8; }

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

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

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

This text has shadow with #48957F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48957F.

Preview

Color preview on black background

This text has color #48957F on black background.


Color preview on white background

This text has color #48957F on white background.


Black color preview on #48957F background

This text has black color on #48957F background.


White color preview on #48957F background

This text has white color on #48957F background.


Related colors

Complementary color

Complementary color for #hex is #B76A80.


I love getcolorcode.com

Triadic colors

1 #7F4895 and #957F48 with #48957F are triadic colors.

2 #7F9548 and #95487F with #48957F are triadic colors.