COLOR #48303F

HEX: #48303F
RGB: (72,48,63)

Color info

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

RGB color model

#48303F color RGB value is (72,48,63).

  • red value is 72;
  • green value is 48;
  • blue value is 63.
RGB:
(72,48,63)
(28%,19%,25%)

RGB channels and saturation

R 72 of 255 = 28%
G 48 of 255 = 19%
B 63 of 255 = 25%

72
48
63

R + G + B ~ 24%. #48303F is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 48 + 63 = 183 (100%)
R 72 of 183 ~ 39.34%
G 48 of 183 ~ 26.23%
B 63 of 183 ~ 34.43%

%39.34
%26.23
%34.43

CMYK color model

#48303F color CMYK value is (0,33,13,72).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 12.50%
  • key color value is 71.76%
CMYK:
(0,33,13,72)
C0M33Y13K72 
(0%,33%,13%,72%)
(0.00/0.33/0.13/0.72)	

CMYK percentages

%0
%33.33
%12.5
%71.76

Codes

Color #48303F in popluar color models

48303F
RGB724863
HSL323°20.00%23.53%
HSB/HSV323°33.33%28.24%
CMYK0.00%33.33%12.50%
71.76%

Color #48303F in popluar number systems.

HEX48303F
Decimal724863
Binary1001000110000111111
Octal1106077

Shades and tints

Shades of #48303F

#48303F
(72,48,63)
#422C3A
(66,44,58)
#3C2835
(60,40,53)
#362430
(54,36,48)
#30202B
(48,32,43)
#2A1C26
(42,28,38)
#241821
(36,24,33)
#1E141C
(30,20,28)
#181017
(24,16,23)
#120C12
(18,12,18)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #48303F

#48303F
(72,48,63)
#584250
(88,66,80)
#685461
(104,84,97)
#786672
(120,102,114)
#887883
(136,120,131)
#988A94
(152,138,148)
#A89CA5
(168,156,165)
#B8AEB6
(184,174,182)
#C8C0C7
(200,192,199)
#D8D2D8
(216,210,216)
#E8E4E9
(232,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48303F color. Also use rgb(72,48,63) instead hex code.

Text Font Color

.myTextColor { color: #48303F; }

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

This text font color is #48303F.


Background Color

.myBgColor { background-color: #48303F; }

<div style="background-color:#48303F">Inner text</div>

This div background color is #48303F.


Border color

.myBorderColor { border: 1px solid #48303F; }

<div style="border:3px solid #48303F">Div</div>

This div border color is #48303F.


Opacity

.myOpacity80 { color: #48303F; opacity: 0.8; }

<p style="color:#48303F;opacity:0.8;">80%</p>

Text with #48303F 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 #48303F;}

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

This text has shadow with #48303F color.

.textShadow {text-shadow: 3px 3px 1px #48303F, 3px 3px 1px red;}

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

This text has shadow with #48303F primary color and red secondary color.


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

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

This text has shadow with #48303F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48303F on black background.


Color preview on white background

This text has color #48303F on white background.



Black color preview on #48303F background

This text has black color on #48303F background.


White color preview on #48303F background

This text has white color on #48303F background.