COLOR #48485E

HEX: #48485E RGB: (72,72,94)

Color info

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

RGB color model

#48485E color RGB value is (72,72,94).

RGB: (72,72,94) (28%, 28%, 37%)

RGB channels and saturation

R 72 of 255 = 28%
G 72 of 255 = 28%
B 94 of 255 = 37%

72
72
94

R + G + B ~ 31%. #48485E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 72 + 94 = 238 (100%)
R 72 of 238 ~ 30.25%
G 72 of 238 ~ 30.25%
B 94 of 238 ~ 39.5'%

%30.25
%30.25
%39.5

CMYK color model

#48485E color CMYK value is (23,23,0,63).

  • cyan value is 23.40%
  • magenta value is 23.40%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (23,23,0,63)
C23M23Y0K63 (23%, 23%, 0%, 63%)
(0.23 / 0.23 / 0.00 / 0.63)

CMYK percentages

%23.4
%23.4
%0
%63.14

Codes

Color #48485E in popluar color models

48 48 5E
RGB 72 72 94
HSL 240° 13.25% 32.55%
HSB/HSV 240° 23.40% 36.86%
CMYK 23.40% 23.40% 0.00%
63.14%

Color #48485E in popluar number systems.

HEX 48 48 5E
Decimal 72 72 94
Binary 1001000 1001000 1011110
Octal 110 110 136

Shades and tints

Shades of #48485E

#48485E
(72,72,94)
#424256
(66,66,86)
#3C3C4E
(60,60,78)
#363646
(54,54,70)
#30303E
(48,48,62)
#2A2A36
(42,42,54)
#24242E
(36,36,46)
#1E1E26
(30,30,38)
#18181E
(24,24,30)
#121216
(18,18,22)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #48485E

#48485E
(72,72,94)
#58586C
(88,88,108)
#68687A
(104,104,122)
#787888
(120,120,136)
#888896
(136,136,150)
#9898A4
(152,152,164)
#A8A8B2
(168,168,178)
#B8B8C0
(184,184,192)
#C8C8CE
(200,200,206)
#D8D8DC
(216,216,220)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48485E; }

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

This text font color is #48485E.

Background Color

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

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

This div background color is #48485E.

Border color

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

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

This div border color is #48485E.

Opacity

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

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

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

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

This text has shadow with #48485E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48485E.

Preview

Color preview on black background

This text has color #48485E on black background.


Color preview on white background

This text has color #48485E on white background.


Black color preview on #48485E background

This text has black color on #48485E background.


White color preview on #48485E background

This text has white color on #48485E background.


Related colors

Complementary color

Complementary color for #hex is #B7B7A1.


I love getcolorcode.com