COLOR #48562D

HEX: #48562D
RGB: (72,86,45)

Color info

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

RGB color model

#48562D color RGB value is (72,86,45).

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

RGB channels and saturation

R 72 of 255 = 28%
G 86 of 255 = 34%
B 45 of 255 = 18%

72
86
45

R + G + B ~ 27%. #48562D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 86 + 45 = 203 (100%)
R 72 of 203 ~ 35.47%
G 86 of 203 ~ 42.36%
B 45 of 203 ~ 22.17%

%35.47
%42.36
%22.17

CMYK color model

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

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 47.67%
  • key color value is 66.27%
CMYK:
(16,0,48,66)
C16M0Y48K66 
(16%,0%,48%,66%)
(0.16/0.00/0.48/0.66)	

CMYK percentages

%16.28
%0
%47.67
%66.27

Codes

Color #48562D in popluar color models

48562D
RGB728645
HSL80°31.30%25.69%
HSB/HSV80°47.67%33.73%
CMYK16.28%0.00%47.67%
66.27%

Color #48562D in popluar number systems.

HEX48562D
Decimal728645
Binary10010001010110101101
Octal11012655

Shades and tints

Shades of #48562D

#48562D
(72,86,45)
#424F29
(66,79,41)
#3C4825
(60,72,37)
#364121
(54,65,33)
#303A1D
(48,58,29)
#2A3319
(42,51,25)
#242C15
(36,44,21)
#1E2511
(30,37,17)
#181E0D
(24,30,13)
#121709
(18,23,9)
#0C1005
(12,16,5)
#000000
(0,0,0)

Tints of #48562D

#48562D
(72,86,45)
#586540
(88,101,64)
#687453
(104,116,83)
#788366
(120,131,102)
#889279
(136,146,121)
#98A18C
(152,161,140)
#A8B09F
(168,176,159)
#B8BFB2
(184,191,178)
#C8CEC5
(200,206,197)
#D8DDD8
(216,221,216)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48562D; }

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

This text font color is #48562D.


Background Color

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

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

This div background color is #48562D.


Border color

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

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

This div border color is #48562D.


Opacity

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

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

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

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

This text has shadow with #48562D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48562D on black background.


Color preview on white background

This text has color #48562D on white background.



Black color preview on #48562D background

This text has black color on #48562D background.


White color preview on #48562D background

This text has white color on #48562D background.