COLOR #48715D

HEX: #48715D
RGB: (72,113,93)

Color info

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

RGB color model

#48715D color RGB value is (72,113,93).

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

RGB channels and saturation

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

72
113
93

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

Portions of RGB colors in percentages

R + G + B =
72 + 113 + 93 = 278 (100%)
R 72 of 278 ~ 25.9%
G 113 of 278 ~ 40.65%
B 93 of 278 ~ 33.45%

%25.9
%40.65
%33.45

CMYK color model

#48715D color CMYK value is (36,0,18,56).

  • cyan value is 36.28%
  • magenta value is 0.00%
  • yellow value is 17.70%
  • key color value is 55.69%
CMYK:
(36,0,18,56)
C36M0Y18K56 
(36%,0%,18%,56%)
(0.36/0.00/0.18/0.56)	

CMYK percentages

%36.28
%0
%17.7
%55.69

Codes

Color #48715D in popluar color models

48715D
RGB7211393
HSL151°22.16%36.27%
HSB/HSV151°36.28%44.31%
CMYK36.28%0.00%17.70%
55.69%

Color #48715D in popluar number systems.

HEX48715D
Decimal7211393
Binary100100011100011011101
Octal110161135

Shades and tints

Shades of #48715D

#48715D
(72,113,93)
#426755
(66,103,85)
#3C5D4D
(60,93,77)
#365345
(54,83,69)
#30493D
(48,73,61)
#2A3F35
(42,63,53)
#24352D
(36,53,45)
#1E2B25
(30,43,37)
#18211D
(24,33,29)
#121715
(18,23,21)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #48715D

#48715D
(72,113,93)
#587D6B
(88,125,107)
#688979
(104,137,121)
#789587
(120,149,135)
#88A195
(136,161,149)
#98ADA3
(152,173,163)
#A8B9B1
(168,185,177)
#B8C5BF
(184,197,191)
#C8D1CD
(200,209,205)
#D8DDDB
(216,221,219)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48715D; }

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

This text font color is #48715D.


Background Color

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

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

This div background color is #48715D.


Border color

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

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

This div border color is #48715D.


Opacity

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

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

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

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

This text has shadow with #48715D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48715D on black background.


Color preview on white background

This text has color #48715D on white background.



Black color preview on #48715D background

This text has black color on #48715D background.


White color preview on #48715D background

This text has white color on #48715D background.