COLOR #833F73

HEX: #833F73
RGB: (131,63,115)

Color info

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

RGB color model

#833F73 color RGB value is (131,63,115).

  • red value is 131;
  • green value is 63;
  • blue value is 115.
RGB:
(131,63,115)
(51%,25%,45%)

RGB channels and saturation

R 131 of 255 = 51%
G 63 of 255 = 25%
B 115 of 255 = 45%

131
63
115

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

Portions of RGB colors in percentages

R + G + B =
131 + 63 + 115 = 309 (100%)
R 131 of 309 ~ 42.39%
G 63 of 309 ~ 20.39%
B 115 of 309 ~ 37.22%

%42.39
%20.39
%37.22

CMYK color model

#833F73 color CMYK value is (0,52,12,49).

  • cyan value is 0.00%
  • magenta value is 51.91%
  • yellow value is 12.21%
  • key color value is 48.63%
CMYK:
(0,52,12,49)
C0M52Y12K49 
(0%,52%,12%,49%)
(0.00/0.52/0.12/0.49)	

CMYK percentages

%0
%51.91
%12.21
%48.63

Codes

Color #833F73 in popluar color models

833F73
RGB13163115
HSL314°35.05%38.04%
HSB/HSV314°51.91%51.37%
CMYK0.00%51.91%12.21%
48.63%

Color #833F73 in popluar number systems.

HEX833F73
Decimal13163115
Binary100000111111111110011
Octal20377163

Shades and tints

Shades of #833F73

#833F73
(131,63,115)
#783A69
(120,58,105)
#6D355F
(109,53,95)
#623055
(98,48,85)
#572B4B
(87,43,75)
#4C2641
(76,38,65)
#412137
(65,33,55)
#361C2D
(54,28,45)
#2B1723
(43,23,35)
#201219
(32,18,25)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #833F73

#833F73
(131,63,115)
#8E507F
(142,80,127)
#99618B
(153,97,139)
#A47297
(164,114,151)
#AF83A3
(175,131,163)
#BA94AF
(186,148,175)
#C5A5BB
(197,165,187)
#D0B6C7
(208,182,199)
#DBC7D3
(219,199,211)
#E6D8DF
(230,216,223)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #833F73 color. Also use rgb(131,63,115) instead hex code.

Text Font Color

.myTextColor { color: #833F73; }

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

This text font color is #833F73.


Background Color

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

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

This div background color is #833F73.


Border color

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

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

This div border color is #833F73.


Opacity

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

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

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

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

This text has shadow with #833F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833F73 on black background.


Color preview on white background

This text has color #833F73 on white background.



Black color preview on #833F73 background

This text has black color on #833F73 background.


White color preview on #833F73 background

This text has white color on #833F73 background.