COLOR #48293C

HEX: #48293C
RGB: (72,41,60)

Color info

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

RGB color model

#48293C color RGB value is (72,41,60).

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

RGB channels and saturation

R 72 of 255 = 28%
G 41 of 255 = 16%
B 60 of 255 = 24%

72
41
60

R + G + B ~ 23%. #48293C is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 41 + 60 = 173 (100%)
R 72 of 173 ~ 41.62%
G 41 of 173 ~ 23.7%
B 60 of 173 ~ 34.68%

%41.62
%23.7
%34.68

CMYK color model

#48293C color CMYK value is (0,43,17,72).

  • cyan value is 0.00%
  • magenta value is 43.06%
  • yellow value is 16.67%
  • key color value is 71.76%
CMYK:
(0,43,17,72)
C0M43Y17K72 
(0%,43%,17%,72%)
(0.00/0.43/0.17/0.72)	

CMYK percentages

%0
%43.06
%16.67
%71.76

Codes

Color #48293C in popluar color models

48293C
RGB724160
HSL323°27.43%22.16%
HSB/HSV323°43.06%28.24%
CMYK0.00%43.06%16.67%
71.76%

Color #48293C in popluar number systems.

HEX48293C
Decimal724160
Binary1001000101001111100
Octal1105174

Shades and tints

Shades of #48293C

#48293C
(72,41,60)
#422637
(66,38,55)
#3C2332
(60,35,50)
#36202D
(54,32,45)
#301D28
(48,29,40)
#2A1A23
(42,26,35)
#24171E
(36,23,30)
#1E1419
(30,20,25)
#181114
(24,17,20)
#120E0F
(18,14,15)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #48293C

#48293C
(72,41,60)
#583C4D
(88,60,77)
#684F5E
(104,79,94)
#78626F
(120,98,111)
#887580
(136,117,128)
#988891
(152,136,145)
#A89BA2
(168,155,162)
#B8AEB3
(184,174,179)
#C8C1C4
(200,193,196)
#D8D4D5
(216,212,213)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48293C; }

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

This text font color is #48293C.


Background Color

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

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

This div background color is #48293C.


Border color

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

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

This div border color is #48293C.


Opacity

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

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

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

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

This text has shadow with #48293C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48293C on black background.


Color preview on white background

This text has color #48293C on white background.



Black color preview on #48293C background

This text has black color on #48293C background.


White color preview on #48293C background

This text has white color on #48293C background.