COLOR #48234E

HEX: #48234E
RGB: (72,35,78)

Color info

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

RGB color model

#48234E color RGB value is (72,35,78).

  • red value is 72;
  • green value is 35;
  • blue value is 78.
RGB:
(72,35,78)
(28%,14%,31%)

RGB channels and saturation

R 72 of 255 = 28%
G 35 of 255 = 14%
B 78 of 255 = 31%

72
35
78

R + G + B ~ 24%. #48234E is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 35 + 78 = 185 (100%)
R 72 of 185 ~ 38.92%
G 35 of 185 ~ 18.92%
B 78 of 185 ~ 42.16%

%38.92
%18.92
%42.16

CMYK color model

#48234E color CMYK value is (8,55,0,69).

  • cyan value is 7.69%
  • magenta value is 55.13%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(8,55,0,69)
C8M55Y0K69 
(8%,55%,0%,69%)
(0.08/0.55/0.00/0.69)	

CMYK percentages

%7.69
%55.13
%0
%69.41

Codes

Color #48234E in popluar color models

48234E
RGB723578
HSL292°38.05%22.16%
HSB/HSV292°55.13%30.59%
CMYK7.69%55.13%0.00%
69.41%

Color #48234E in popluar number systems.

HEX48234E
Decimal723578
Binary10010001000111001110
Octal11043116

Shades and tints

Shades of #48234E

#48234E
(72,35,78)
#422047
(66,32,71)
#3C1D40
(60,29,64)
#361A39
(54,26,57)
#301732
(48,23,50)
#2A142B
(42,20,43)
#241124
(36,17,36)
#1E0E1D
(30,14,29)
#180B16
(24,11,22)
#12080F
(18,8,15)
#0C0508
(12,5,8)
#000000
(0,0,0)

Tints of #48234E

#48234E
(72,35,78)
#58375E
(88,55,94)
#684B6E
(104,75,110)
#785F7E
(120,95,126)
#88738E
(136,115,142)
#98879E
(152,135,158)
#A89BAE
(168,155,174)
#B8AFBE
(184,175,190)
#C8C3CE
(200,195,206)
#D8D7DE
(216,215,222)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48234E; }

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

This text font color is #48234E.


Background Color

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

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

This div background color is #48234E.


Border color

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

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

This div border color is #48234E.


Opacity

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

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

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

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

This text has shadow with #48234E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48234E on black background.


Color preview on white background

This text has color #48234E on white background.



Black color preview on #48234E background

This text has black color on #48234E background.


White color preview on #48234E background

This text has white color on #48234E background.