COLOR #48355F

HEX: #48355F RGB: (72,53,95)

Color info

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

RGB color model

#48355F color RGB value is (72,53,95).

RGB: (72,53,95) (28%, 21%, 37%)

RGB channels and saturation

R 72 of 255 = 28%
G 53 of 255 = 21%
B 95 of 255 = 37%

72
53
95

R + G + B ~ 29%. #48355F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 53 + 95 = 220 (100%)
R 72 of 220 ~ 32.73%
G 53 of 220 ~ 24.09%
B 95 of 220 ~ 43.18'%

%32.73
%24.09
%43.18

CMYK color model

#48355F color CMYK value is (24,44,0,63).

  • cyan value is 24.21%
  • magenta value is 44.21%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (24,44,0,63)
C24M44Y0K63 (24%, 44%, 0%, 63%)
(0.24 / 0.44 / 0.00 / 0.63)

CMYK percentages

%24.21
%44.21
%0
%62.75

Codes

Color #48355F in popluar color models

48 35 5F
RGB 72 53 95
HSL 267° 28.38% 29.02%
HSB/HSV 267° 44.21% 37.25%
CMYK 24.21% 44.21% 0.00%
62.75%

Color #48355F in popluar number systems.

HEX 48 35 5F
Decimal 72 53 95
Binary 1001000 110101 1011111
Octal 110 65 137

Shades and tints

Shades of #48355F

#48355F
(72,53,95)
#423157
(66,49,87)
#3C2D4F
(60,45,79)
#362947
(54,41,71)
#30253F
(48,37,63)
#2A2137
(42,33,55)
#241D2F
(36,29,47)
#1E1927
(30,25,39)
#18151F
(24,21,31)
#121117
(18,17,23)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #48355F

#48355F
(72,53,95)
#58476D
(88,71,109)
#68597B
(104,89,123)
#786B89
(120,107,137)
#887D97
(136,125,151)
#988FA5
(152,143,165)
#A8A1B3
(168,161,179)
#B8B3C1
(184,179,193)
#C8C5CF
(200,197,207)
#D8D7DD
(216,215,221)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48355F color. Also use rgb(72,53,95) instead hex code.

Text Font Color

.myTextColor { color: #48355F; }

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

This text font color is #48355F.

Background Color

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

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

This div background color is #48355F.

Border color

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

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

This div border color is #48355F.

Opacity

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

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

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

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

This text has shadow with #48355F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48355F.

Preview

Color preview on black background

This text has color #48355F on black background.


Color preview on white background

This text has color #48355F on white background.


Black color preview on #48355F background

This text has black color on #48355F background.


White color preview on #48355F background

This text has white color on #48355F background.


Related colors

Complementary color

Complementary color for #hex is #B7CAA0.


I love getcolorcode.com

Triadic colors

1 #5F4835 and #355F48 with #48355F are triadic colors.

2 #5F3548 and #35485F with #48355F are triadic colors.