COLOR #832E4F

HEX: #832E4F
RGB: (131,46,79)

Color info

#832E4F contains mainly red and blue colors. Web safe color of #832E4F is #993366 (or #936).

RGB color model

#832E4F color RGB value is (131,46,79).

  • red value is 131;
  • green value is 46;
  • blue value is 79.
RGB:
(131,46,79)
(51%,18%,31%)

RGB channels and saturation

R 131 of 255 = 51%
G 46 of 255 = 18%
B 79 of 255 = 31%

131
46
79

R + G + B ~ 33%. #832E4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 46 + 79 = 256 (100%)
R 131 of 256 ~ 51.17%
G 46 of 256 ~ 17.97%
B 79 of 256 ~ 30.86%

%51.17
%17.97
%30.86

CMYK color model

#832E4F color CMYK value is (0,65,40,49).

  • cyan value is 0.00%
  • magenta value is 64.89%
  • yellow value is 39.69%
  • key color value is 48.63%
CMYK:
(0,65,40,49)
C0M65Y40K49 
(0%,65%,40%,49%)
(0.00/0.65/0.40/0.49)	

CMYK percentages

%0
%64.89
%39.69
%48.63

Codes

Color #832E4F in popluar color models

832E4F
RGB1314679
HSL337°48.02%34.71%
HSB/HSV337°64.89%51.37%
CMYK0.00%64.89%39.69%
48.63%

Color #832E4F in popluar number systems.

HEX832E4F
Decimal1314679
Binary100000111011101001111
Octal20356117

Shades and tints

Shades of #832E4F

#832E4F
(131,46,79)
#782A48
(120,42,72)
#6D2641
(109,38,65)
#62223A
(98,34,58)
#571E33
(87,30,51)
#4C1A2C
(76,26,44)
#411625
(65,22,37)
#36121E
(54,18,30)
#2B0E17
(43,14,23)
#200A10
(32,10,16)
#150609
(21,6,9)
#000000
(0,0,0)

Tints of #832E4F

#832E4F
(131,46,79)
#8E415F
(142,65,95)
#99546F
(153,84,111)
#A4677F
(164,103,127)
#AF7A8F
(175,122,143)
#BA8D9F
(186,141,159)
#C5A0AF
(197,160,175)
#D0B3BF
(208,179,191)
#DBC6CF
(219,198,207)
#E6D9DF
(230,217,223)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #832E4F color. Also use rgb(131,46,79) instead hex code.

Text Font Color

.myTextColor { color: #832E4F; }

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

This text font color is #832E4F.


Background Color

.myBgColor { background-color: #832E4F; }

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

This div background color is #832E4F.


Border color

.myBorderColor { border: 1px solid #832E4F; }

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

This div border color is #832E4F.


Opacity

.myOpacity80 { color: #832E4F; opacity: 0.8; }

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

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

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

This text has shadow with #832E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #832E4F on black background.


Color preview on white background

This text has color #832E4F on white background.



Black color preview on #832E4F background

This text has black color on #832E4F background.


White color preview on #832E4F background

This text has white color on #832E4F background.