COLOR #832958

HEX: #832958
RGB: (131,41,88)

Color info

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

RGB color model

#832958 color RGB value is (131,41,88).

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

RGB channels and saturation

R 131 of 255 = 51%
G 41 of 255 = 16%
B 88 of 255 = 35%

131
41
88

R + G + B ~ 34%. #832958 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 41 + 88 = 260 (100%)
R 131 of 260 ~ 50.38%
G 41 of 260 ~ 15.77%
B 88 of 260 ~ 33.85%

%50.38
%15.77
%33.85

CMYK color model

#832958 color CMYK value is (0,69,33,49).

  • cyan value is 0.00%
  • magenta value is 68.70%
  • yellow value is 32.82%
  • key color value is 48.63%
CMYK:
(0,69,33,49)
C0M69Y33K49 
(0%,69%,33%,49%)
(0.00/0.69/0.33/0.49)	

CMYK percentages

%0
%68.7
%32.82
%48.63

Codes

Color #832958 in popluar color models

832958
RGB1314188
HSL329°52.33%33.73%
HSB/HSV329°68.70%51.37%
CMYK0.00%68.70%32.82%
48.63%

Color #832958 in popluar number systems.

HEX832958
Decimal1314188
Binary100000111010011011000
Octal20351130

Shades and tints

Shades of #832958

#832958
(131,41,88)
#782650
(120,38,80)
#6D2348
(109,35,72)
#622040
(98,32,64)
#571D38
(87,29,56)
#4C1A30
(76,26,48)
#411728
(65,23,40)
#361420
(54,20,32)
#2B1118
(43,17,24)
#200E10
(32,14,16)
#150B08
(21,11,8)
#000000
(0,0,0)

Tints of #832958

#832958
(131,41,88)
#8E3C67
(142,60,103)
#994F76
(153,79,118)
#A46285
(164,98,133)
#AF7594
(175,117,148)
#BA88A3
(186,136,163)
#C59BB2
(197,155,178)
#D0AEC1
(208,174,193)
#DBC1D0
(219,193,208)
#E6D4DF
(230,212,223)
#F1E7EE
(241,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #832958; }

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

This text font color is #832958.


Background Color

.myBgColor { background-color: #832958; }

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

This div background color is #832958.


Border color

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

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

This div border color is #832958.


Opacity

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

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

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

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

This text has shadow with #832958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #832958 on black background.


Color preview on white background

This text has color #832958 on white background.



Black color preview on #832958 background

This text has black color on #832958 background.


White color preview on #832958 background

This text has white color on #832958 background.