COLOR #48455D

HEX: #48455D
RGB: (72,69,93)

Color info

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

RGB color model

#48455D color RGB value is (72,69,93).

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

RGB channels and saturation

R 72 of 255 = 28%
G 69 of 255 = 27%
B 93 of 255 = 36%

72
69
93

R + G + B ~ 30%. #48455D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 69 + 93 = 234 (100%)
R 72 of 234 ~ 30.77%
G 69 of 234 ~ 29.49%
B 93 of 234 ~ 39.74%

%30.77
%29.49
%39.74

CMYK color model

#48455D color CMYK value is (23,26,0,64).

  • cyan value is 22.58%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(23,26,0,64)
C23M26Y0K64 
(23%,26%,0%,64%)
(0.23/0.26/0.00/0.64)	

CMYK percentages

%22.58
%25.81
%0
%63.53

Codes

Color #48455D in popluar color models

48455D
RGB726993
HSL248°14.81%31.76%
HSB/HSV248°25.81%36.47%
CMYK22.58%25.81%0.00%
63.53%

Color #48455D in popluar number systems.

HEX48455D
Decimal726993
Binary100100010001011011101
Octal110105135

Shades and tints

Shades of #48455D

#48455D
(72,69,93)
#423F55
(66,63,85)
#3C394D
(60,57,77)
#363345
(54,51,69)
#302D3D
(48,45,61)
#2A2735
(42,39,53)
#24212D
(36,33,45)
#1E1B25
(30,27,37)
#18151D
(24,21,29)
#120F15
(18,15,21)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #48455D

#48455D
(72,69,93)
#58556B
(88,85,107)
#686579
(104,101,121)
#787587
(120,117,135)
#888595
(136,133,149)
#9895A3
(152,149,163)
#A8A5B1
(168,165,177)
#B8B5BF
(184,181,191)
#C8C5CD
(200,197,205)
#D8D5DB
(216,213,219)
#E8E5E9
(232,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48455D color. Also use rgb(72,69,93) instead hex code.

Text Font Color

.myTextColor { color: #48455D; }

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

This text font color is #48455D.


Background Color

.myBgColor { background-color: #48455D; }

<div style="background-color:#48455D">Inner text</div>

This div background color is #48455D.


Border color

.myBorderColor { border: 1px solid #48455D; }

<div style="border:3px solid #48455D">Div</div>

This div border color is #48455D.


Opacity

.myOpacity80 { color: #48455D; opacity: 0.8; }

<p style="color:#48455D;opacity:0.8;">80%</p>

Text with #48455D 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 #48455D;}

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

This text has shadow with #48455D color.

.textShadow {text-shadow: 3px 3px 1px #48455D, 3px 3px 1px red;}

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

This text has shadow with #48455D primary color and red secondary color.


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

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

This text has shadow with #48455D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48455D on black background.


Color preview on white background

This text has color #48455D on white background.



Black color preview on #48455D background

This text has black color on #48455D background.


White color preview on #48455D background

This text has white color on #48455D background.