COLOR #48465C

HEX: #48465C
RGB: (72,70,92)

Color info

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

RGB color model

#48465C color RGB value is (72,70,92).

  • red value is 72;
  • green value is 70;
  • blue value is 92.
RGB:
(72,70,92)
(28%,27%,36%)

RGB channels and saturation

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

72
70
92

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

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 92 = 234 (100%)
R 72 of 234 ~ 30.77%
G 70 of 234 ~ 29.91%
B 92 of 234 ~ 39.32%

%30.77
%29.91
%39.32

CMYK color model

#48465C color CMYK value is (22,24,0,64).

  • cyan value is 21.74%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(22,24,0,64)
C22M24Y0K64 
(22%,24%,0%,64%)
(0.22/0.24/0.00/0.64)	

CMYK percentages

%21.74
%23.91
%0
%63.92

Codes

Color #48465C in popluar color models

48465C
RGB727092
HSL245°13.58%31.76%
HSB/HSV245°23.91%36.08%
CMYK21.74%23.91%0.00%
63.92%

Color #48465C in popluar number systems.

HEX48465C
Decimal727092
Binary100100010001101011100
Octal110106134

Shades and tints

Shades of #48465C

#48465C
(72,70,92)
#424054
(66,64,84)
#3C3A4C
(60,58,76)
#363444
(54,52,68)
#302E3C
(48,46,60)
#2A2834
(42,40,52)
#24222C
(36,34,44)
#1E1C24
(30,28,36)
#18161C
(24,22,28)
#121014
(18,16,20)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #48465C

#48465C
(72,70,92)
#58566A
(88,86,106)
#686678
(104,102,120)
#787686
(120,118,134)
#888694
(136,134,148)
#9896A2
(152,150,162)
#A8A6B0
(168,166,176)
#B8B6BE
(184,182,190)
#C8C6CC
(200,198,204)
#D8D6DA
(216,214,218)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48465C; }

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

This text font color is #48465C.


Background Color

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

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

This div background color is #48465C.


Border color

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

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

This div border color is #48465C.


Opacity

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

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

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

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

This text has shadow with #48465C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48465C on black background.


Color preview on white background

This text has color #48465C on white background.



Black color preview on #48465C background

This text has black color on #48465C background.


White color preview on #48465C background

This text has white color on #48465C background.