COLOR #48254F

HEX: #48254F
RGB: (72,37,79)

Color info

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

RGB color model

#48254F color RGB value is (72,37,79).

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

RGB channels and saturation

R 72 of 255 = 28%
G 37 of 255 = 15%
B 79 of 255 = 31%

72
37
79

R + G + B ~ 25%. #48254F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 37 + 79 = 188 (100%)
R 72 of 188 ~ 38.3%
G 37 of 188 ~ 19.68%
B 79 of 188 ~ 42.02%

%38.3
%19.68
%42.02

CMYK color model

#48254F color CMYK value is (9,53,0,69).

  • cyan value is 8.86%
  • magenta value is 53.16%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(9,53,0,69)
C9M53Y0K69 
(9%,53%,0%,69%)
(0.09/0.53/0.00/0.69)	

CMYK percentages

%8.86
%53.16
%0
%69.02

Codes

Color #48254F in popluar color models

48254F
RGB723779
HSL290°36.21%22.75%
HSB/HSV290°53.16%30.98%
CMYK8.86%53.16%0.00%
69.02%

Color #48254F in popluar number systems.

HEX48254F
Decimal723779
Binary10010001001011001111
Octal11045117

Shades and tints

Shades of #48254F

#48254F
(72,37,79)
#422248
(66,34,72)
#3C1F41
(60,31,65)
#361C3A
(54,28,58)
#301933
(48,25,51)
#2A162C
(42,22,44)
#241325
(36,19,37)
#1E101E
(30,16,30)
#180D17
(24,13,23)
#120A10
(18,10,16)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #48254F

#48254F
(72,37,79)
#58385F
(88,56,95)
#684B6F
(104,75,111)
#785E7F
(120,94,127)
#88718F
(136,113,143)
#98849F
(152,132,159)
#A897AF
(168,151,175)
#B8AABF
(184,170,191)
#C8BDCF
(200,189,207)
#D8D0DF
(216,208,223)
#E8E3EF
(232,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48254F; }

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

This text font color is #48254F.


Background Color

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

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

This div background color is #48254F.


Border color

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

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

This div border color is #48254F.


Opacity

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

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

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

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

This text has shadow with #48254F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48254F on black background.


Color preview on white background

This text has color #48254F on white background.



Black color preview on #48254F background

This text has black color on #48254F background.


White color preview on #48254F background

This text has white color on #48254F background.