COLOR #48374C

HEX: #48374C
RGB: (72,55,76)

Color info

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

RGB color model

#48374C color RGB value is (72,55,76).

  • red value is 72;
  • green value is 55;
  • blue value is 76.
RGB:
(72,55,76)
(28%,22%,30%)

RGB channels and saturation

R 72 of 255 = 28%
G 55 of 255 = 22%
B 76 of 255 = 30%

72
55
76

R + G + B ~ 27%. #48374C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 55 + 76 = 203 (100%)
R 72 of 203 ~ 35.47%
G 55 of 203 ~ 27.09%
B 76 of 203 ~ 37.44%

%35.47
%27.09
%37.44

CMYK color model

#48374C color CMYK value is (5,28,0,70).

  • cyan value is 5.26%
  • magenta value is 27.63%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(5,28,0,70)
C5M28Y0K70 
(5%,28%,0%,70%)
(0.05/0.28/0.00/0.70)	

CMYK percentages

%5.26
%27.63
%0
%70.2

Codes

Color #48374C in popluar color models

48374C
RGB725576
HSL289°16.03%25.69%
HSB/HSV289°27.63%29.80%
CMYK5.26%27.63%0.00%
70.20%

Color #48374C in popluar number systems.

HEX48374C
Decimal725576
Binary10010001101111001100
Octal11067114

Shades and tints

Shades of #48374C

#48374C
(72,55,76)
#423246
(66,50,70)
#3C2D40
(60,45,64)
#36283A
(54,40,58)
#302334
(48,35,52)
#2A1E2E
(42,30,46)
#241928
(36,25,40)
#1E1422
(30,20,34)
#180F1C
(24,15,28)
#120A16
(18,10,22)
#0C0510
(12,5,16)
#000000
(0,0,0)

Tints of #48374C

#48374C
(72,55,76)
#58495C
(88,73,92)
#685B6C
(104,91,108)
#786D7C
(120,109,124)
#887F8C
(136,127,140)
#98919C
(152,145,156)
#A8A3AC
(168,163,172)
#B8B5BC
(184,181,188)
#C8C7CC
(200,199,204)
#D8D9DC
(216,217,220)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48374C color. Also use rgb(72,55,76) instead hex code.

Text Font Color

.myTextColor { color: #48374C; }

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

This text font color is #48374C.


Background Color

.myBgColor { background-color: #48374C; }

<div style="background-color:#48374C">Inner text</div>

This div background color is #48374C.


Border color

.myBorderColor { border: 1px solid #48374C; }

<div style="border:3px solid #48374C">Div</div>

This div border color is #48374C.


Opacity

.myOpacity80 { color: #48374C; opacity: 0.8; }

<p style="color:#48374C;opacity:0.8;">80%</p>

Text with #48374C 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 #48374C;}

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

This text has shadow with #48374C color.

.textShadow {text-shadow: 3px 3px 1px #48374C, 3px 3px 1px red;}

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

This text has shadow with #48374C primary color and red secondary color.


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

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

This text has shadow with #48374C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48374C on black background.


Color preview on white background

This text has color #48374C on white background.



Black color preview on #48374C background

This text has black color on #48374C background.


White color preview on #48374C background

This text has white color on #48374C background.