COLOR #48393D

HEX: #48393D
RGB: (72,57,61)

Color info

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

RGB color model

#48393D color RGB value is (72,57,61).

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

RGB channels and saturation

R 72 of 255 = 28%
G 57 of 255 = 22%
B 61 of 255 = 24%

72
57
61

R + G + B ~ 25%. #48393D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 57 + 61 = 190 (100%)
R 72 of 190 ~ 37.89%
G 57 of 190 ~ 30%
B 61 of 190 ~ 32.11%

%37.89
%30
%32.11

CMYK color model

#48393D color CMYK value is (0,21,15,72).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 15.28%
  • key color value is 71.76%
CMYK:
(0,21,15,72)
C0M21Y15K72 
(0%,21%,15%,72%)
(0.00/0.21/0.15/0.72)	

CMYK percentages

%0
%20.83
%15.28
%71.76

Codes

Color #48393D in popluar color models

48393D
RGB725761
HSL344°11.63%25.29%
HSB/HSV344°20.83%28.24%
CMYK0.00%20.83%15.28%
71.76%

Color #48393D in popluar number systems.

HEX48393D
Decimal725761
Binary1001000111001111101
Octal1107175

Shades and tints

Shades of #48393D

#48393D
(72,57,61)
#423438
(66,52,56)
#3C2F33
(60,47,51)
#362A2E
(54,42,46)
#302529
(48,37,41)
#2A2024
(42,32,36)
#241B1F
(36,27,31)
#1E161A
(30,22,26)
#181115
(24,17,21)
#120C10
(18,12,16)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #48393D

#48393D
(72,57,61)
#584B4E
(88,75,78)
#685D5F
(104,93,95)
#786F70
(120,111,112)
#888181
(136,129,129)
#989392
(152,147,146)
#A8A5A3
(168,165,163)
#B8B7B4
(184,183,180)
#C8C9C5
(200,201,197)
#D8DBD6
(216,219,214)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48393D; }

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

This text font color is #48393D.


Background Color

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

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

This div background color is #48393D.


Border color

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

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

This div border color is #48393D.


Opacity

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

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

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

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

This text has shadow with #48393D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48393D on black background.


Color preview on white background

This text has color #48393D on white background.



Black color preview on #48393D background

This text has black color on #48393D background.


White color preview on #48393D background

This text has white color on #48393D background.