COLOR #48384A

HEX: #48384A
RGB: (72,56,74)

Color info

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

RGB color model

#48384A color RGB value is (72,56,74).

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

RGB channels and saturation

R 72 of 255 = 28%
G 56 of 255 = 22%
B 74 of 255 = 29%

72
56
74

R + G + B ~ 26%. #48384A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 56 + 74 = 202 (100%)
R 72 of 202 ~ 35.64%
G 56 of 202 ~ 27.72%
B 74 of 202 ~ 36.63%

%35.64
%27.72
%36.63

CMYK color model

#48384A color CMYK value is (3,24,0,71).

  • cyan value is 2.70%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(3,24,0,71)
C3M24Y0K71 
(3%,24%,0%,71%)
(0.03/0.24/0.00/0.71)	

CMYK percentages

%2.7
%24.32
%0
%70.98

Codes

Color #48384A in popluar color models

48384A
RGB725674
HSL293°13.85%25.49%
HSB/HSV293°24.32%29.02%
CMYK2.70%24.32%0.00%
70.98%

Color #48384A in popluar number systems.

HEX48384A
Decimal725674
Binary10010001110001001010
Octal11070112

Shades and tints

Shades of #48384A

#48384A
(72,56,74)
#423344
(66,51,68)
#3C2E3E
(60,46,62)
#362938
(54,41,56)
#302432
(48,36,50)
#2A1F2C
(42,31,44)
#241A26
(36,26,38)
#1E1520
(30,21,32)
#18101A
(24,16,26)
#120B14
(18,11,20)
#0C060E
(12,6,14)
#000000
(0,0,0)

Tints of #48384A

#48384A
(72,56,74)
#584A5A
(88,74,90)
#685C6A
(104,92,106)
#786E7A
(120,110,122)
#88808A
(136,128,138)
#98929A
(152,146,154)
#A8A4AA
(168,164,170)
#B8B6BA
(184,182,186)
#C8C8CA
(200,200,202)
#D8DADA
(216,218,218)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48384A; }

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

This text font color is #48384A.


Background Color

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

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

This div background color is #48384A.


Border color

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

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

This div border color is #48384A.


Opacity

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

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

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

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

This text has shadow with #48384A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48384A on black background.


Color preview on white background

This text has color #48384A on white background.



Black color preview on #48384A background

This text has black color on #48384A background.


White color preview on #48384A background

This text has white color on #48384A background.