COLOR #48513B

HEX: #48513B
RGB: (72,81,59)

Color info

#48513B contains red, green and blue colors in about the same proportion. Web safe color of #48513B is #336633 (or #363).

RGB color model

#48513B color RGB value is (72,81,59).

  • red value is 72;
  • green value is 81;
  • blue value is 59.
RGB:
(72,81,59)
(28%,32%,23%)

RGB channels and saturation

R 72 of 255 = 28%
G 81 of 255 = 32%
B 59 of 255 = 23%

72
81
59

R + G + B ~ 28%. #48513B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 81 + 59 = 212 (100%)
R 72 of 212 ~ 33.96%
G 81 of 212 ~ 38.21%
B 59 of 212 ~ 27.83%

%33.96
%38.21
%27.83

CMYK color model

#48513B color CMYK value is (11,0,27,68).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 68.24%
CMYK:
(11,0,27,68)
C11M0Y27K68 
(11%,0%,27%,68%)
(0.11/0.00/0.27/0.68)	

CMYK percentages

%11.11
%0
%27.16
%68.24

Codes

Color #48513B in popluar color models

48513B
RGB728159
HSL85°15.71%27.45%
HSB/HSV85°27.16%31.76%
CMYK11.11%0.00%27.16%
68.24%

Color #48513B in popluar number systems.

HEX48513B
Decimal728159
Binary10010001010001111011
Octal11012173

Shades and tints

Shades of #48513B

#48513B
(72,81,59)
#424A36
(66,74,54)
#3C4331
(60,67,49)
#363C2C
(54,60,44)
#303527
(48,53,39)
#2A2E22
(42,46,34)
#24271D
(36,39,29)
#1E2018
(30,32,24)
#181913
(24,25,19)
#12120E
(18,18,14)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #48513B

#48513B
(72,81,59)
#58604C
(88,96,76)
#686F5D
(104,111,93)
#787E6E
(120,126,110)
#888D7F
(136,141,127)
#989C90
(152,156,144)
#A8ABA1
(168,171,161)
#B8BAB2
(184,186,178)
#C8C9C3
(200,201,195)
#D8D8D4
(216,216,212)
#E8E7E5
(232,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48513B color. Also use rgb(72,81,59) instead hex code.

Text Font Color

.myTextColor { color: #48513B; }

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

This text font color is #48513B.


Background Color

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

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

This div background color is #48513B.


Border color

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

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

This div border color is #48513B.


Opacity

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

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

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

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

This text has shadow with #48513B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48513B on black background.


Color preview on white background

This text has color #48513B on white background.



Black color preview on #48513B background

This text has black color on #48513B background.


White color preview on #48513B background

This text has white color on #48513B background.