COLOR #840526

HEX: #840526
RGB: (132,5,38)

Color info

#840526 contains mainly red color. Web safe color of #840526 is #990033 (or #903).

RGB color model

#840526 color RGB value is (132,5,38).

  • red value is 132;
  • green value is 5;
  • blue value is 38.
RGB:
(132,5,38)
(52%,2%,15%)

RGB channels and saturation

R 132 of 255 = 52%
G 5 of 255 = 2%
B 38 of 255 = 15%

132
5
38

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

Portions of RGB colors in percentages

R + G + B =
132 + 5 + 38 = 175 (100%)
R 132 of 175 ~ 75.43%
G 5 of 175 ~ 2.86%
B 38 of 175 ~ 21.71%

%75.43
%21.71

CMYK color model

#840526 color CMYK value is (0,96,71,48).

  • cyan value is 0.00%
  • magenta value is 96.21%
  • yellow value is 71.21%
  • key color value is 48.24%
CMYK:
(0,96,71,48)
C0M96Y71K48 
(0%,96%,71%,48%)
(0.00/0.96/0.71/0.48)	

CMYK percentages

%0
%96.21
%71.21
%48.24

Codes

Color #840526 in popluar color models

840526
RGB132538
HSL344°92.70%26.86%
HSB/HSV344°96.21%51.76%
CMYK0.00%96.21%71.21%
48.24%

Color #840526 in popluar number systems.

HEX840526
Decimal132538
Binary10000100101100110
Octal204546

Shades and tints

Shades of #840526

#840526
(132,5,38)
#780523
(120,5,35)
#6C0520
(108,5,32)
#60051D
(96,5,29)
#54051A
(84,5,26)
#480517
(72,5,23)
#3C0514
(60,5,20)
#300511
(48,5,17)
#24050E
(36,5,14)
#18050B
(24,5,11)
#0C0508
(12,5,8)
#000000
(0,0,0)

Tints of #840526

#840526
(132,5,38)
#8F1B39
(143,27,57)
#9A314C
(154,49,76)
#A5475F
(165,71,95)
#B05D72
(176,93,114)
#BB7385
(187,115,133)
#C68998
(198,137,152)
#D19FAB
(209,159,171)
#DCB5BE
(220,181,190)
#E7CBD1
(231,203,209)
#F2E1E4
(242,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #840526 color. Also use rgb(132,5,38) instead hex code.

Text Font Color

.myTextColor { color: #840526; }

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

This text font color is #840526.


Background Color

.myBgColor { background-color: #840526; }

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

This div background color is #840526.


Border color

.myBorderColor { border: 1px solid #840526; }

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

This div border color is #840526.


Opacity

.myOpacity80 { color: #840526; opacity: 0.8; }

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

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

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

This text has shadow with #840526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #840526 on black background.


Color preview on white background

This text has color #840526 on white background.



Black color preview on #840526 background

This text has black color on #840526 background.


White color preview on #840526 background

This text has white color on #840526 background.