COLOR #48531D

HEX: #48531D
RGB: (72,83,29)

Color info

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

RGB color model

#48531D color RGB value is (72,83,29).

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

RGB channels and saturation

R 72 of 255 = 28%
G 83 of 255 = 33%
B 29 of 255 = 11%

72
83
29

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

Portions of RGB colors in percentages

R + G + B =
72 + 83 + 29 = 184 (100%)
R 72 of 184 ~ 39.13%
G 83 of 184 ~ 45.11%
B 29 of 184 ~ 15.76%

%39.13
%45.11
%15.76

CMYK color model

#48531D color CMYK value is (13,0,65,67).

  • cyan value is 13.25%
  • magenta value is 0.00%
  • yellow value is 65.06%
  • key color value is 67.45%
CMYK:
(13,0,65,67)
C13M0Y65K67 
(13%,0%,65%,67%)
(0.13/0.00/0.65/0.67)	

CMYK percentages

%13.25
%0
%65.06
%67.45

Codes

Color #48531D in popluar color models

48531D
RGB728329
HSL72°48.21%21.96%
HSB/HSV72°65.06%32.55%
CMYK13.25%0.00%65.06%
67.45%

Color #48531D in popluar number systems.

HEX48531D
Decimal728329
Binary1001000101001111101
Octal11012335

Shades and tints

Shades of #48531D

#48531D
(72,83,29)
#424C1B
(66,76,27)
#3C4519
(60,69,25)
#363E17
(54,62,23)
#303715
(48,55,21)
#2A3013
(42,48,19)
#242911
(36,41,17)
#1E220F
(30,34,15)
#181B0D
(24,27,13)
#12140B
(18,20,11)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #48531D

#48531D
(72,83,29)
#586231
(88,98,49)
#687145
(104,113,69)
#788059
(120,128,89)
#888F6D
(136,143,109)
#989E81
(152,158,129)
#A8AD95
(168,173,149)
#B8BCA9
(184,188,169)
#C8CBBD
(200,203,189)
#D8DAD1
(216,218,209)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48531D; }

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

This text font color is #48531D.


Background Color

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

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

This div background color is #48531D.


Border color

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

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

This div border color is #48531D.


Opacity

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

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

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

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

This text has shadow with #48531D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48531D on black background.


Color preview on white background

This text has color #48531D on white background.



Black color preview on #48531D background

This text has black color on #48531D background.


White color preview on #48531D background

This text has white color on #48531D background.