COLOR #840A3D

HEX: #840A3D
RGB: (132,10,61)

Color info

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

RGB color model

#840A3D color RGB value is (132,10,61).

  • red value is 132;
  • green value is 10;
  • blue value is 61.
RGB:
(132,10,61)
(52%,4%,24%)

RGB channels and saturation

R 132 of 255 = 52%
G 10 of 255 = 4%
B 61 of 255 = 24%

132
10
61

R + G + B ~ 27%. #840A3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 10 + 61 = 203 (100%)
R 132 of 203 ~ 65.02%
G 10 of 203 ~ 4.93%
B 61 of 203 ~ 30.05%

%65.02
%30.05

CMYK color model

#840A3D color CMYK value is (0,92,54,48).

  • cyan value is 0.00%
  • magenta value is 92.42%
  • yellow value is 53.79%
  • key color value is 48.24%
CMYK:
(0,92,54,48)
C0M92Y54K48 
(0%,92%,54%,48%)
(0.00/0.92/0.54/0.48)	

CMYK percentages

%0
%92.42
%53.79
%48.24

Codes

Color #840A3D in popluar color models

840A3D
RGB1321061
HSL335°85.92%27.84%
HSB/HSV335°92.42%51.76%
CMYK0.00%92.42%53.79%
48.24%

Color #840A3D in popluar number systems.

HEX840A3D
Decimal1321061
Binary100001001010111101
Octal2041275

Shades and tints

Shades of #840A3D

#840A3D
(132,10,61)
#780A38
(120,10,56)
#6C0A33
(108,10,51)
#600A2E
(96,10,46)
#540A29
(84,10,41)
#480A24
(72,10,36)
#3C0A1F
(60,10,31)
#300A1A
(48,10,26)
#240A15
(36,10,21)
#180A10
(24,10,16)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #840A3D

#840A3D
(132,10,61)
#8F204E
(143,32,78)
#9A365F
(154,54,95)
#A54C70
(165,76,112)
#B06281
(176,98,129)
#BB7892
(187,120,146)
#C68EA3
(198,142,163)
#D1A4B4
(209,164,180)
#DCBAC5
(220,186,197)
#E7D0D6
(231,208,214)
#F2E6E7
(242,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #840A3D color. Also use rgb(132,10,61) instead hex code.

Text Font Color

.myTextColor { color: #840A3D; }

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

This text font color is #840A3D.


Background Color

.myBgColor { background-color: #840A3D; }

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

This div background color is #840A3D.


Border color

.myBorderColor { border: 1px solid #840A3D; }

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

This div border color is #840A3D.


Opacity

.myOpacity80 { color: #840A3D; opacity: 0.8; }

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

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

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

This text has shadow with #840A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #840A3D on black background.


Color preview on white background

This text has color #840A3D on white background.



Black color preview on #840A3D background

This text has black color on #840A3D background.


White color preview on #840A3D background

This text has white color on #840A3D background.