COLOR #48384F

HEX: #48384F
RGB: (72,56,79)

Color info

#48384F contains red, green and blue colors in about the same proportion. Web safe color of #48384F is #333366 (or #336).

RGB color model

#48384F color RGB value is (72,56,79).

  • red value is 72;
  • green value is 56;
  • blue value is 79.
RGB:
(72,56,79)
(28%,22%,31%)

RGB channels and saturation

R 72 of 255 = 28%
G 56 of 255 = 22%
B 79 of 255 = 31%

72
56
79

R + G + B ~ 27%. #48384F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 56 + 79 = 207 (100%)
R 72 of 207 ~ 34.78%
G 56 of 207 ~ 27.05%
B 79 of 207 ~ 38.16%

%34.78
%27.05
%38.16

CMYK color model

#48384F color CMYK value is (9,29,0,69).

  • cyan value is 8.86%
  • magenta value is 29.11%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(9,29,0,69)
C9M29Y0K69 
(9%,29%,0%,69%)
(0.09/0.29/0.00/0.69)	

CMYK percentages

%8.86
%29.11
%0
%69.02

Codes

Color #48384F in popluar color models

48384F
RGB725679
HSL282°17.04%26.47%
HSB/HSV282°29.11%30.98%
CMYK8.86%29.11%0.00%
69.02%

Color #48384F in popluar number systems.

HEX48384F
Decimal725679
Binary10010001110001001111
Octal11070117

Shades and tints

Shades of #48384F

#48384F
(72,56,79)
#423348
(66,51,72)
#3C2E41
(60,46,65)
#36293A
(54,41,58)
#302433
(48,36,51)
#2A1F2C
(42,31,44)
#241A25
(36,26,37)
#1E151E
(30,21,30)
#181017
(24,16,23)
#120B10
(18,11,16)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #48384F

#48384F
(72,56,79)
#584A5F
(88,74,95)
#685C6F
(104,92,111)
#786E7F
(120,110,127)
#88808F
(136,128,143)
#98929F
(152,146,159)
#A8A4AF
(168,164,175)
#B8B6BF
(184,182,191)
#C8C8CF
(200,200,207)
#D8DADF
(216,218,223)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48384F color. Also use rgb(72,56,79) instead hex code.

Text Font Color

.myTextColor { color: #48384F; }

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

This text font color is #48384F.


Background Color

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

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

This div background color is #48384F.


Border color

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

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

This div border color is #48384F.


Opacity

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

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

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

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

This text has shadow with #48384F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48384F on black background.


Color preview on white background

This text has color #48384F on white background.



Black color preview on #48384F background

This text has black color on #48384F background.


White color preview on #48384F background

This text has white color on #48384F background.