COLOR #48061A

HEX: #48061A
RGB: (72,6,26)

Color info

#48061A contains mainly red and blue colors. Web safe color of #48061A is #330000 (or #300).

RGB color model

#48061A color RGB value is (72,6,26).

  • red value is 72;
  • green value is 6;
  • blue value is 26.
RGB:
(72,6,26)
(28%,2%,10%)

RGB channels and saturation

R 72 of 255 = 28%
G 6 of 255 = 2%
B 26 of 255 = 10%

72
6
26

R + G + B ~ 13%. #48061A is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 6 + 26 = 104 (100%)
R 72 of 104 ~ 69.23%
G 6 of 104 ~ 5.77%
B 26 of 104 ~ 25%

%69.23
%25

CMYK color model

#48061A color CMYK value is (0,92,64,72).

  • cyan value is 0.00%
  • magenta value is 91.67%
  • yellow value is 63.89%
  • key color value is 71.76%
CMYK:
(0,92,64,72)
C0M92Y64K72 
(0%,92%,64%,72%)
(0.00/0.92/0.64/0.72)	

CMYK percentages

%0
%91.67
%63.89
%71.76

Codes

Color #48061A in popluar color models

48061A
RGB72626
HSL342°84.62%15.29%
HSB/HSV342°91.67%28.24%
CMYK0.00%91.67%63.89%
71.76%

Color #48061A in popluar number systems.

HEX48061A
Decimal72626
Binary100100011011010
Octal110632

Shades and tints

Shades of #48061A

#48061A
(72,6,26)
#420618
(66,6,24)
#3C0616
(60,6,22)
#360614
(54,6,20)
#300612
(48,6,18)
#2A0610
(42,6,16)
#24060E
(36,6,14)
#1E060C
(30,6,12)
#18060A
(24,6,10)
#120608
(18,6,8)
#0C0606
(12,6,6)
#000000
(0,0,0)

Tints of #48061A

#48061A
(72,6,26)
#581C2E
(88,28,46)
#683242
(104,50,66)
#784856
(120,72,86)
#885E6A
(136,94,106)
#98747E
(152,116,126)
#A88A92
(168,138,146)
#B8A0A6
(184,160,166)
#C8B6BA
(200,182,186)
#D8CCCE
(216,204,206)
#E8E2E2
(232,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48061A color. Also use rgb(72,6,26) instead hex code.

Text Font Color

.myTextColor { color: #48061A; }

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

This text font color is #48061A.


Background Color

.myBgColor { background-color: #48061A; }

<div style="background-color:#48061A">Inner text</div>

This div background color is #48061A.


Border color

.myBorderColor { border: 1px solid #48061A; }

<div style="border:3px solid #48061A">Div</div>

This div border color is #48061A.


Opacity

.myOpacity80 { color: #48061A; opacity: 0.8; }

<p style="color:#48061A;opacity:0.8;">80%</p>

Text with #48061A 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 #48061A;}

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

This text has shadow with #48061A color.

.textShadow {text-shadow: 3px 3px 1px #48061A, 3px 3px 1px red;}

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

This text has shadow with #48061A primary color and red secondary color.


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

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

This text has shadow with #48061A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48061A on black background.


Color preview on white background

This text has color #48061A on white background.



Black color preview on #48061A background

This text has black color on #48061A background.


White color preview on #48061A background

This text has white color on #48061A background.