COLOR #48715C

HEX: #48715C RGB: (72,113,92)

Color info

#48715C contains red, green and blue colors in about the same proportion. Web safe color of #48715C is #336666 (or #366).

RGB color model

#48715C color RGB value is (72,113,92).

RGB: (72,113,92) (28%, 44%, 36%)

RGB channels and saturation

R 72 of 255 = 28%
G 113 of 255 = 44%
B 92 of 255 = 36%

72
113
92

R + G + B ~ 36%. #48715C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 113 + 92 = 277 (100%)
R 72 of 277 ~ 25.99%
G 113 of 277 ~ 40.79%
B 92 of 277 ~ 33.21'%

%25.99
%40.79
%33.21

CMYK color model

#48715C color CMYK value is (36,0,19,56).

  • cyan value is 36.28%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 55.69%

CMYK: (36,0,19,56)
C36M0Y19K56 (36%, 0%, 19%, 56%)
(0.36 / 0.00 / 0.19 / 0.56)

CMYK percentages

%36.28
%0
%18.58
%55.69

Codes

Color #48715C in popluar color models

48 71 5C
RGB 72 113 92
HSL 149° 22.16% 36.27%
HSB/HSV 149° 36.28% 44.31%
CMYK 36.28% 0.00% 18.58%
55.69%

Color #48715C in popluar number systems.

HEX 48 71 5C
Decimal 72 113 92
Binary 1001000 1110001 1011100
Octal 110 161 134

Shades and tints

Shades of #48715C

#48715C
(72,113,92)
#426754
(66,103,84)
#3C5D4C
(60,93,76)
#365344
(54,83,68)
#30493C
(48,73,60)
#2A3F34
(42,63,52)
#24352C
(36,53,44)
#1E2B24
(30,43,36)
#18211C
(24,33,28)
#121714
(18,23,20)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #48715C

#48715C
(72,113,92)
#587D6A
(88,125,106)
#688978
(104,137,120)
#789586
(120,149,134)
#88A194
(136,161,148)
#98ADA2
(152,173,162)
#A8B9B0
(168,185,176)
#B8C5BE
(184,197,190)
#C8D1CC
(200,209,204)
#D8DDDA
(216,221,218)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48715C; }

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

This text font color is #48715C.

Background Color

.myBgColor { background-color: #48715C; }

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

This div background color is #48715C.

Border color

.myBorderColor { border: 1px solid #48715C; }

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

This div border color is #48715C.

Opacity

.myOpacity80 { color: #48715C; opacity: 0.8; }

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

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

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

This text has shadow with #48715C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48715C.

Preview

Color preview on black background

This text has color #48715C on black background.


Color preview on white background

This text has color #48715C on white background.


Black color preview on #48715C background

This text has black color on #48715C background.


White color preview on #48715C background

This text has white color on #48715C background.


Related colors

Complementary color

Complementary color for #hex is #B78EA3.


I love getcolorcode.com

Triadic colors

1 #5C4871 and #715C48 with #48715C are triadic colors.

2 #5C7148 and #71485C with #48715C are triadic colors.