COLOR #832F4E

HEX: #832F4E
RGB: (131,47,78)

Color info

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

RGB color model

#832F4E color RGB value is (131,47,78).

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

RGB channels and saturation

R 131 of 255 = 51%
G 47 of 255 = 18%
B 78 of 255 = 31%

131
47
78

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

Portions of RGB colors in percentages

R + G + B =
131 + 47 + 78 = 256 (100%)
R 131 of 256 ~ 51.17%
G 47 of 256 ~ 18.36%
B 78 of 256 ~ 30.47%

%51.17
%18.36
%30.47

CMYK color model

#832F4E color CMYK value is (0,64,40,49).

  • cyan value is 0.00%
  • magenta value is 64.12%
  • yellow value is 40.46%
  • key color value is 48.63%
CMYK:
(0,64,40,49)
C0M64Y40K49 
(0%,64%,40%,49%)
(0.00/0.64/0.40/0.49)	

CMYK percentages

%0
%64.12
%40.46
%48.63

Codes

Color #832F4E in popluar color models

832F4E
RGB1314778
HSL338°47.19%34.90%
HSB/HSV338°64.12%51.37%
CMYK0.00%64.12%40.46%
48.63%

Color #832F4E in popluar number systems.

HEX832F4E
Decimal1314778
Binary100000111011111001110
Octal20357116

Shades and tints

Shades of #832F4E

#832F4E
(131,47,78)
#782B47
(120,43,71)
#6D2740
(109,39,64)
#622339
(98,35,57)
#571F32
(87,31,50)
#4C1B2B
(76,27,43)
#411724
(65,23,36)
#36131D
(54,19,29)
#2B0F16
(43,15,22)
#200B0F
(32,11,15)
#150708
(21,7,8)
#000000
(0,0,0)

Tints of #832F4E

#832F4E
(131,47,78)
#8E415E
(142,65,94)
#99536E
(153,83,110)
#A4657E
(164,101,126)
#AF778E
(175,119,142)
#BA899E
(186,137,158)
#C59BAE
(197,155,174)
#D0ADBE
(208,173,190)
#DBBFCE
(219,191,206)
#E6D1DE
(230,209,222)
#F1E3EE
(241,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #832F4E color. Also use rgb(131,47,78) instead hex code.

Text Font Color

.myTextColor { color: #832F4E; }

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

This text font color is #832F4E.


Background Color

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

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

This div background color is #832F4E.


Border color

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

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

This div border color is #832F4E.


Opacity

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

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

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

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

This text has shadow with #832F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #832F4E on black background.


Color preview on white background

This text has color #832F4E on white background.



Black color preview on #832F4E background

This text has black color on #832F4E background.


White color preview on #832F4E background

This text has white color on #832F4E background.