COLOR #48323A

HEX: #48323A
RGB: (72,50,58)

Color info

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

RGB color model

#48323A color RGB value is (72,50,58).

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

RGB channels and saturation

R 72 of 255 = 28%
G 50 of 255 = 20%
B 58 of 255 = 23%

72
50
58

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

Portions of RGB colors in percentages

R + G + B =
72 + 50 + 58 = 180 (100%)
R 72 of 180 ~ 40%
G 50 of 180 ~ 27.78%
B 58 of 180 ~ 32.22%

%40
%27.78
%32.22

CMYK color model

#48323A color CMYK value is (0,31,19,72).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 19.44%
  • key color value is 71.76%
CMYK:
(0,31,19,72)
C0M31Y19K72 
(0%,31%,19%,72%)
(0.00/0.31/0.19/0.72)	

CMYK percentages

%0
%30.56
%19.44
%71.76

Codes

Color #48323A in popluar color models

48323A
RGB725058
HSL338°18.03%23.92%
HSB/HSV338°30.56%28.24%
CMYK0.00%30.56%19.44%
71.76%

Color #48323A in popluar number systems.

HEX48323A
Decimal725058
Binary1001000110010111010
Octal1106272

Shades and tints

Shades of #48323A

#48323A
(72,50,58)
#422E35
(66,46,53)
#3C2A30
(60,42,48)
#36262B
(54,38,43)
#302226
(48,34,38)
#2A1E21
(42,30,33)
#241A1C
(36,26,28)
#1E1617
(30,22,23)
#181212
(24,18,18)
#120E0D
(18,14,13)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #48323A

#48323A
(72,50,58)
#58444B
(88,68,75)
#68565C
(104,86,92)
#78686D
(120,104,109)
#887A7E
(136,122,126)
#988C8F
(152,140,143)
#A89EA0
(168,158,160)
#B8B0B1
(184,176,177)
#C8C2C2
(200,194,194)
#D8D4D3
(216,212,211)
#E8E6E4
(232,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48323A; }

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

This text font color is #48323A.


Background Color

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

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

This div background color is #48323A.


Border color

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

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

This div border color is #48323A.


Opacity

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

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

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

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

This text has shadow with #48323A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48323A on black background.


Color preview on white background

This text has color #48323A on white background.



Black color preview on #48323A background

This text has black color on #48323A background.


White color preview on #48323A background

This text has white color on #48323A background.