COLOR #48541E

HEX: #48541E
RGB: (72,84,30)

Color info

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

RGB color model

#48541E color RGB value is (72,84,30).

  • red value is 72;
  • green value is 84;
  • blue value is 30.
RGB:
(72,84,30)
(28%,33%,12%)

RGB channels and saturation

R 72 of 255 = 28%
G 84 of 255 = 33%
B 30 of 255 = 12%

72
84
30

R + G + B ~ 24%. #48541E is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 84 + 30 = 186 (100%)
R 72 of 186 ~ 38.71%
G 84 of 186 ~ 45.16%
B 30 of 186 ~ 16.13%

%38.71
%45.16
%16.13

CMYK color model

#48541E color CMYK value is (14,0,64,67).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 67.06%
CMYK:
(14,0,64,67)
C14M0Y64K67 
(14%,0%,64%,67%)
(0.14/0.00/0.64/0.67)	

CMYK percentages

%14.29
%0
%64.29
%67.06

Codes

Color #48541E in popluar color models

48541E
RGB728430
HSL73°47.37%22.35%
HSB/HSV73°64.29%32.94%
CMYK14.29%0.00%64.29%
67.06%

Color #48541E in popluar number systems.

HEX48541E
Decimal728430
Binary1001000101010011110
Octal11012436

Shades and tints

Shades of #48541E

#48541E
(72,84,30)
#424D1C
(66,77,28)
#3C461A
(60,70,26)
#363F18
(54,63,24)
#303816
(48,56,22)
#2A3114
(42,49,20)
#242A12
(36,42,18)
#1E2310
(30,35,16)
#181C0E
(24,28,14)
#12150C
(18,21,12)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #48541E

#48541E
(72,84,30)
#586332
(88,99,50)
#687246
(104,114,70)
#78815A
(120,129,90)
#88906E
(136,144,110)
#989F82
(152,159,130)
#A8AE96
(168,174,150)
#B8BDAA
(184,189,170)
#C8CCBE
(200,204,190)
#D8DBD2
(216,219,210)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48541E color. Also use rgb(72,84,30) instead hex code.

Text Font Color

.myTextColor { color: #48541E; }

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

This text font color is #48541E.


Background Color

.myBgColor { background-color: #48541E; }

<div style="background-color:#48541E">Inner text</div>

This div background color is #48541E.


Border color

.myBorderColor { border: 1px solid #48541E; }

<div style="border:3px solid #48541E">Div</div>

This div border color is #48541E.


Opacity

.myOpacity80 { color: #48541E; opacity: 0.8; }

<p style="color:#48541E;opacity:0.8;">80%</p>

Text with #48541E 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 #48541E;}

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

This text has shadow with #48541E color.

.textShadow {text-shadow: 3px 3px 1px #48541E, 3px 3px 1px red;}

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

This text has shadow with #48541E primary color and red secondary color.


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

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

This text has shadow with #48541E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48541E on black background.


Color preview on white background

This text has color #48541E on white background.



Black color preview on #48541E background

This text has black color on #48541E background.


White color preview on #48541E background

This text has white color on #48541E background.