COLOR #48450D

HEX: #48450D
RGB: (72,69,13)

Color info

#48450D contains red, green and blue colors in about the same proportion. Web safe color of #48450D is #333300 (or #330).

RGB color model

#48450D color RGB value is (72,69,13).

  • red value is 72;
  • green value is 69;
  • blue value is 13.
RGB:
(72,69,13)
(28%,27%,5%)

RGB channels and saturation

R 72 of 255 = 28%
G 69 of 255 = 27%
B 13 of 255 = 5%

72
69
13

R + G + B ~ 20%. #48450D is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 69 + 13 = 154 (100%)
R 72 of 154 ~ 46.75%
G 69 of 154 ~ 44.81%
B 13 of 154 ~ 8.44%

%46.75
%44.81

CMYK color model

#48450D color CMYK value is (0,4,82,72).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 81.94%
  • key color value is 71.76%
CMYK:
(0,4,82,72)
C0M4Y82K72 
(0%,4%,82%,72%)
(0.00/0.04/0.82/0.72)	

CMYK percentages

%0
%4.17
%81.94
%71.76

Codes

Color #48450D in popluar color models

48450D
RGB726913
HSL57°69.41%16.67%
HSB/HSV57°81.94%28.24%
CMYK0.00%4.17%81.94%
71.76%

Color #48450D in popluar number systems.

HEX48450D
Decimal726913
Binary100100010001011101
Octal11010515

Shades and tints

Shades of #48450D

#48450D
(72,69,13)
#423F0C
(66,63,12)
#3C390B
(60,57,11)
#36330A
(54,51,10)
#302D09
(48,45,9)
#2A2708
(42,39,8)
#242107
(36,33,7)
#1E1B06
(30,27,6)
#181505
(24,21,5)
#120F04
(18,15,4)
#0C0903
(12,9,3)
#000000
(0,0,0)

Tints of #48450D

#48450D
(72,69,13)
#585523
(88,85,35)
#686539
(104,101,57)
#78754F
(120,117,79)
#888565
(136,133,101)
#98957B
(152,149,123)
#A8A591
(168,165,145)
#B8B5A7
(184,181,167)
#C8C5BD
(200,197,189)
#D8D5D3
(216,213,211)
#E8E5E9
(232,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48450D color. Also use rgb(72,69,13) instead hex code.

Text Font Color

.myTextColor { color: #48450D; }

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

This text font color is #48450D.


Background Color

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

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

This div background color is #48450D.


Border color

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

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

This div border color is #48450D.


Opacity

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

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

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

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

This text has shadow with #48450D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48450D on black background.


Color preview on white background

This text has color #48450D on white background.



Black color preview on #48450D background

This text has black color on #48450D background.


White color preview on #48450D background

This text has white color on #48450D background.