COLOR #48345B

HEX: #48345B
RGB: (72,52,91)

Color info

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

RGB color model

#48345B color RGB value is (72,52,91).

  • red value is 72;
  • green value is 52;
  • blue value is 91.
RGB:
(72,52,91)
(28%,20%,36%)

RGB channels and saturation

R 72 of 255 = 28%
G 52 of 255 = 20%
B 91 of 255 = 36%

72
52
91

R + G + B ~ 28%. #48345B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 52 + 91 = 215 (100%)
R 72 of 215 ~ 33.49%
G 52 of 215 ~ 24.19%
B 91 of 215 ~ 42.33%

%33.49
%24.19
%42.33

CMYK color model

#48345B color CMYK value is (21,43,0,64).

  • cyan value is 20.88%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(21,43,0,64)
C21M43Y0K64 
(21%,43%,0%,64%)
(0.21/0.43/0.00/0.64)	

CMYK percentages

%20.88
%42.86
%0
%64.31

Codes

Color #48345B in popluar color models

48345B
RGB725291
HSL271°27.27%28.04%
HSB/HSV271°42.86%35.69%
CMYK20.88%42.86%0.00%
64.31%

Color #48345B in popluar number systems.

HEX48345B
Decimal725291
Binary10010001101001011011
Octal11064133

Shades and tints

Shades of #48345B

#48345B
(72,52,91)
#423053
(66,48,83)
#3C2C4B
(60,44,75)
#362843
(54,40,67)
#30243B
(48,36,59)
#2A2033
(42,32,51)
#241C2B
(36,28,43)
#1E1823
(30,24,35)
#18141B
(24,20,27)
#121013
(18,16,19)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #48345B

#48345B
(72,52,91)
#584669
(88,70,105)
#685877
(104,88,119)
#786A85
(120,106,133)
#887C93
(136,124,147)
#988EA1
(152,142,161)
#A8A0AF
(168,160,175)
#B8B2BD
(184,178,189)
#C8C4CB
(200,196,203)
#D8D6D9
(216,214,217)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48345B color. Also use rgb(72,52,91) instead hex code.

Text Font Color

.myTextColor { color: #48345B; }

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

This text font color is #48345B.


Background Color

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

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

This div background color is #48345B.


Border color

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

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

This div border color is #48345B.


Opacity

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

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

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

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

This text has shadow with #48345B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48345B on black background.


Color preview on white background

This text has color #48345B on white background.



Black color preview on #48345B background

This text has black color on #48345B background.


White color preview on #48345B background

This text has white color on #48345B background.