COLOR #48293A

HEX: #48293A
RGB: (72,41,58)

Color info

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

RGB color model

#48293A color RGB value is (72,41,58).

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

RGB channels and saturation

R 72 of 255 = 28%
G 41 of 255 = 16%
B 58 of 255 = 23%

72
41
58

R + G + B ~ 22%. #48293A is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 41 + 58 = 171 (100%)
R 72 of 171 ~ 42.11%
G 41 of 171 ~ 23.98%
B 58 of 171 ~ 33.92%

%42.11
%23.98
%33.92

CMYK color model

#48293A color CMYK value is (0,43,19,72).

  • cyan value is 0.00%
  • magenta value is 43.06%
  • yellow value is 19.44%
  • key color value is 71.76%
CMYK:
(0,43,19,72)
C0M43Y19K72 
(0%,43%,19%,72%)
(0.00/0.43/0.19/0.72)	

CMYK percentages

%0
%43.06
%19.44
%71.76

Codes

Color #48293A in popluar color models

48293A
RGB724158
HSL327°27.43%22.16%
HSB/HSV327°43.06%28.24%
CMYK0.00%43.06%19.44%
71.76%

Color #48293A in popluar number systems.

HEX48293A
Decimal724158
Binary1001000101001111010
Octal1105172

Shades and tints

Shades of #48293A

#48293A
(72,41,58)
#422635
(66,38,53)
#3C2330
(60,35,48)
#36202B
(54,32,43)
#301D26
(48,29,38)
#2A1A21
(42,26,33)
#24171C
(36,23,28)
#1E1417
(30,20,23)
#181112
(24,17,18)
#120E0D
(18,14,13)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #48293A

#48293A
(72,41,58)
#583C4B
(88,60,75)
#684F5C
(104,79,92)
#78626D
(120,98,109)
#88757E
(136,117,126)
#98888F
(152,136,143)
#A89BA0
(168,155,160)
#B8AEB1
(184,174,177)
#C8C1C2
(200,193,194)
#D8D4D3
(216,212,211)
#E8E7E4
(232,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48293A; }

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

This text font color is #48293A.


Background Color

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

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

This div background color is #48293A.


Border color

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

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

This div border color is #48293A.


Opacity

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

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

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

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

This text has shadow with #48293A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48293A on black background.


Color preview on white background

This text has color #48293A on white background.



Black color preview on #48293A background

This text has black color on #48293A background.


White color preview on #48293A background

This text has white color on #48293A background.