COLOR #832941

HEX: #832941
RGB: (131,41,65)

Color info

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

RGB color model

#832941 color RGB value is (131,41,65).

  • red value is 131;
  • green value is 41;
  • blue value is 65.
RGB:
(131,41,65)
(51%,16%,25%)

RGB channels and saturation

R 131 of 255 = 51%
G 41 of 255 = 16%
B 65 of 255 = 25%

131
41
65

R + G + B ~ 31%. #832941 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 41 + 65 = 237 (100%)
R 131 of 237 ~ 55.27%
G 41 of 237 ~ 17.3%
B 65 of 237 ~ 27.43%

%55.27
%17.3
%27.43

CMYK color model

#832941 color CMYK value is (0,69,50,49).

  • cyan value is 0.00%
  • magenta value is 68.70%
  • yellow value is 50.38%
  • key color value is 48.63%
CMYK:
(0,69,50,49)
C0M69Y50K49 
(0%,69%,50%,49%)
(0.00/0.69/0.50/0.49)	

CMYK percentages

%0
%68.7
%50.38
%48.63

Codes

Color #832941 in popluar color models

832941
RGB1314165
HSL344°52.33%33.73%
HSB/HSV344°68.70%51.37%
CMYK0.00%68.70%50.38%
48.63%

Color #832941 in popluar number systems.

HEX832941
Decimal1314165
Binary100000111010011000001
Octal20351101

Shades and tints

Shades of #832941

#832941
(131,41,65)
#78263C
(120,38,60)
#6D2337
(109,35,55)
#622032
(98,32,50)
#571D2D
(87,29,45)
#4C1A28
(76,26,40)
#411723
(65,23,35)
#36141E
(54,20,30)
#2B1119
(43,17,25)
#200E14
(32,14,20)
#150B0F
(21,11,15)
#000000
(0,0,0)

Tints of #832941

#832941
(131,41,65)
#8E3C52
(142,60,82)
#994F63
(153,79,99)
#A46274
(164,98,116)
#AF7585
(175,117,133)
#BA8896
(186,136,150)
#C59BA7
(197,155,167)
#D0AEB8
(208,174,184)
#DBC1C9
(219,193,201)
#E6D4DA
(230,212,218)
#F1E7EB
(241,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #832941 color. Also use rgb(131,41,65) instead hex code.

Text Font Color

.myTextColor { color: #832941; }

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

This text font color is #832941.


Background Color

.myBgColor { background-color: #832941; }

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

This div background color is #832941.


Border color

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

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

This div border color is #832941.


Opacity

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

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

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

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

This text has shadow with #832941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #832941 on black background.


Color preview on white background

This text has color #832941 on white background.



Black color preview on #832941 background

This text has black color on #832941 background.


White color preview on #832941 background

This text has white color on #832941 background.