COLOR #48456E

HEX: #48456E
RGB: (72,69,110)

Color info

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

RGB color model

#48456E color RGB value is (72,69,110).

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

RGB channels and saturation

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

72
69
110

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

Portions of RGB colors in percentages

R + G + B =
72 + 69 + 110 = 251 (100%)
R 72 of 251 ~ 28.69%
G 69 of 251 ~ 27.49%
B 110 of 251 ~ 43.82%

%28.69
%27.49
%43.82

CMYK color model

#48456E color CMYK value is (35,37,0,57).

  • cyan value is 34.55%
  • magenta value is 37.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(35,37,0,57)
C35M37Y0K57 
(35%,37%,0%,57%)
(0.35/0.37/0.00/0.57)	

CMYK percentages

%34.55
%37.27
%0
%56.86

Codes

Color #48456E in popluar color models

48456E
RGB7269110
HSL244°22.91%35.10%
HSB/HSV244°37.27%43.14%
CMYK34.55%37.27%0.00%
56.86%

Color #48456E in popluar number systems.

HEX48456E
Decimal7269110
Binary100100010001011101110
Octal110105156

Shades and tints

Shades of #48456E

#48456E
(72,69,110)
#423F64
(66,63,100)
#3C395A
(60,57,90)
#363350
(54,51,80)
#302D46
(48,45,70)
#2A273C
(42,39,60)
#242132
(36,33,50)
#1E1B28
(30,27,40)
#18151E
(24,21,30)
#120F14
(18,15,20)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #48456E

#48456E
(72,69,110)
#58557B
(88,85,123)
#686588
(104,101,136)
#787595
(120,117,149)
#8885A2
(136,133,162)
#9895AF
(152,149,175)
#A8A5BC
(168,165,188)
#B8B5C9
(184,181,201)
#C8C5D6
(200,197,214)
#D8D5E3
(216,213,227)
#E8E5F0
(232,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48456E; }

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

This text font color is #48456E.


Background Color

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

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

This div background color is #48456E.


Border color

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

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

This div border color is #48456E.


Opacity

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

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

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

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

This text has shadow with #48456E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48456E on black background.


Color preview on white background

This text has color #48456E on white background.



Black color preview on #48456E background

This text has black color on #48456E background.


White color preview on #48456E background

This text has white color on #48456E background.