COLOR #48260C

HEX: #48260C
RGB: (72,38,12)

Color info

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

RGB color model

#48260C color RGB value is (72,38,12).

  • red value is 72;
  • green value is 38;
  • blue value is 12.
RGB:
(72,38,12)
(28%,15%,5%)

RGB channels and saturation

R 72 of 255 = 28%
G 38 of 255 = 15%
B 12 of 255 = 5%

72
38
12

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

Portions of RGB colors in percentages

R + G + B =
72 + 38 + 12 = 122 (100%)
R 72 of 122 ~ 59.02%
G 38 of 122 ~ 31.15%
B 12 of 122 ~ 9.84%

%59.02
%31.15
%9.84

CMYK color model

#48260C color CMYK value is (0,47,83,72).

  • cyan value is 0.00%
  • magenta value is 47.22%
  • yellow value is 83.33%
  • key color value is 71.76%
CMYK:
(0,47,83,72)
C0M47Y83K72 
(0%,47%,83%,72%)
(0.00/0.47/0.83/0.72)	

CMYK percentages

%0
%47.22
%83.33
%71.76

Codes

Color #48260C in popluar color models

48260C
RGB723812
HSL26°71.43%16.47%
HSB/HSV26°83.33%28.24%
CMYK0.00%47.22%83.33%
71.76%

Color #48260C in popluar number systems.

HEX48260C
Decimal723812
Binary10010001001101100
Octal1104614

Shades and tints

Shades of #48260C

#48260C
(72,38,12)
#42230B
(66,35,11)
#3C200A
(60,32,10)
#361D09
(54,29,9)
#301A08
(48,26,8)
#2A1707
(42,23,7)
#241406
(36,20,6)
#1E1105
(30,17,5)
#180E04
(24,14,4)
#120B03
(18,11,3)
#0C0802
(12,8,2)
#000000
(0,0,0)

Tints of #48260C

#48260C
(72,38,12)
#583922
(88,57,34)
#684C38
(104,76,56)
#785F4E
(120,95,78)
#887264
(136,114,100)
#98857A
(152,133,122)
#A89890
(168,152,144)
#B8ABA6
(184,171,166)
#C8BEBC
(200,190,188)
#D8D1D2
(216,209,210)
#E8E4E8
(232,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48260C color. Also use rgb(72,38,12) instead hex code.

Text Font Color

.myTextColor { color: #48260C; }

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

This text font color is #48260C.


Background Color

.myBgColor { background-color: #48260C; }

<div style="background-color:#48260C">Inner text</div>

This div background color is #48260C.


Border color

.myBorderColor { border: 1px solid #48260C; }

<div style="border:3px solid #48260C">Div</div>

This div border color is #48260C.


Opacity

.myOpacity80 { color: #48260C; opacity: 0.8; }

<p style="color:#48260C;opacity:0.8;">80%</p>

Text with #48260C 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 #48260C;}

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

This text has shadow with #48260C color.

.textShadow {text-shadow: 3px 3px 1px #48260C, 3px 3px 1px red;}

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

This text has shadow with #48260C primary color and red secondary color.


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

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

This text has shadow with #48260C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48260C on black background.


Color preview on white background

This text has color #48260C on white background.



Black color preview on #48260C background

This text has black color on #48260C background.


White color preview on #48260C background

This text has white color on #48260C background.