COLOR #48184A

HEX: #48184A
RGB: (72,24,74)

Color info

#48184A contains red, green and blue colors in about the same proportion. Web safe color of #48184A is #330033 (or #303).

RGB color model

#48184A color RGB value is (72,24,74).

  • red value is 72;
  • green value is 24;
  • blue value is 74.
RGB:
(72,24,74)
(28%,9%,29%)

RGB channels and saturation

R 72 of 255 = 28%
G 24 of 255 = 9%
B 74 of 255 = 29%

72
24
74

R + G + B ~ 22%. #48184A is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 24 + 74 = 170 (100%)
R 72 of 170 ~ 42.35%
G 24 of 170 ~ 14.12%
B 74 of 170 ~ 43.53%

%42.35
%14.12
%43.53

CMYK color model

#48184A color CMYK value is (3,68,0,71).

  • cyan value is 2.70%
  • magenta value is 67.57%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(3,68,0,71)
C3M68Y0K71 
(3%,68%,0%,71%)
(0.03/0.68/0.00/0.71)	

CMYK percentages

%2.7
%67.57
%0
%70.98

Codes

Color #48184A in popluar color models

48184A
RGB722474
HSL298°51.02%19.22%
HSB/HSV298°67.57%29.02%
CMYK2.70%67.57%0.00%
70.98%

Color #48184A in popluar number systems.

HEX48184A
Decimal722474
Binary1001000110001001010
Octal11030112

Shades and tints

Shades of #48184A

#48184A
(72,24,74)
#421644
(66,22,68)
#3C143E
(60,20,62)
#361238
(54,18,56)
#301032
(48,16,50)
#2A0E2C
(42,14,44)
#240C26
(36,12,38)
#1E0A20
(30,10,32)
#18081A
(24,8,26)
#120614
(18,6,20)
#0C040E
(12,4,14)
#000000
(0,0,0)

Tints of #48184A

#48184A
(72,24,74)
#582D5A
(88,45,90)
#68426A
(104,66,106)
#78577A
(120,87,122)
#886C8A
(136,108,138)
#98819A
(152,129,154)
#A896AA
(168,150,170)
#B8ABBA
(184,171,186)
#C8C0CA
(200,192,202)
#D8D5DA
(216,213,218)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48184A color. Also use rgb(72,24,74) instead hex code.

Text Font Color

.myTextColor { color: #48184A; }

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

This text font color is #48184A.


Background Color

.myBgColor { background-color: #48184A; }

<div style="background-color:#48184A">Inner text</div>

This div background color is #48184A.


Border color

.myBorderColor { border: 1px solid #48184A; }

<div style="border:3px solid #48184A">Div</div>

This div border color is #48184A.


Opacity

.myOpacity80 { color: #48184A; opacity: 0.8; }

<p style="color:#48184A;opacity:0.8;">80%</p>

Text with #48184A 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 #48184A;}

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

This text has shadow with #48184A color.

.textShadow {text-shadow: 3px 3px 1px #48184A, 3px 3px 1px red;}

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

This text has shadow with #48184A primary color and red secondary color.


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

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

This text has shadow with #48184A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48184A on black background.


Color preview on white background

This text has color #48184A on white background.



Black color preview on #48184A background

This text has black color on #48184A background.


White color preview on #48184A background

This text has white color on #48184A background.