COLOR #48465D

HEX: #48465D
RGB: (72,70,93)

Color info

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

RGB color model

#48465D color RGB value is (72,70,93).

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

RGB channels and saturation

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

72
70
93

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

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 93 = 235 (100%)
R 72 of 235 ~ 30.64%
G 70 of 235 ~ 29.79%
B 93 of 235 ~ 39.57%

%30.64
%29.79
%39.57

CMYK color model

#48465D color CMYK value is (23,25,0,64).

  • cyan value is 22.58%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(23,25,0,64)
C23M25Y0K64 
(23%,25%,0%,64%)
(0.23/0.25/0.00/0.64)	

CMYK percentages

%22.58
%24.73
%0
%63.53

Codes

Color #48465D in popluar color models

48465D
RGB727093
HSL245°14.11%31.96%
HSB/HSV245°24.73%36.47%
CMYK22.58%24.73%0.00%
63.53%

Color #48465D in popluar number systems.

HEX48465D
Decimal727093
Binary100100010001101011101
Octal110106135

Shades and tints

Shades of #48465D

#48465D
(72,70,93)
#424055
(66,64,85)
#3C3A4D
(60,58,77)
#363445
(54,52,69)
#302E3D
(48,46,61)
#2A2835
(42,40,53)
#24222D
(36,34,45)
#1E1C25
(30,28,37)
#18161D
(24,22,29)
#121015
(18,16,21)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #48465D

#48465D
(72,70,93)
#58566B
(88,86,107)
#686679
(104,102,121)
#787687
(120,118,135)
#888695
(136,134,149)
#9896A3
(152,150,163)
#A8A6B1
(168,166,177)
#B8B6BF
(184,182,191)
#C8C6CD
(200,198,205)
#D8D6DB
(216,214,219)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48465D; }

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

This text font color is #48465D.


Background Color

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

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

This div background color is #48465D.


Border color

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

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

This div border color is #48465D.


Opacity

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

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

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

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

This text has shadow with #48465D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48465D on black background.


Color preview on white background

This text has color #48465D on white background.



Black color preview on #48465D background

This text has black color on #48465D background.


White color preview on #48465D background

This text has white color on #48465D background.