COLOR #48364C

HEX: #48364C
RGB: (72,54,76)

Color info

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

RGB color model

#48364C color RGB value is (72,54,76).

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

RGB channels and saturation

R 72 of 255 = 28%
G 54 of 255 = 21%
B 76 of 255 = 30%

72
54
76

R + G + B ~ 26%. #48364C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 54 + 76 = 202 (100%)
R 72 of 202 ~ 35.64%
G 54 of 202 ~ 26.73%
B 76 of 202 ~ 37.62%

%35.64
%26.73
%37.62

CMYK color model

#48364C color CMYK value is (5,29,0,70).

  • cyan value is 5.26%
  • magenta value is 28.95%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(5,29,0,70)
C5M29Y0K70 
(5%,29%,0%,70%)
(0.05/0.29/0.00/0.70)	

CMYK percentages

%5.26
%28.95
%0
%70.2

Codes

Color #48364C in popluar color models

48364C
RGB725476
HSL289°16.92%25.49%
HSB/HSV289°28.95%29.80%
CMYK5.26%28.95%0.00%
70.20%

Color #48364C in popluar number systems.

HEX48364C
Decimal725476
Binary10010001101101001100
Octal11066114

Shades and tints

Shades of #48364C

#48364C
(72,54,76)
#423246
(66,50,70)
#3C2E40
(60,46,64)
#362A3A
(54,42,58)
#302634
(48,38,52)
#2A222E
(42,34,46)
#241E28
(36,30,40)
#1E1A22
(30,26,34)
#18161C
(24,22,28)
#121216
(18,18,22)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #48364C

#48364C
(72,54,76)
#58485C
(88,72,92)
#685A6C
(104,90,108)
#786C7C
(120,108,124)
#887E8C
(136,126,140)
#98909C
(152,144,156)
#A8A2AC
(168,162,172)
#B8B4BC
(184,180,188)
#C8C6CC
(200,198,204)
#D8D8DC
(216,216,220)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48364C; }

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

This text font color is #48364C.


Background Color

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

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

This div background color is #48364C.


Border color

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

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

This div border color is #48364C.


Opacity

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

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

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

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

This text has shadow with #48364C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48364C on black background.


Color preview on white background

This text has color #48364C on white background.



Black color preview on #48364C background

This text has black color on #48364C background.


White color preview on #48364C background

This text has white color on #48364C background.