COLOR #48224B

HEX: #48224B
RGB: (72,34,75)

Color info

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

RGB color model

#48224B color RGB value is (72,34,75).

  • red value is 72;
  • green value is 34;
  • blue value is 75.
RGB:
(72,34,75)
(28%,13%,29%)

RGB channels and saturation

R 72 of 255 = 28%
G 34 of 255 = 13%
B 75 of 255 = 29%

72
34
75

R + G + B ~ 23%. #48224B is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 34 + 75 = 181 (100%)
R 72 of 181 ~ 39.78%
G 34 of 181 ~ 18.78%
B 75 of 181 ~ 41.44%

%39.78
%18.78
%41.44

CMYK color model

#48224B color CMYK value is (4,55,0,71).

  • cyan value is 4.00%
  • magenta value is 54.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(4,55,0,71)
C4M55Y0K71 
(4%,55%,0%,71%)
(0.04/0.55/0.00/0.71)	

CMYK percentages

%4
%54.67
%0
%70.59

Codes

Color #48224B in popluar color models

48224B
RGB723475
HSL296°37.61%21.37%
HSB/HSV296°54.67%29.41%
CMYK4.00%54.67%0.00%
70.59%

Color #48224B in popluar number systems.

HEX48224B
Decimal723475
Binary10010001000101001011
Octal11042113

Shades and tints

Shades of #48224B

#48224B
(72,34,75)
#421F45
(66,31,69)
#3C1C3F
(60,28,63)
#361939
(54,25,57)
#301633
(48,22,51)
#2A132D
(42,19,45)
#241027
(36,16,39)
#1E0D21
(30,13,33)
#180A1B
(24,10,27)
#120715
(18,7,21)
#0C040F
(12,4,15)
#000000
(0,0,0)

Tints of #48224B

#48224B
(72,34,75)
#58365B
(88,54,91)
#684A6B
(104,74,107)
#785E7B
(120,94,123)
#88728B
(136,114,139)
#98869B
(152,134,155)
#A89AAB
(168,154,171)
#B8AEBB
(184,174,187)
#C8C2CB
(200,194,203)
#D8D6DB
(216,214,219)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48224B color. Also use rgb(72,34,75) instead hex code.

Text Font Color

.myTextColor { color: #48224B; }

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

This text font color is #48224B.


Background Color

.myBgColor { background-color: #48224B; }

<div style="background-color:#48224B">Inner text</div>

This div background color is #48224B.


Border color

.myBorderColor { border: 1px solid #48224B; }

<div style="border:3px solid #48224B">Div</div>

This div border color is #48224B.


Opacity

.myOpacity80 { color: #48224B; opacity: 0.8; }

<p style="color:#48224B;opacity:0.8;">80%</p>

Text with #48224B 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 #48224B;}

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

This text has shadow with #48224B color.

.textShadow {text-shadow: 3px 3px 1px #48224B, 3px 3px 1px red;}

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

This text has shadow with #48224B primary color and red secondary color.


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

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

This text has shadow with #48224B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48224B on black background.


Color preview on white background

This text has color #48224B on white background.



Black color preview on #48224B background

This text has black color on #48224B background.


White color preview on #48224B background

This text has white color on #48224B background.