COLOR #48456B

HEX: #48456B
RGB: (72,69,107)

Color info

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

RGB color model

#48456B color RGB value is (72,69,107).

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

RGB channels and saturation

R 72 of 255 = 28%
G 69 of 255 = 27%
B 107 of 255 = 42%

72
69
107

R + G + B ~ 32%. #48456B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 69 + 107 = 248 (100%)
R 72 of 248 ~ 29.03%
G 69 of 248 ~ 27.82%
B 107 of 248 ~ 43.15%

%29.03
%27.82
%43.15

CMYK color model

#48456B color CMYK value is (33,36,0,58).

  • cyan value is 32.71%
  • magenta value is 35.51%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(33,36,0,58)
C33M36Y0K58 
(33%,36%,0%,58%)
(0.33/0.36/0.00/0.58)	

CMYK percentages

%32.71
%35.51
%0
%58.04

Codes

Color #48456B in popluar color models

48456B
RGB7269107
HSL245°21.59%34.51%
HSB/HSV245°35.51%41.96%
CMYK32.71%35.51%0.00%
58.04%

Color #48456B in popluar number systems.

HEX48456B
Decimal7269107
Binary100100010001011101011
Octal110105153

Shades and tints

Shades of #48456B

#48456B
(72,69,107)
#423F62
(66,63,98)
#3C3959
(60,57,89)
#363350
(54,51,80)
#302D47
(48,45,71)
#2A273E
(42,39,62)
#242135
(36,33,53)
#1E1B2C
(30,27,44)
#181523
(24,21,35)
#120F1A
(18,15,26)
#0C0911
(12,9,17)
#000000
(0,0,0)

Tints of #48456B

#48456B
(72,69,107)
#585578
(88,85,120)
#686585
(104,101,133)
#787592
(120,117,146)
#88859F
(136,133,159)
#9895AC
(152,149,172)
#A8A5B9
(168,165,185)
#B8B5C6
(184,181,198)
#C8C5D3
(200,197,211)
#D8D5E0
(216,213,224)
#E8E5ED
(232,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48456B color. Also use rgb(72,69,107) instead hex code.

Text Font Color

.myTextColor { color: #48456B; }

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

This text font color is #48456B.


Background Color

.myBgColor { background-color: #48456B; }

<div style="background-color:#48456B">Inner text</div>

This div background color is #48456B.


Border color

.myBorderColor { border: 1px solid #48456B; }

<div style="border:3px solid #48456B">Div</div>

This div border color is #48456B.


Opacity

.myOpacity80 { color: #48456B; opacity: 0.8; }

<p style="color:#48456B;opacity:0.8;">80%</p>

Text with #48456B 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 #48456B;}

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

This text has shadow with #48456B color.

.textShadow {text-shadow: 3px 3px 1px #48456B, 3px 3px 1px red;}

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

This text has shadow with #48456B primary color and red secondary color.


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

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

This text has shadow with #48456B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48456B on black background.


Color preview on white background

This text has color #48456B on white background.



Black color preview on #48456B background

This text has black color on #48456B background.


White color preview on #48456B background

This text has white color on #48456B background.