COLOR #48333E

HEX: #48333E
RGB: (72,51,62)

Color info

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

RGB color model

#48333E color RGB value is (72,51,62).

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

RGB channels and saturation

R 72 of 255 = 28%
G 51 of 255 = 20%
B 62 of 255 = 24%

72
51
62

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

Portions of RGB colors in percentages

R + G + B =
72 + 51 + 62 = 185 (100%)
R 72 of 185 ~ 38.92%
G 51 of 185 ~ 27.57%
B 62 of 185 ~ 33.51%

%38.92
%27.57
%33.51

CMYK color model

#48333E color CMYK value is (0,29,14,72).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 13.89%
  • key color value is 71.76%
CMYK:
(0,29,14,72)
C0M29Y14K72 
(0%,29%,14%,72%)
(0.00/0.29/0.14/0.72)	

CMYK percentages

%0
%29.17
%13.89
%71.76

Codes

Color #48333E in popluar color models

48333E
RGB725162
HSL329°17.07%24.12%
HSB/HSV329°29.17%28.24%
CMYK0.00%29.17%13.89%
71.76%

Color #48333E in popluar number systems.

HEX48333E
Decimal725162
Binary1001000110011111110
Octal1106376

Shades and tints

Shades of #48333E

#48333E
(72,51,62)
#422F39
(66,47,57)
#3C2B34
(60,43,52)
#36272F
(54,39,47)
#30232A
(48,35,42)
#2A1F25
(42,31,37)
#241B20
(36,27,32)
#1E171B
(30,23,27)
#181316
(24,19,22)
#120F11
(18,15,17)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #48333E

#48333E
(72,51,62)
#58454F
(88,69,79)
#685760
(104,87,96)
#786971
(120,105,113)
#887B82
(136,123,130)
#988D93
(152,141,147)
#A89FA4
(168,159,164)
#B8B1B5
(184,177,181)
#C8C3C6
(200,195,198)
#D8D5D7
(216,213,215)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48333E; }

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

This text font color is #48333E.


Background Color

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

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

This div background color is #48333E.


Border color

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

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

This div border color is #48333E.


Opacity

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

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

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

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

This text has shadow with #48333E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48333E on black background.


Color preview on white background

This text has color #48333E on white background.



Black color preview on #48333E background

This text has black color on #48333E background.


White color preview on #48333E background

This text has white color on #48333E background.