COLOR #48062E

HEX: #48062E
RGB: (72,6,46)

Color info

#48062E contains mainly red and blue colors. Web safe color of #48062E is #330033 (or #303).

RGB color model

#48062E color RGB value is (72,6,46).

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

RGB channels and saturation

R 72 of 255 = 28%
G 6 of 255 = 2%
B 46 of 255 = 18%

72
6
46

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

Portions of RGB colors in percentages

R + G + B =
72 + 6 + 46 = 124 (100%)
R 72 of 124 ~ 58.06%
G 6 of 124 ~ 4.84%
B 46 of 124 ~ 37.1%

%58.06
%37.1

CMYK color model

#48062E color CMYK value is (0,92,36,72).

  • cyan value is 0.00%
  • magenta value is 91.67%
  • yellow value is 36.11%
  • key color value is 71.76%
CMYK:
(0,92,36,72)
C0M92Y36K72 
(0%,92%,36%,72%)
(0.00/0.92/0.36/0.72)	

CMYK percentages

%0
%91.67
%36.11
%71.76

Codes

Color #48062E in popluar color models

48062E
RGB72646
HSL324°84.62%15.29%
HSB/HSV324°91.67%28.24%
CMYK0.00%91.67%36.11%
71.76%

Color #48062E in popluar number systems.

HEX48062E
Decimal72646
Binary1001000110101110
Octal110656

Shades and tints

Shades of #48062E

#48062E
(72,6,46)
#42062A
(66,6,42)
#3C0626
(60,6,38)
#360622
(54,6,34)
#30061E
(48,6,30)
#2A061A
(42,6,26)
#240616
(36,6,22)
#1E0612
(30,6,18)
#18060E
(24,6,14)
#12060A
(18,6,10)
#0C0606
(12,6,6)
#000000
(0,0,0)

Tints of #48062E

#48062E
(72,6,46)
#581C41
(88,28,65)
#683254
(104,50,84)
#784867
(120,72,103)
#885E7A
(136,94,122)
#98748D
(152,116,141)
#A88AA0
(168,138,160)
#B8A0B3
(184,160,179)
#C8B6C6
(200,182,198)
#D8CCD9
(216,204,217)
#E8E2EC
(232,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48062E color. Also use rgb(72,6,46) instead hex code.

Text Font Color

.myTextColor { color: #48062E; }

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

This text font color is #48062E.


Background Color

.myBgColor { background-color: #48062E; }

<div style="background-color:#48062E">Inner text</div>

This div background color is #48062E.


Border color

.myBorderColor { border: 1px solid #48062E; }

<div style="border:3px solid #48062E">Div</div>

This div border color is #48062E.


Opacity

.myOpacity80 { color: #48062E; opacity: 0.8; }

<p style="color:#48062E;opacity:0.8;">80%</p>

Text with #48062E 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 #48062E;}

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

This text has shadow with #48062E color.

.textShadow {text-shadow: 3px 3px 1px #48062E, 3px 3px 1px red;}

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

This text has shadow with #48062E primary color and red secondary color.


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

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

This text has shadow with #48062E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48062E on black background.


Color preview on white background

This text has color #48062E on white background.



Black color preview on #48062E background

This text has black color on #48062E background.


White color preview on #48062E background

This text has white color on #48062E background.