COLOR #48513C

HEX: #48513C
RGB: (72,81,60)

Color info

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

RGB color model

#48513C color RGB value is (72,81,60).

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

RGB channels and saturation

R 72 of 255 = 28%
G 81 of 255 = 32%
B 60 of 255 = 24%

72
81
60

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

Portions of RGB colors in percentages

R + G + B =
72 + 81 + 60 = 213 (100%)
R 72 of 213 ~ 33.8%
G 81 of 213 ~ 38.03%
B 60 of 213 ~ 28.17%

%33.8
%38.03
%28.17

CMYK color model

#48513C color CMYK value is (11,0,26,68).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 68.24%
CMYK:
(11,0,26,68)
C11M0Y26K68 
(11%,0%,26%,68%)
(0.11/0.00/0.26/0.68)	

CMYK percentages

%11.11
%0
%25.93
%68.24

Codes

Color #48513C in popluar color models

48513C
RGB728160
HSL86°14.89%27.65%
HSB/HSV86°25.93%31.76%
CMYK11.11%0.00%25.93%
68.24%

Color #48513C in popluar number systems.

HEX48513C
Decimal728160
Binary10010001010001111100
Octal11012174

Shades and tints

Shades of #48513C

#48513C
(72,81,60)
#424A37
(66,74,55)
#3C4332
(60,67,50)
#363C2D
(54,60,45)
#303528
(48,53,40)
#2A2E23
(42,46,35)
#24271E
(36,39,30)
#1E2019
(30,32,25)
#181914
(24,25,20)
#12120F
(18,18,15)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #48513C

#48513C
(72,81,60)
#58604D
(88,96,77)
#686F5E
(104,111,94)
#787E6F
(120,126,111)
#888D80
(136,141,128)
#989C91
(152,156,145)
#A8ABA2
(168,171,162)
#B8BAB3
(184,186,179)
#C8C9C4
(200,201,196)
#D8D8D5
(216,216,213)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48513C; }

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

This text font color is #48513C.


Background Color

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

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

This div background color is #48513C.


Border color

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

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

This div border color is #48513C.


Opacity

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

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

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

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

This text has shadow with #48513C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48513C on black background.


Color preview on white background

This text has color #48513C on white background.



Black color preview on #48513C background

This text has black color on #48513C background.


White color preview on #48513C background

This text has white color on #48513C background.