COLOR #48333A

HEX: #48333A
RGB: (72,51,58)

Color info

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

RGB color model

#48333A color RGB value is (72,51,58).

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

RGB channels and saturation

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

72
51
58

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

Portions of RGB colors in percentages

R + G + B =
72 + 51 + 58 = 181 (100%)
R 72 of 181 ~ 39.78%
G 51 of 181 ~ 28.18%
B 58 of 181 ~ 32.04%

%39.78
%28.18
%32.04

CMYK color model

#48333A color CMYK value is (0,29,19,72).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 19.44%
  • key color value is 71.76%
CMYK:
(0,29,19,72)
C0M29Y19K72 
(0%,29%,19%,72%)
(0.00/0.29/0.19/0.72)	

CMYK percentages

%0
%29.17
%19.44
%71.76

Codes

Color #48333A in popluar color models

48333A
RGB725158
HSL340°17.07%24.12%
HSB/HSV340°29.17%28.24%
CMYK0.00%29.17%19.44%
71.76%

Color #48333A in popluar number systems.

HEX48333A
Decimal725158
Binary1001000110011111010
Octal1106372

Shades and tints

Shades of #48333A

#48333A
(72,51,58)
#422F35
(66,47,53)
#3C2B30
(60,43,48)
#36272B
(54,39,43)
#302326
(48,35,38)
#2A1F21
(42,31,33)
#241B1C
(36,27,28)
#1E1717
(30,23,23)
#181312
(24,19,18)
#120F0D
(18,15,13)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #48333A

#48333A
(72,51,58)
#58454B
(88,69,75)
#68575C
(104,87,92)
#78696D
(120,105,109)
#887B7E
(136,123,126)
#988D8F
(152,141,143)
#A89FA0
(168,159,160)
#B8B1B1
(184,177,177)
#C8C3C2
(200,195,194)
#D8D5D3
(216,213,211)
#E8E7E4
(232,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48333A; }

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

This text font color is #48333A.


Background Color

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

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

This div background color is #48333A.


Border color

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

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

This div border color is #48333A.


Opacity

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

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

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

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

This text has shadow with #48333A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48333A on black background.


Color preview on white background

This text has color #48333A on white background.



Black color preview on #48333A background

This text has black color on #48333A background.


White color preview on #48333A background

This text has white color on #48333A background.