COLOR #832741

HEX: #832741
RGB: (131,39,65)

Color info

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

RGB color model

#832741 color RGB value is (131,39,65).

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

RGB channels and saturation

R 131 of 255 = 51%
G 39 of 255 = 15%
B 65 of 255 = 25%

131
39
65

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

Portions of RGB colors in percentages

R + G + B =
131 + 39 + 65 = 235 (100%)
R 131 of 235 ~ 55.74%
G 39 of 235 ~ 16.6%
B 65 of 235 ~ 27.66%

%55.74
%16.6
%27.66

CMYK color model

#832741 color CMYK value is (0,70,50,49).

  • cyan value is 0.00%
  • magenta value is 70.23%
  • yellow value is 50.38%
  • key color value is 48.63%
CMYK:
(0,70,50,49)
C0M70Y50K49 
(0%,70%,50%,49%)
(0.00/0.70/0.50/0.49)	

CMYK percentages

%0
%70.23
%50.38
%48.63

Codes

Color #832741 in popluar color models

832741
RGB1313965
HSL343°54.12%33.33%
HSB/HSV343°70.23%51.37%
CMYK0.00%70.23%50.38%
48.63%

Color #832741 in popluar number systems.

HEX832741
Decimal1313965
Binary100000111001111000001
Octal20347101

Shades and tints

Shades of #832741

#832741
(131,39,65)
#78243C
(120,36,60)
#6D2137
(109,33,55)
#621E32
(98,30,50)
#571B2D
(87,27,45)
#4C1828
(76,24,40)
#411523
(65,21,35)
#36121E
(54,18,30)
#2B0F19
(43,15,25)
#200C14
(32,12,20)
#15090F
(21,9,15)
#000000
(0,0,0)

Tints of #832741

#832741
(131,39,65)
#8E3A52
(142,58,82)
#994D63
(153,77,99)
#A46074
(164,96,116)
#AF7385
(175,115,133)
#BA8696
(186,134,150)
#C599A7
(197,153,167)
#D0ACB8
(208,172,184)
#DBBFC9
(219,191,201)
#E6D2DA
(230,210,218)
#F1E5EB
(241,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #832741; }

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

This text font color is #832741.


Background Color

.myBgColor { background-color: #832741; }

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

This div background color is #832741.


Border color

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

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

This div border color is #832741.


Opacity

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

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

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

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

This text has shadow with #832741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #832741 on black background.


Color preview on white background

This text has color #832741 on white background.



Black color preview on #832741 background

This text has black color on #832741 background.


White color preview on #832741 background

This text has white color on #832741 background.