COLOR #48847F

HEX: #48847F RGB: (72,132,127)

Color info

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

RGB color model

#48847F color RGB value is (72,132,127).

RGB: (72,132,127) (28%, 52%, 50%)

RGB channels and saturation

R 72 of 255 = 28%
G 132 of 255 = 52%
B 127 of 255 = 50%

72
132
127

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

Portions of RGB colors in percentages

R + G + B = 72 + 132 + 127 = 331 (100%)
R 72 of 331 ~ 21.75%
G 132 of 331 ~ 39.88%
B 127 of 331 ~ 38.37'%

%21.75
%39.88
%38.37

CMYK color model

#48847F color CMYK value is (45,0,4,48).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 3.79%
  • key color value is 48.24%

CMYK: (45,0,4,48)
C45M0Y4K48 (45%, 0%, 4%, 48%)
(0.45 / 0.00 / 0.04 / 0.48)

CMYK percentages

%45.45
%0
%3.79
%48.24

Codes

Color #48847F in popluar color models

48 84 7F
RGB 72 132 127
HSL 175° 29.41% 40.00%
HSB/HSV 175° 45.45% 51.76%
CMYK 45.45% 0.00% 3.79%
48.24%

Color #48847F in popluar number systems.

HEX 48 84 7F
Decimal 72 132 127
Binary 1001000 10000100 1111111
Octal 110 204 177

Shades and tints

Shades of #48847F

#48847F
(72,132,127)
#427874
(66,120,116)
#3C6C69
(60,108,105)
#36605E
(54,96,94)
#305453
(48,84,83)
#2A4848
(42,72,72)
#243C3D
(36,60,61)
#1E3032
(30,48,50)
#182427
(24,36,39)
#12181C
(18,24,28)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #48847F

#48847F
(72,132,127)
#588F8A
(88,143,138)
#689A95
(104,154,149)
#78A5A0
(120,165,160)
#88B0AB
(136,176,171)
#98BBB6
(152,187,182)
#A8C6C1
(168,198,193)
#B8D1CC
(184,209,204)
#C8DCD7
(200,220,215)
#D8E7E2
(216,231,226)
#E8F2ED
(232,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48847F; }

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

This text font color is #48847F.

Background Color

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

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

This div background color is #48847F.

Border color

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

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

This div border color is #48847F.

Opacity

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

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

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

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

This text has shadow with #48847F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48847F.

Preview

Color preview on black background

This text has color #48847F on black background.


Color preview on white background

This text has color #48847F on white background.


Black color preview on #48847F background

This text has black color on #48847F background.


White color preview on #48847F background

This text has white color on #48847F background.


Related colors

Complementary color

Complementary color for #hex is #B77B80.


I love getcolorcode.com

Triadic colors

1 #7F4884 and #847F48 with #48847F are triadic colors.

2 #7F8448 and #84487F with #48847F are triadic colors.