COLOR #48493A

HEX: #48493A
RGB: (72,73,58)

Color info

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

RGB color model

#48493A color RGB value is (72,73,58).

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

RGB channels and saturation

R 72 of 255 = 28%
G 73 of 255 = 29%
B 58 of 255 = 23%

72
73
58

R + G + B ~ 27%. #48493A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 73 + 58 = 203 (100%)
R 72 of 203 ~ 35.47%
G 73 of 203 ~ 35.96%
B 58 of 203 ~ 28.57%

%35.47
%35.96
%28.57

CMYK color model

#48493A color CMYK value is (1,0,21,71).

  • cyan value is 1.37%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 71.37%
CMYK:
(1,0,21,71)
C1M0Y21K71 
(1%,0%,21%,71%)
(0.01/0.00/0.21/0.71)	

CMYK percentages

%1.37
%0
%20.55
%71.37

Codes

Color #48493A in popluar color models

48493A
RGB727358
HSL64°11.45%25.69%
HSB/HSV64°20.55%28.63%
CMYK1.37%0.00%20.55%
71.37%

Color #48493A in popluar number systems.

HEX48493A
Decimal727358
Binary10010001001001111010
Octal11011172

Shades and tints

Shades of #48493A

#48493A
(72,73,58)
#424335
(66,67,53)
#3C3D30
(60,61,48)
#36372B
(54,55,43)
#303126
(48,49,38)
#2A2B21
(42,43,33)
#24251C
(36,37,28)
#1E1F17
(30,31,23)
#181912
(24,25,18)
#12130D
(18,19,13)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #48493A

#48493A
(72,73,58)
#58594B
(88,89,75)
#68695C
(104,105,92)
#78796D
(120,121,109)
#88897E
(136,137,126)
#98998F
(152,153,143)
#A8A9A0
(168,169,160)
#B8B9B1
(184,185,177)
#C8C9C2
(200,201,194)
#D8D9D3
(216,217,211)
#E8E9E4
(232,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48493A; }

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

This text font color is #48493A.


Background Color

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

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

This div background color is #48493A.


Border color

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

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

This div border color is #48493A.


Opacity

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

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

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

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

This text has shadow with #48493A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48493A on black background.


Color preview on white background

This text has color #48493A on white background.



Black color preview on #48493A background

This text has black color on #48493A background.


White color preview on #48493A background

This text has white color on #48493A background.