COLOR #832B53

HEX: #832B53
RGB: (131,43,83)

Color info

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

RGB color model

#832B53 color RGB value is (131,43,83).

  • red value is 131;
  • green value is 43;
  • blue value is 83.
RGB:
(131,43,83)
(51%,17%,33%)

RGB channels and saturation

R 131 of 255 = 51%
G 43 of 255 = 17%
B 83 of 255 = 33%

131
43
83

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

Portions of RGB colors in percentages

R + G + B =
131 + 43 + 83 = 257 (100%)
R 131 of 257 ~ 50.97%
G 43 of 257 ~ 16.73%
B 83 of 257 ~ 32.3%

%50.97
%16.73
%32.3

CMYK color model

#832B53 color CMYK value is (0,67,37,49).

  • cyan value is 0.00%
  • magenta value is 67.18%
  • yellow value is 36.64%
  • key color value is 48.63%
CMYK:
(0,67,37,49)
C0M67Y37K49 
(0%,67%,37%,49%)
(0.00/0.67/0.37/0.49)	

CMYK percentages

%0
%67.18
%36.64
%48.63

Codes

Color #832B53 in popluar color models

832B53
RGB1314383
HSL333°50.57%34.12%
HSB/HSV333°67.18%51.37%
CMYK0.00%67.18%36.64%
48.63%

Color #832B53 in popluar number systems.

HEX832B53
Decimal1314383
Binary100000111010111010011
Octal20353123

Shades and tints

Shades of #832B53

#832B53
(131,43,83)
#78284C
(120,40,76)
#6D2545
(109,37,69)
#62223E
(98,34,62)
#571F37
(87,31,55)
#4C1C30
(76,28,48)
#411929
(65,25,41)
#361622
(54,22,34)
#2B131B
(43,19,27)
#201014
(32,16,20)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #832B53

#832B53
(131,43,83)
#8E3E62
(142,62,98)
#995171
(153,81,113)
#A46480
(164,100,128)
#AF778F
(175,119,143)
#BA8A9E
(186,138,158)
#C59DAD
(197,157,173)
#D0B0BC
(208,176,188)
#DBC3CB
(219,195,203)
#E6D6DA
(230,214,218)
#F1E9E9
(241,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #832B53 color. Also use rgb(131,43,83) instead hex code.

Text Font Color

.myTextColor { color: #832B53; }

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

This text font color is #832B53.


Background Color

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

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

This div background color is #832B53.


Border color

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

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

This div border color is #832B53.


Opacity

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

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

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

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

This text has shadow with #832B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #832B53 on black background.


Color preview on white background

This text has color #832B53 on white background.



Black color preview on #832B53 background

This text has black color on #832B53 background.


White color preview on #832B53 background

This text has white color on #832B53 background.