COLOR #833B77

HEX: #833B77
RGB: (131,59,119)

Color info

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

RGB color model

#833B77 color RGB value is (131,59,119).

  • red value is 131;
  • green value is 59;
  • blue value is 119.
RGB:
(131,59,119)
(51%,23%,47%)

RGB channels and saturation

R 131 of 255 = 51%
G 59 of 255 = 23%
B 119 of 255 = 47%

131
59
119

R + G + B ~ 40%. #833B77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 59 + 119 = 309 (100%)
R 131 of 309 ~ 42.39%
G 59 of 309 ~ 19.09%
B 119 of 309 ~ 38.51%

%42.39
%19.09
%38.51

CMYK color model

#833B77 color CMYK value is (0,55,9,49).

  • cyan value is 0.00%
  • magenta value is 54.96%
  • yellow value is 9.16%
  • key color value is 48.63%
CMYK:
(0,55,9,49)
C0M55Y9K49 
(0%,55%,9%,49%)
(0.00/0.55/0.09/0.49)	

CMYK percentages

%0
%54.96
%9.16
%48.63

Codes

Color #833B77 in popluar color models

833B77
RGB13159119
HSL310°37.89%37.25%
HSB/HSV310°54.96%51.37%
CMYK0.00%54.96%9.16%
48.63%

Color #833B77 in popluar number systems.

HEX833B77
Decimal13159119
Binary100000111110111110111
Octal20373167

Shades and tints

Shades of #833B77

#833B77
(131,59,119)
#78366D
(120,54,109)
#6D3163
(109,49,99)
#622C59
(98,44,89)
#57274F
(87,39,79)
#4C2245
(76,34,69)
#411D3B
(65,29,59)
#361831
(54,24,49)
#2B1327
(43,19,39)
#200E1D
(32,14,29)
#150913
(21,9,19)
#000000
(0,0,0)

Tints of #833B77

#833B77
(131,59,119)
#8E4C83
(142,76,131)
#995D8F
(153,93,143)
#A46E9B
(164,110,155)
#AF7FA7
(175,127,167)
#BA90B3
(186,144,179)
#C5A1BF
(197,161,191)
#D0B2CB
(208,178,203)
#DBC3D7
(219,195,215)
#E6D4E3
(230,212,227)
#F1E5EF
(241,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #833B77 color. Also use rgb(131,59,119) instead hex code.

Text Font Color

.myTextColor { color: #833B77; }

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

This text font color is #833B77.


Background Color

.myBgColor { background-color: #833B77; }

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

This div background color is #833B77.


Border color

.myBorderColor { border: 1px solid #833B77; }

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

This div border color is #833B77.


Opacity

.myOpacity80 { color: #833B77; opacity: 0.8; }

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

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

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

This text has shadow with #833B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833B77 on black background.


Color preview on white background

This text has color #833B77 on white background.



Black color preview on #833B77 background

This text has black color on #833B77 background.


White color preview on #833B77 background

This text has white color on #833B77 background.