COLOR #48270B

HEX: #48270B
RGB: (72,39,11)

Color info

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

RGB color model

#48270B color RGB value is (72,39,11).

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

RGB channels and saturation

R 72 of 255 = 28%
G 39 of 255 = 15%
B 11 of 255 = 4%

72
39
11

R + G + B ~ 16%. #48270B is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 39 + 11 = 122 (100%)
R 72 of 122 ~ 59.02%
G 39 of 122 ~ 31.97%
B 11 of 122 ~ 9.02%

%59.02
%31.97

CMYK color model

#48270B color CMYK value is (0,46,85,72).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 84.72%
  • key color value is 71.76%
CMYK:
(0,46,85,72)
C0M46Y85K72 
(0%,46%,85%,72%)
(0.00/0.46/0.85/0.72)	

CMYK percentages

%0
%45.83
%84.72
%71.76

Codes

Color #48270B in popluar color models

48270B
RGB723911
HSL28°73.49%16.27%
HSB/HSV28°84.72%28.24%
CMYK0.00%45.83%84.72%
71.76%

Color #48270B in popluar number systems.

HEX48270B
Decimal723911
Binary10010001001111011
Octal1104713

Shades and tints

Shades of #48270B

#48270B
(72,39,11)
#42240A
(66,36,10)
#3C2109
(60,33,9)
#361E08
(54,30,8)
#301B07
(48,27,7)
#2A1806
(42,24,6)
#241505
(36,21,5)
#1E1204
(30,18,4)
#180F03
(24,15,3)
#120C02
(18,12,2)
#0C0901
(12,9,1)
#000000
(0,0,0)

Tints of #48270B

#48270B
(72,39,11)
#583A21
(88,58,33)
#684D37
(104,77,55)
#78604D
(120,96,77)
#887363
(136,115,99)
#988679
(152,134,121)
#A8998F
(168,153,143)
#B8ACA5
(184,172,165)
#C8BFBB
(200,191,187)
#D8D2D1
(216,210,209)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48270B; }

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

This text font color is #48270B.


Background Color

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

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

This div background color is #48270B.


Border color

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

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

This div border color is #48270B.


Opacity

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

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

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

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

This text has shadow with #48270B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48270B on black background.


Color preview on white background

This text has color #48270B on white background.



Black color preview on #48270B background

This text has black color on #48270B background.


White color preview on #48270B background

This text has white color on #48270B background.