COLOR #832947

HEX: #832947
RGB: (131,41,71)

Color info

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

RGB color model

#832947 color RGB value is (131,41,71).

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

RGB channels and saturation

R 131 of 255 = 51%
G 41 of 255 = 16%
B 71 of 255 = 28%

131
41
71

R + G + B ~ 32%. #832947 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 41 + 71 = 243 (100%)
R 131 of 243 ~ 53.91%
G 41 of 243 ~ 16.87%
B 71 of 243 ~ 29.22%

%53.91
%16.87
%29.22

CMYK color model

#832947 color CMYK value is (0,69,46,49).

  • cyan value is 0.00%
  • magenta value is 68.70%
  • yellow value is 45.80%
  • key color value is 48.63%
CMYK:
(0,69,46,49)
C0M69Y46K49 
(0%,69%,46%,49%)
(0.00/0.69/0.46/0.49)	

CMYK percentages

%0
%68.7
%45.8
%48.63

Codes

Color #832947 in popluar color models

832947
RGB1314171
HSL340°52.33%33.73%
HSB/HSV340°68.70%51.37%
CMYK0.00%68.70%45.80%
48.63%

Color #832947 in popluar number systems.

HEX832947
Decimal1314171
Binary100000111010011000111
Octal20351107

Shades and tints

Shades of #832947

#832947
(131,41,71)
#782641
(120,38,65)
#6D233B
(109,35,59)
#622035
(98,32,53)
#571D2F
(87,29,47)
#4C1A29
(76,26,41)
#411723
(65,23,35)
#36141D
(54,20,29)
#2B1117
(43,17,23)
#200E11
(32,14,17)
#150B0B
(21,11,11)
#000000
(0,0,0)

Tints of #832947

#832947
(131,41,71)
#8E3C57
(142,60,87)
#994F67
(153,79,103)
#A46277
(164,98,119)
#AF7587
(175,117,135)
#BA8897
(186,136,151)
#C59BA7
(197,155,167)
#D0AEB7
(208,174,183)
#DBC1C7
(219,193,199)
#E6D4D7
(230,212,215)
#F1E7E7
(241,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #832947; }

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

This text font color is #832947.


Background Color

.myBgColor { background-color: #832947; }

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

This div background color is #832947.


Border color

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

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

This div border color is #832947.


Opacity

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

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

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

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

This text has shadow with #832947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #832947 on black background.


Color preview on white background

This text has color #832947 on white background.



Black color preview on #832947 background

This text has black color on #832947 background.


White color preview on #832947 background

This text has white color on #832947 background.