COLOR #48450B

HEX: #48450B
RGB: (72,69,11)

Color info

#48450B contains mainly red and green colors. Web safe color of #48450B is #333300 (or #330).

RGB color model

#48450B color RGB value is (72,69,11).

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

RGB channels and saturation

R 72 of 255 = 28%
G 69 of 255 = 27%
B 11 of 255 = 4%

72
69
11

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

Portions of RGB colors in percentages

R + G + B =
72 + 69 + 11 = 152 (100%)
R 72 of 152 ~ 47.37%
G 69 of 152 ~ 45.39%
B 11 of 152 ~ 7.24%

%47.37
%45.39

CMYK color model

#48450B color CMYK value is (0,4,85,72).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 84.72%
  • key color value is 71.76%
CMYK:
(0,4,85,72)
C0M4Y85K72 
(0%,4%,85%,72%)
(0.00/0.04/0.85/0.72)	

CMYK percentages

%0
%4.17
%84.72
%71.76

Codes

Color #48450B in popluar color models

48450B
RGB726911
HSL57°73.49%16.27%
HSB/HSV57°84.72%28.24%
CMYK0.00%4.17%84.72%
71.76%

Color #48450B in popluar number systems.

HEX48450B
Decimal726911
Binary100100010001011011
Octal11010513

Shades and tints

Shades of #48450B

#48450B
(72,69,11)
#423F0A
(66,63,10)
#3C3909
(60,57,9)
#363308
(54,51,8)
#302D07
(48,45,7)
#2A2706
(42,39,6)
#242105
(36,33,5)
#1E1B04
(30,27,4)
#181503
(24,21,3)
#120F02
(18,15,2)
#0C0901
(12,9,1)
#000000
(0,0,0)

Tints of #48450B

#48450B
(72,69,11)
#585521
(88,85,33)
#686537
(104,101,55)
#78754D
(120,117,77)
#888563
(136,133,99)
#989579
(152,149,121)
#A8A58F
(168,165,143)
#B8B5A5
(184,181,165)
#C8C5BB
(200,197,187)
#D8D5D1
(216,213,209)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48450B; }

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

This text font color is #48450B.


Background Color

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

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

This div background color is #48450B.


Border color

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

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

This div border color is #48450B.


Opacity

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

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

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

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

This text has shadow with #48450B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48450B on black background.


Color preview on white background

This text has color #48450B on white background.



Black color preview on #48450B background

This text has black color on #48450B background.


White color preview on #48450B background

This text has white color on #48450B background.