COLOR #48561D

HEX: #48561D
RGB: (72,86,29)

Color info

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

RGB color model

#48561D color RGB value is (72,86,29).

  • red value is 72;
  • green value is 86;
  • blue value is 29.
RGB:
(72,86,29)
(28%,34%,11%)

RGB channels and saturation

R 72 of 255 = 28%
G 86 of 255 = 34%
B 29 of 255 = 11%

72
86
29

R + G + B ~ 24%. #48561D is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 86 + 29 = 187 (100%)
R 72 of 187 ~ 38.5%
G 86 of 187 ~ 45.99%
B 29 of 187 ~ 15.51%

%38.5
%45.99
%15.51

CMYK color model

#48561D color CMYK value is (16,0,66,66).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 66.28%
  • key color value is 66.27%
CMYK:
(16,0,66,66)
C16M0Y66K66 
(16%,0%,66%,66%)
(0.16/0.00/0.66/0.66)	

CMYK percentages

%16.28
%0
%66.28
%66.27

Codes

Color #48561D in popluar color models

48561D
RGB728629
HSL75°49.57%22.55%
HSB/HSV75°66.28%33.73%
CMYK16.28%0.00%66.28%
66.27%

Color #48561D in popluar number systems.

HEX48561D
Decimal728629
Binary1001000101011011101
Octal11012635

Shades and tints

Shades of #48561D

#48561D
(72,86,29)
#424F1B
(66,79,27)
#3C4819
(60,72,25)
#364117
(54,65,23)
#303A15
(48,58,21)
#2A3313
(42,51,19)
#242C11
(36,44,17)
#1E250F
(30,37,15)
#181E0D
(24,30,13)
#12170B
(18,23,11)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #48561D

#48561D
(72,86,29)
#586531
(88,101,49)
#687445
(104,116,69)
#788359
(120,131,89)
#88926D
(136,146,109)
#98A181
(152,161,129)
#A8B095
(168,176,149)
#B8BFA9
(184,191,169)
#C8CEBD
(200,206,189)
#D8DDD1
(216,221,209)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48561D color. Also use rgb(72,86,29) instead hex code.

Text Font Color

.myTextColor { color: #48561D; }

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

This text font color is #48561D.


Background Color

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

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

This div background color is #48561D.


Border color

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

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

This div border color is #48561D.


Opacity

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

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

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

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

This text has shadow with #48561D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48561D on black background.


Color preview on white background

This text has color #48561D on white background.



Black color preview on #48561D background

This text has black color on #48561D background.


White color preview on #48561D background

This text has white color on #48561D background.