COLOR #48725B

HEX: #48725B
RGB: (72,114,91)

Color info

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

RGB color model

#48725B color RGB value is (72,114,91).

  • red value is 72;
  • green value is 114;
  • blue value is 91.
RGB:
(72,114,91)
(28%,45%,36%)

RGB channels and saturation

R 72 of 255 = 28%
G 114 of 255 = 45%
B 91 of 255 = 36%

72
114
91

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

Portions of RGB colors in percentages

R + G + B =
72 + 114 + 91 = 277 (100%)
R 72 of 277 ~ 25.99%
G 114 of 277 ~ 41.16%
B 91 of 277 ~ 32.85%

%25.99
%41.16
%32.85

CMYK color model

#48725B color CMYK value is (37,0,20,55).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • key color value is 55.29%
CMYK:
(37,0,20,55)
C37M0Y20K55 
(37%,0%,20%,55%)
(0.37/0.00/0.20/0.55)	

CMYK percentages

%36.84
%0
%20.18
%55.29

Codes

Color #48725B in popluar color models

48725B
RGB7211491
HSL147°22.58%36.47%
HSB/HSV147°36.84%44.71%
CMYK36.84%0.00%20.18%
55.29%

Color #48725B in popluar number systems.

HEX48725B
Decimal7211491
Binary100100011100101011011
Octal110162133

Shades and tints

Shades of #48725B

#48725B
(72,114,91)
#426853
(66,104,83)
#3C5E4B
(60,94,75)
#365443
(54,84,67)
#304A3B
(48,74,59)
#2A4033
(42,64,51)
#24362B
(36,54,43)
#1E2C23
(30,44,35)
#18221B
(24,34,27)
#121813
(18,24,19)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #48725B

#48725B
(72,114,91)
#587E69
(88,126,105)
#688A77
(104,138,119)
#789685
(120,150,133)
#88A293
(136,162,147)
#98AEA1
(152,174,161)
#A8BAAF
(168,186,175)
#B8C6BD
(184,198,189)
#C8D2CB
(200,210,203)
#D8DED9
(216,222,217)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48725B color. Also use rgb(72,114,91) instead hex code.

Text Font Color

.myTextColor { color: #48725B; }

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

This text font color is #48725B.


Background Color

.myBgColor { background-color: #48725B; }

<div style="background-color:#48725B">Inner text</div>

This div background color is #48725B.


Border color

.myBorderColor { border: 1px solid #48725B; }

<div style="border:3px solid #48725B">Div</div>

This div border color is #48725B.


Opacity

.myOpacity80 { color: #48725B; opacity: 0.8; }

<p style="color:#48725B;opacity:0.8;">80%</p>

Text with #48725B 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 #48725B;}

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

This text has shadow with #48725B color.

.textShadow {text-shadow: 3px 3px 1px #48725B, 3px 3px 1px red;}

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

This text has shadow with #48725B primary color and red secondary color.


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

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

This text has shadow with #48725B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48725B on black background.


Color preview on white background

This text has color #48725B on white background.



Black color preview on #48725B background

This text has black color on #48725B background.


White color preview on #48725B background

This text has white color on #48725B background.