COLOR #48445C

HEX: #48445C RGB: (72,68,92)

Color info

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

RGB color model

#48445C color RGB value is (72,68,92).

RGB: (72,68,92) (28%, 27%, 36%)

RGB channels and saturation

R 72 of 255 = 28%
G 68 of 255 = 27%
B 92 of 255 = 36%

72
68
92

R + G + B ~ 30%. #48445C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 68 + 92 = 232 (100%)
R 72 of 232 ~ 31.03%
G 68 of 232 ~ 29.31%
B 92 of 232 ~ 39.66'%

%31.03
%29.31
%39.66

CMYK color model

#48445C color CMYK value is (22,26,0,64).

  • cyan value is 21.74%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (22,26,0,64)
C22M26Y0K64 (22%, 26%, 0%, 64%)
(0.22 / 0.26 / 0.00 / 0.64)

CMYK percentages

%21.74
%26.09
%0
%63.92

Codes

Color #48445C in popluar color models

48 44 5C
RGB 72 68 92
HSL 250° 15.00% 31.37%
HSB/HSV 250° 26.09% 36.08%
CMYK 21.74% 26.09% 0.00%
63.92%

Color #48445C in popluar number systems.

HEX 48 44 5C
Decimal 72 68 92
Binary 1001000 1000100 1011100
Octal 110 104 134

Shades and tints

Shades of #48445C

#48445C
(72,68,92)
#423E54
(66,62,84)
#3C384C
(60,56,76)
#363244
(54,50,68)
#302C3C
(48,44,60)
#2A2634
(42,38,52)
#24202C
(36,32,44)
#1E1A24
(30,26,36)
#18141C
(24,20,28)
#120E14
(18,14,20)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #48445C

#48445C
(72,68,92)
#58556A
(88,85,106)
#686678
(104,102,120)
#787786
(120,119,134)
#888894
(136,136,148)
#9899A2
(152,153,162)
#A8AAB0
(168,170,176)
#B8BBBE
(184,187,190)
#C8CCCC
(200,204,204)
#D8DDDA
(216,221,218)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48445C color. Also use rgb(72,68,92) instead hex code.

Text Font Color

.myTextColor { color: #48445C; }

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

This text font color is #48445C.

Background Color

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

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

This div background color is #48445C.

Border color

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

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

This div border color is #48445C.

Opacity

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

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

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

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

This text has shadow with #48445C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48445C.

Preview

Color preview on black background

This text has color #48445C on black background.


Color preview on white background

This text has color #48445C on white background.


Black color preview on #48445C background

This text has black color on #48445C background.


White color preview on #48445C background

This text has white color on #48445C background.


Related colors

Complementary color

Complementary color for #hex is #B7BBA3.


I love getcolorcode.com

Triadic colors

1 #5C4844 and #445C48 with #48445C are triadic colors.

2 #5C4448 and #44485C with #48445C are triadic colors.