COLOR #48583B

HEX: #48583B
RGB: (72,88,59)

Color info

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

RGB color model

#48583B color RGB value is (72,88,59).

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

RGB channels and saturation

R 72 of 255 = 28%
G 88 of 255 = 35%
B 59 of 255 = 23%

72
88
59

R + G + B ~ 29%. #48583B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 88 + 59 = 219 (100%)
R 72 of 219 ~ 32.88%
G 88 of 219 ~ 40.18%
B 59 of 219 ~ 26.94%

%32.88
%40.18
%26.94

CMYK color model

#48583B color CMYK value is (18,0,33,65).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 32.95%
  • key color value is 65.49%
CMYK:
(18,0,33,65)
C18M0Y33K65 
(18%,0%,33%,65%)
(0.18/0.00/0.33/0.65)	

CMYK percentages

%18.18
%0
%32.95
%65.49

Codes

Color #48583B in popluar color models

48583B
RGB728859
HSL93°19.73%28.82%
HSB/HSV93°32.95%34.51%
CMYK18.18%0.00%32.95%
65.49%

Color #48583B in popluar number systems.

HEX48583B
Decimal728859
Binary10010001011000111011
Octal11013073

Shades and tints

Shades of #48583B

#48583B
(72,88,59)
#425036
(66,80,54)
#3C4831
(60,72,49)
#36402C
(54,64,44)
#303827
(48,56,39)
#2A3022
(42,48,34)
#24281D
(36,40,29)
#1E2018
(30,32,24)
#181813
(24,24,19)
#12100E
(18,16,14)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #48583B

#48583B
(72,88,59)
#58674C
(88,103,76)
#68765D
(104,118,93)
#78856E
(120,133,110)
#88947F
(136,148,127)
#98A390
(152,163,144)
#A8B2A1
(168,178,161)
#B8C1B2
(184,193,178)
#C8D0C3
(200,208,195)
#D8DFD4
(216,223,212)
#E8EEE5
(232,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48583B color. Also use rgb(72,88,59) instead hex code.

Text Font Color

.myTextColor { color: #48583B; }

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

This text font color is #48583B.


Background Color

.myBgColor { background-color: #48583B; }

<div style="background-color:#48583B">Inner text</div>

This div background color is #48583B.


Border color

.myBorderColor { border: 1px solid #48583B; }

<div style="border:3px solid #48583B">Div</div>

This div border color is #48583B.


Opacity

.myOpacity80 { color: #48583B; opacity: 0.8; }

<p style="color:#48583B;opacity:0.8;">80%</p>

Text with #48583B 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 #48583B;}

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

This text has shadow with #48583B color.

.textShadow {text-shadow: 3px 3px 1px #48583B, 3px 3px 1px red;}

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

This text has shadow with #48583B primary color and red secondary color.


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

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

This text has shadow with #48583B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48583B on black background.


Color preview on white background

This text has color #48583B on white background.



Black color preview on #48583B background

This text has black color on #48583B background.


White color preview on #48583B background

This text has white color on #48583B background.