COLOR #48132F

HEX: #48132F
RGB: (72,19,47)

Color info

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

RGB color model

#48132F color RGB value is (72,19,47).

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

RGB channels and saturation

R 72 of 255 = 28%
G 19 of 255 = 7%
B 47 of 255 = 18%

72
19
47

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

Portions of RGB colors in percentages

R + G + B =
72 + 19 + 47 = 138 (100%)
R 72 of 138 ~ 52.17%
G 19 of 138 ~ 13.77%
B 47 of 138 ~ 34.06%

%52.17
%13.77
%34.06

CMYK color model

#48132F color CMYK value is (0,74,35,72).

  • cyan value is 0.00%
  • magenta value is 73.61%
  • yellow value is 34.72%
  • key color value is 71.76%
CMYK:
(0,74,35,72)
C0M74Y35K72 
(0%,74%,35%,72%)
(0.00/0.74/0.35/0.72)	

CMYK percentages

%0
%73.61
%34.72
%71.76

Codes

Color #48132F in popluar color models

48132F
RGB721947
HSL328°58.24%17.84%
HSB/HSV328°73.61%28.24%
CMYK0.00%73.61%34.72%
71.76%

Color #48132F in popluar number systems.

HEX48132F
Decimal721947
Binary100100010011101111
Octal1102357

Shades and tints

Shades of #48132F

#48132F
(72,19,47)
#42122B
(66,18,43)
#3C1127
(60,17,39)
#361023
(54,16,35)
#300F1F
(48,15,31)
#2A0E1B
(42,14,27)
#240D17
(36,13,23)
#1E0C13
(30,12,19)
#180B0F
(24,11,15)
#120A0B
(18,10,11)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #48132F

#48132F
(72,19,47)
#582841
(88,40,65)
#683D53
(104,61,83)
#785265
(120,82,101)
#886777
(136,103,119)
#987C89
(152,124,137)
#A8919B
(168,145,155)
#B8A6AD
(184,166,173)
#C8BBBF
(200,187,191)
#D8D0D1
(216,208,209)
#E8E5E3
(232,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48132F; }

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

This text font color is #48132F.


Background Color

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

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

This div background color is #48132F.


Border color

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

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

This div border color is #48132F.


Opacity

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

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

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

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

This text has shadow with #48132F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48132F on black background.


Color preview on white background

This text has color #48132F on white background.



Black color preview on #48132F background

This text has black color on #48132F background.


White color preview on #48132F background

This text has white color on #48132F background.