COLOR #48162F

HEX: #48162F
RGB: (72,22,47)

Color info

#48162F contains red, green and blue colors in about the same proportion. Web safe color of #48162F is #330033 (or #303).

RGB color model

#48162F color RGB value is (72,22,47).

  • red value is 72;
  • green value is 22;
  • blue value is 47.
RGB:
(72,22,47)
(28%,9%,18%)

RGB channels and saturation

R 72 of 255 = 28%
G 22 of 255 = 9%
B 47 of 255 = 18%

72
22
47

R + G + B ~ 18%. #48162F is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 22 + 47 = 141 (100%)
R 72 of 141 ~ 51.06%
G 22 of 141 ~ 15.6%
B 47 of 141 ~ 33.33%

%51.06
%15.6
%33.33

CMYK color model

#48162F color CMYK value is (0,69,35,72).

  • cyan value is 0.00%
  • magenta value is 69.44%
  • yellow value is 34.72%
  • key color value is 71.76%
CMYK:
(0,69,35,72)
C0M69Y35K72 
(0%,69%,35%,72%)
(0.00/0.69/0.35/0.72)	

CMYK percentages

%0
%69.44
%34.72
%71.76

Codes

Color #48162F in popluar color models

48162F
RGB722247
HSL330°53.19%18.43%
HSB/HSV330°69.44%28.24%
CMYK0.00%69.44%34.72%
71.76%

Color #48162F in popluar number systems.

HEX48162F
Decimal722247
Binary100100010110101111
Octal1102657

Shades and tints

Shades of #48162F

#48162F
(72,22,47)
#42142B
(66,20,43)
#3C1227
(60,18,39)
#361023
(54,16,35)
#300E1F
(48,14,31)
#2A0C1B
(42,12,27)
#240A17
(36,10,23)
#1E0813
(30,8,19)
#18060F
(24,6,15)
#12040B
(18,4,11)
#0C0207
(12,2,7)
#000000
(0,0,0)

Tints of #48162F

#48162F
(72,22,47)
#582B41
(88,43,65)
#684053
(104,64,83)
#785565
(120,85,101)
#886A77
(136,106,119)
#987F89
(152,127,137)
#A8949B
(168,148,155)
#B8A9AD
(184,169,173)
#C8BEBF
(200,190,191)
#D8D3D1
(216,211,209)
#E8E8E3
(232,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48162F color. Also use rgb(72,22,47) instead hex code.

Text Font Color

.myTextColor { color: #48162F; }

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

This text font color is #48162F.


Background Color

.myBgColor { background-color: #48162F; }

<div style="background-color:#48162F">Inner text</div>

This div background color is #48162F.


Border color

.myBorderColor { border: 1px solid #48162F; }

<div style="border:3px solid #48162F">Div</div>

This div border color is #48162F.


Opacity

.myOpacity80 { color: #48162F; opacity: 0.8; }

<p style="color:#48162F;opacity:0.8;">80%</p>

Text with #48162F 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 #48162F;}

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

This text has shadow with #48162F color.

.textShadow {text-shadow: 3px 3px 1px #48162F, 3px 3px 1px red;}

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

This text has shadow with #48162F primary color and red secondary color.


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

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

This text has shadow with #48162F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48162F on black background.


Color preview on white background

This text has color #48162F on white background.



Black color preview on #48162F background

This text has black color on #48162F background.


White color preview on #48162F background

This text has white color on #48162F background.