COLOR #48254C

HEX: #48254C
RGB: (72,37,76)

Color info

#48254C contains red, green and blue colors in about the same proportion. Web safe color of #48254C is #333333 (or #333).

RGB color model

#48254C color RGB value is (72,37,76).

  • red value is 72;
  • green value is 37;
  • blue value is 76.
RGB:
(72,37,76)
(28%,15%,30%)

RGB channels and saturation

R 72 of 255 = 28%
G 37 of 255 = 15%
B 76 of 255 = 30%

72
37
76

R + G + B ~ 24%. #48254C is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 37 + 76 = 185 (100%)
R 72 of 185 ~ 38.92%
G 37 of 185 ~ 20%
B 76 of 185 ~ 41.08%

%38.92
%20
%41.08

CMYK color model

#48254C color CMYK value is (5,51,0,70).

  • cyan value is 5.26%
  • magenta value is 51.32%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(5,51,0,70)
C5M51Y0K70 
(5%,51%,0%,70%)
(0.05/0.51/0.00/0.70)	

CMYK percentages

%5.26
%51.32
%0
%70.2

Codes

Color #48254C in popluar color models

48254C
RGB723776
HSL294°34.51%22.16%
HSB/HSV294°51.32%29.80%
CMYK5.26%51.32%0.00%
70.20%

Color #48254C in popluar number systems.

HEX48254C
Decimal723776
Binary10010001001011001100
Octal11045114

Shades and tints

Shades of #48254C

#48254C
(72,37,76)
#422246
(66,34,70)
#3C1F40
(60,31,64)
#361C3A
(54,28,58)
#301934
(48,25,52)
#2A162E
(42,22,46)
#241328
(36,19,40)
#1E1022
(30,16,34)
#180D1C
(24,13,28)
#120A16
(18,10,22)
#0C0710
(12,7,16)
#000000
(0,0,0)

Tints of #48254C

#48254C
(72,37,76)
#58385C
(88,56,92)
#684B6C
(104,75,108)
#785E7C
(120,94,124)
#88718C
(136,113,140)
#98849C
(152,132,156)
#A897AC
(168,151,172)
#B8AABC
(184,170,188)
#C8BDCC
(200,189,204)
#D8D0DC
(216,208,220)
#E8E3EC
(232,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48254C color. Also use rgb(72,37,76) instead hex code.

Text Font Color

.myTextColor { color: #48254C; }

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

This text font color is #48254C.


Background Color

.myBgColor { background-color: #48254C; }

<div style="background-color:#48254C">Inner text</div>

This div background color is #48254C.


Border color

.myBorderColor { border: 1px solid #48254C; }

<div style="border:3px solid #48254C">Div</div>

This div border color is #48254C.


Opacity

.myOpacity80 { color: #48254C; opacity: 0.8; }

<p style="color:#48254C;opacity:0.8;">80%</p>

Text with #48254C 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 #48254C;}

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

This text has shadow with #48254C color.

.textShadow {text-shadow: 3px 3px 1px #48254C, 3px 3px 1px red;}

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

This text has shadow with #48254C primary color and red secondary color.


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

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

This text has shadow with #48254C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48254C on black background.


Color preview on white background

This text has color #48254C on white background.



Black color preview on #48254C background

This text has black color on #48254C background.


White color preview on #48254C background

This text has white color on #48254C background.