COLOR #841C48

HEX: #841C48
RGB: (132,28,72)

Color info

#841C48 contains mainly red color. Web safe color of #841C48 is #993333 (or #933).

RGB color model

#841C48 color RGB value is (132,28,72).

  • red value is 132;
  • green value is 28;
  • blue value is 72.
RGB:
(132,28,72)
(52%,11%,28%)

RGB channels and saturation

R 132 of 255 = 52%
G 28 of 255 = 11%
B 72 of 255 = 28%

132
28
72

R + G + B ~ 30%. #841C48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 28 + 72 = 232 (100%)
R 132 of 232 ~ 56.9%
G 28 of 232 ~ 12.07%
B 72 of 232 ~ 31.03%

%56.9
%12.07
%31.03

CMYK color model

#841C48 color CMYK value is (0,79,45,48).

  • cyan value is 0.00%
  • magenta value is 78.79%
  • yellow value is 45.45%
  • key color value is 48.24%
CMYK:
(0,79,45,48)
C0M79Y45K48 
(0%,79%,45%,48%)
(0.00/0.79/0.45/0.48)	

CMYK percentages

%0
%78.79
%45.45
%48.24

Codes

Color #841C48 in popluar color models

841C48
RGB1322872
HSL335°65.00%31.37%
HSB/HSV335°78.79%51.76%
CMYK0.00%78.79%45.45%
48.24%

Color #841C48 in popluar number systems.

HEX841C48
Decimal1322872
Binary10000100111001001000
Octal20434110

Shades and tints

Shades of #841C48

#841C48
(132,28,72)
#781A42
(120,26,66)
#6C183C
(108,24,60)
#601636
(96,22,54)
#541430
(84,20,48)
#48122A
(72,18,42)
#3C1024
(60,16,36)
#300E1E
(48,14,30)
#240C18
(36,12,24)
#180A12
(24,10,18)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #841C48

#841C48
(132,28,72)
#8F3058
(143,48,88)
#9A4468
(154,68,104)
#A55878
(165,88,120)
#B06C88
(176,108,136)
#BB8098
(187,128,152)
#C694A8
(198,148,168)
#D1A8B8
(209,168,184)
#DCBCC8
(220,188,200)
#E7D0D8
(231,208,216)
#F2E4E8
(242,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #841C48 color. Also use rgb(132,28,72) instead hex code.

Text Font Color

.myTextColor { color: #841C48; }

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

This text font color is #841C48.


Background Color

.myBgColor { background-color: #841C48; }

<div style="background-color:#841C48">Inner text</div>

This div background color is #841C48.


Border color

.myBorderColor { border: 1px solid #841C48; }

<div style="border:3px solid #841C48">Div</div>

This div border color is #841C48.


Opacity

.myOpacity80 { color: #841C48; opacity: 0.8; }

<p style="color:#841C48;opacity:0.8;">80%</p>

Text with #841C48 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 #841C48;}

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

This text has shadow with #841C48 color.

.textShadow {text-shadow: 3px 3px 1px #841C48, 3px 3px 1px red;}

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

This text has shadow with #841C48 primary color and red secondary color.


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

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

This text has shadow with #841C48 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #841C48 on black background.


Color preview on white background

This text has color #841C48 on white background.



Black color preview on #841C48 background

This text has black color on #841C48 background.


White color preview on #841C48 background

This text has white color on #841C48 background.