COLOR #48313C

HEX: #48313C
RGB: (72,49,60)

Color info

#48313C contains red, green and blue colors in about the same proportion. Web safe color of #48313C is #333333 (or #333).

RGB color model

#48313C color RGB value is (72,49,60).

  • red value is 72;
  • green value is 49;
  • blue value is 60.
RGB:
(72,49,60)
(28%,19%,24%)

RGB channels and saturation

R 72 of 255 = 28%
G 49 of 255 = 19%
B 60 of 255 = 24%

72
49
60

R + G + B ~ 24%. #48313C is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 49 + 60 = 181 (100%)
R 72 of 181 ~ 39.78%
G 49 of 181 ~ 27.07%
B 60 of 181 ~ 33.15%

%39.78
%27.07
%33.15

CMYK color model

#48313C color CMYK value is (0,32,17,72).

  • cyan value is 0.00%
  • magenta value is 31.94%
  • yellow value is 16.67%
  • key color value is 71.76%
CMYK:
(0,32,17,72)
C0M32Y17K72 
(0%,32%,17%,72%)
(0.00/0.32/0.17/0.72)	

CMYK percentages

%0
%31.94
%16.67
%71.76

Codes

Color #48313C in popluar color models

48313C
RGB724960
HSL331°19.01%23.73%
HSB/HSV331°31.94%28.24%
CMYK0.00%31.94%16.67%
71.76%

Color #48313C in popluar number systems.

HEX48313C
Decimal724960
Binary1001000110001111100
Octal1106174

Shades and tints

Shades of #48313C

#48313C
(72,49,60)
#422D37
(66,45,55)
#3C2932
(60,41,50)
#36252D
(54,37,45)
#302128
(48,33,40)
#2A1D23
(42,29,35)
#24191E
(36,25,30)
#1E1519
(30,21,25)
#181114
(24,17,20)
#120D0F
(18,13,15)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #48313C

#48313C
(72,49,60)
#58434D
(88,67,77)
#68555E
(104,85,94)
#78676F
(120,103,111)
#887980
(136,121,128)
#988B91
(152,139,145)
#A89DA2
(168,157,162)
#B8AFB3
(184,175,179)
#C8C1C4
(200,193,196)
#D8D3D5
(216,211,213)
#E8E5E6
(232,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48313C color. Also use rgb(72,49,60) instead hex code.

Text Font Color

.myTextColor { color: #48313C; }

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

This text font color is #48313C.


Background Color

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

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

This div background color is #48313C.


Border color

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

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

This div border color is #48313C.


Opacity

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

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

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

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

This text has shadow with #48313C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48313C on black background.


Color preview on white background

This text has color #48313C on white background.



Black color preview on #48313C background

This text has black color on #48313C background.


White color preview on #48313C background

This text has white color on #48313C background.