COLOR #48506F

HEX: #48506F
RGB: (72,80,111)

Color info

#48506F contains red, green and blue colors in about the same proportion. Web safe color of #48506F is #336666 (or #366).

RGB color model

#48506F color RGB value is (72,80,111).

  • red value is 72;
  • green value is 80;
  • blue value is 111.
RGB:
(72,80,111)
(28%,31%,44%)

RGB channels and saturation

R 72 of 255 = 28%
G 80 of 255 = 31%
B 111 of 255 = 44%

72
80
111

R + G + B ~ 34%. #48506F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 80 + 111 = 263 (100%)
R 72 of 263 ~ 27.38%
G 80 of 263 ~ 30.42%
B 111 of 263 ~ 42.21%

%27.38
%30.42
%42.21

CMYK color model

#48506F color CMYK value is (35,28,0,56).

  • cyan value is 35.14%
  • magenta value is 27.93%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(35,28,0,56)
C35M28Y0K56 
(35%,28%,0%,56%)
(0.35/0.28/0.00/0.56)	

CMYK percentages

%35.14
%27.93
%0
%56.47

Codes

Color #48506F in popluar color models

48506F
RGB7280111
HSL228°21.31%35.88%
HSB/HSV228°35.14%43.53%
CMYK35.14%27.93%0.00%
56.47%

Color #48506F in popluar number systems.

HEX48506F
Decimal7280111
Binary100100010100001101111
Octal110120157

Shades and tints

Shades of #48506F

#48506F
(72,80,111)
#424965
(66,73,101)
#3C425B
(60,66,91)
#363B51
(54,59,81)
#303447
(48,52,71)
#2A2D3D
(42,45,61)
#242633
(36,38,51)
#1E1F29
(30,31,41)
#18181F
(24,24,31)
#121115
(18,17,21)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #48506F

#48506F
(72,80,111)
#585F7C
(88,95,124)
#686E89
(104,110,137)
#787D96
(120,125,150)
#888CA3
(136,140,163)
#989BB0
(152,155,176)
#A8AABD
(168,170,189)
#B8B9CA
(184,185,202)
#C8C8D7
(200,200,215)
#D8D7E4
(216,215,228)
#E8E6F1
(232,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48506F color. Also use rgb(72,80,111) instead hex code.

Text Font Color

.myTextColor { color: #48506F; }

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

This text font color is #48506F.


Background Color

.myBgColor { background-color: #48506F; }

<div style="background-color:#48506F">Inner text</div>

This div background color is #48506F.


Border color

.myBorderColor { border: 1px solid #48506F; }

<div style="border:3px solid #48506F">Div</div>

This div border color is #48506F.


Opacity

.myOpacity80 { color: #48506F; opacity: 0.8; }

<p style="color:#48506F;opacity:0.8;">80%</p>

Text with #48506F 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 #48506F;}

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

This text has shadow with #48506F color.

.textShadow {text-shadow: 3px 3px 1px #48506F, 3px 3px 1px red;}

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

This text has shadow with #48506F primary color and red secondary color.


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

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

This text has shadow with #48506F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48506F on black background.


Color preview on white background

This text has color #48506F on white background.



Black color preview on #48506F background

This text has black color on #48506F background.


White color preview on #48506F background

This text has white color on #48506F background.