COLOR #48314B

HEX: #48314B
RGB: (72,49,75)

Color info

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

RGB color model

#48314B color RGB value is (72,49,75).

  • red value is 72;
  • green value is 49;
  • blue value is 75.
RGB:
(72,49,75)
(28%,19%,29%)

RGB channels and saturation

R 72 of 255 = 28%
G 49 of 255 = 19%
B 75 of 255 = 29%

72
49
75

R + G + B ~ 25%. #48314B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 49 + 75 = 196 (100%)
R 72 of 196 ~ 36.73%
G 49 of 196 ~ 25%
B 75 of 196 ~ 38.27%

%36.73
%25
%38.27

CMYK color model

#48314B color CMYK value is (4,35,0,71).

  • cyan value is 4.00%
  • magenta value is 34.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(4,35,0,71)
C4M35Y0K71 
(4%,35%,0%,71%)
(0.04/0.35/0.00/0.71)	

CMYK percentages

%4
%34.67
%0
%70.59

Codes

Color #48314B in popluar color models

48314B
RGB724975
HSL293°20.97%24.31%
HSB/HSV293°34.67%29.41%
CMYK4.00%34.67%0.00%
70.59%

Color #48314B in popluar number systems.

HEX48314B
Decimal724975
Binary10010001100011001011
Octal11061113

Shades and tints

Shades of #48314B

#48314B
(72,49,75)
#422D45
(66,45,69)
#3C293F
(60,41,63)
#362539
(54,37,57)
#302133
(48,33,51)
#2A1D2D
(42,29,45)
#241927
(36,25,39)
#1E1521
(30,21,33)
#18111B
(24,17,27)
#120D15
(18,13,21)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #48314B

#48314B
(72,49,75)
#58435B
(88,67,91)
#68556B
(104,85,107)
#78677B
(120,103,123)
#88798B
(136,121,139)
#988B9B
(152,139,155)
#A89DAB
(168,157,171)
#B8AFBB
(184,175,187)
#C8C1CB
(200,193,203)
#D8D3DB
(216,211,219)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48314B color. Also use rgb(72,49,75) instead hex code.

Text Font Color

.myTextColor { color: #48314B; }

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

This text font color is #48314B.


Background Color

.myBgColor { background-color: #48314B; }

<div style="background-color:#48314B">Inner text</div>

This div background color is #48314B.


Border color

.myBorderColor { border: 1px solid #48314B; }

<div style="border:3px solid #48314B">Div</div>

This div border color is #48314B.


Opacity

.myOpacity80 { color: #48314B; opacity: 0.8; }

<p style="color:#48314B;opacity:0.8;">80%</p>

Text with #48314B 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 #48314B;}

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

This text has shadow with #48314B color.

.textShadow {text-shadow: 3px 3px 1px #48314B, 3px 3px 1px red;}

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

This text has shadow with #48314B primary color and red secondary color.


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

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

This text has shadow with #48314B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48314B on black background.


Color preview on white background

This text has color #48314B on white background.



Black color preview on #48314B background

This text has black color on #48314B background.


White color preview on #48314B background

This text has white color on #48314B background.