COLOR #48393A

HEX: #48393A
RGB: (72,57,58)

Color info

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

RGB color model

#48393A color RGB value is (72,57,58).

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

RGB channels and saturation

R 72 of 255 = 28%
G 57 of 255 = 22%
B 58 of 255 = 23%

72
57
58

R + G + B ~ 24%. #48393A is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 57 + 58 = 187 (100%)
R 72 of 187 ~ 38.5%
G 57 of 187 ~ 30.48%
B 58 of 187 ~ 31.02%

%38.5
%30.48
%31.02

CMYK color model

#48393A color CMYK value is (0,21,19,72).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 19.44%
  • key color value is 71.76%
CMYK:
(0,21,19,72)
C0M21Y19K72 
(0%,21%,19%,72%)
(0.00/0.21/0.19/0.72)	

CMYK percentages

%0
%20.83
%19.44
%71.76

Codes

Color #48393A in popluar color models

48393A
RGB725758
HSL356°11.63%25.29%
HSB/HSV356°20.83%28.24%
CMYK0.00%20.83%19.44%
71.76%

Color #48393A in popluar number systems.

HEX48393A
Decimal725758
Binary1001000111001111010
Octal1107172

Shades and tints

Shades of #48393A

#48393A
(72,57,58)
#423435
(66,52,53)
#3C2F30
(60,47,48)
#362A2B
(54,42,43)
#302526
(48,37,38)
#2A2021
(42,32,33)
#241B1C
(36,27,28)
#1E1617
(30,22,23)
#181112
(24,17,18)
#120C0D
(18,12,13)
#0C0708
(12,7,8)
#000000
(0,0,0)

Tints of #48393A

#48393A
(72,57,58)
#584B4B
(88,75,75)
#685D5C
(104,93,92)
#786F6D
(120,111,109)
#88817E
(136,129,126)
#98938F
(152,147,143)
#A8A5A0
(168,165,160)
#B8B7B1
(184,183,177)
#C8C9C2
(200,201,194)
#D8DBD3
(216,219,211)
#E8EDE4
(232,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48393A; }

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

This text font color is #48393A.


Background Color

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

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

This div background color is #48393A.


Border color

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

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

This div border color is #48393A.


Opacity

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

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

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

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

This text has shadow with #48393A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48393A on black background.


Color preview on white background

This text has color #48393A on white background.



Black color preview on #48393A background

This text has black color on #48393A background.


White color preview on #48393A background

This text has white color on #48393A background.