COLOR #48300B

HEX: #48300B
RGB: (72,48,11)

Color info

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

RGB color model

#48300B color RGB value is (72,48,11).

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

RGB channels and saturation

R 72 of 255 = 28%
G 48 of 255 = 19%
B 11 of 255 = 4%

72
48
11

R + G + B ~ 17%. #48300B is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 48 + 11 = 131 (100%)
R 72 of 131 ~ 54.96%
G 48 of 131 ~ 36.64%
B 11 of 131 ~ 8.4%

%54.96
%36.64

CMYK color model

#48300B color CMYK value is (0,33,85,72).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 84.72%
  • key color value is 71.76%
CMYK:
(0,33,85,72)
C0M33Y85K72 
(0%,33%,85%,72%)
(0.00/0.33/0.85/0.72)	

CMYK percentages

%0
%33.33
%84.72
%71.76

Codes

Color #48300B in popluar color models

48300B
RGB724811
HSL36°73.49%16.27%
HSB/HSV36°84.72%28.24%
CMYK0.00%33.33%84.72%
71.76%

Color #48300B in popluar number systems.

HEX48300B
Decimal724811
Binary10010001100001011
Octal1106013

Shades and tints

Shades of #48300B

#48300B
(72,48,11)
#422C0A
(66,44,10)
#3C2809
(60,40,9)
#362408
(54,36,8)
#302007
(48,32,7)
#2A1C06
(42,28,6)
#241805
(36,24,5)
#1E1404
(30,20,4)
#181003
(24,16,3)
#120C02
(18,12,2)
#0C0801
(12,8,1)
#000000
(0,0,0)

Tints of #48300B

#48300B
(72,48,11)
#584221
(88,66,33)
#685437
(104,84,55)
#78664D
(120,102,77)
#887863
(136,120,99)
#988A79
(152,138,121)
#A89C8F
(168,156,143)
#B8AEA5
(184,174,165)
#C8C0BB
(200,192,187)
#D8D2D1
(216,210,209)
#E8E4E7
(232,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48300B; }

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

This text font color is #48300B.


Background Color

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

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

This div background color is #48300B.


Border color

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

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

This div border color is #48300B.


Opacity

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

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

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

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

This text has shadow with #48300B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48300B on black background.


Color preview on white background

This text has color #48300B on white background.



Black color preview on #48300B background

This text has black color on #48300B background.


White color preview on #48300B background

This text has white color on #48300B background.