COLOR #48581D

HEX: #48581D
RGB: (72,88,29)

Color info

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

RGB color model

#48581D color RGB value is (72,88,29).

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

RGB channels and saturation

R 72 of 255 = 28%
G 88 of 255 = 35%
B 29 of 255 = 11%

72
88
29

R + G + B ~ 25%. #48581D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 88 + 29 = 189 (100%)
R 72 of 189 ~ 38.1%
G 88 of 189 ~ 46.56%
B 29 of 189 ~ 15.34%

%38.1
%46.56
%15.34

CMYK color model

#48581D color CMYK value is (18,0,67,65).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 67.05%
  • key color value is 65.49%
CMYK:
(18,0,67,65)
C18M0Y67K65 
(18%,0%,67%,65%)
(0.18/0.00/0.67/0.65)	

CMYK percentages

%18.18
%0
%67.05
%65.49

Codes

Color #48581D in popluar color models

48581D
RGB728829
HSL76°50.43%22.94%
HSB/HSV76°67.05%34.51%
CMYK18.18%0.00%67.05%
65.49%

Color #48581D in popluar number systems.

HEX48581D
Decimal728829
Binary1001000101100011101
Octal11013035

Shades and tints

Shades of #48581D

#48581D
(72,88,29)
#42501B
(66,80,27)
#3C4819
(60,72,25)
#364017
(54,64,23)
#303815
(48,56,21)
#2A3013
(42,48,19)
#242811
(36,40,17)
#1E200F
(30,32,15)
#18180D
(24,24,13)
#12100B
(18,16,11)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #48581D

#48581D
(72,88,29)
#586731
(88,103,49)
#687645
(104,118,69)
#788559
(120,133,89)
#88946D
(136,148,109)
#98A381
(152,163,129)
#A8B295
(168,178,149)
#B8C1A9
(184,193,169)
#C8D0BD
(200,208,189)
#D8DFD1
(216,223,209)
#E8EEE5
(232,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48581D; }

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

This text font color is #48581D.


Background Color

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

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

This div background color is #48581D.


Border color

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

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

This div border color is #48581D.


Opacity

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

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

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

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

This text has shadow with #48581D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48581D on black background.


Color preview on white background

This text has color #48581D on white background.



Black color preview on #48581D background

This text has black color on #48581D background.


White color preview on #48581D background

This text has white color on #48581D background.