COLOR #48456D

HEX: #48456D
RGB: (72,69,109)

Color info

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

RGB color model

#48456D color RGB value is (72,69,109).

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

RGB channels and saturation

R 72 of 255 = 28%
G 69 of 255 = 27%
B 109 of 255 = 43%

72
69
109

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

Portions of RGB colors in percentages

R + G + B =
72 + 69 + 109 = 250 (100%)
R 72 of 250 ~ 28.8%
G 69 of 250 ~ 27.6%
B 109 of 250 ~ 43.6%

%28.8
%27.6
%43.6

CMYK color model

#48456D color CMYK value is (34,37,0,57).

  • cyan value is 33.94%
  • magenta value is 36.70%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(34,37,0,57)
C34M37Y0K57 
(34%,37%,0%,57%)
(0.34/0.37/0.00/0.57)	

CMYK percentages

%33.94
%36.7
%0
%57.25

Codes

Color #48456D in popluar color models

48456D
RGB7269109
HSL245°22.47%34.90%
HSB/HSV245°36.70%42.75%
CMYK33.94%36.70%0.00%
57.25%

Color #48456D in popluar number systems.

HEX48456D
Decimal7269109
Binary100100010001011101101
Octal110105155

Shades and tints

Shades of #48456D

#48456D
(72,69,109)
#423F64
(66,63,100)
#3C395B
(60,57,91)
#363352
(54,51,82)
#302D49
(48,45,73)
#2A2740
(42,39,64)
#242137
(36,33,55)
#1E1B2E
(30,27,46)
#181525
(24,21,37)
#120F1C
(18,15,28)
#0C0913
(12,9,19)
#000000
(0,0,0)

Tints of #48456D

#48456D
(72,69,109)
#58557A
(88,85,122)
#686587
(104,101,135)
#787594
(120,117,148)
#8885A1
(136,133,161)
#9895AE
(152,149,174)
#A8A5BB
(168,165,187)
#B8B5C8
(184,181,200)
#C8C5D5
(200,197,213)
#D8D5E2
(216,213,226)
#E8E5EF
(232,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48456D; }

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

This text font color is #48456D.


Background Color

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

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

This div background color is #48456D.


Border color

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

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

This div border color is #48456D.


Opacity

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

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

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

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

This text has shadow with #48456D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48456D on black background.


Color preview on white background

This text has color #48456D on white background.



Black color preview on #48456D background

This text has black color on #48456D background.


White color preview on #48456D background

This text has white color on #48456D background.