COLOR #833F50

HEX: #833F50
RGB: (131,63,80)

Color info

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

RGB color model

#833F50 color RGB value is (131,63,80).

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

RGB channels and saturation

R 131 of 255 = 51%
G 63 of 255 = 25%
B 80 of 255 = 31%

131
63
80

R + G + B ~ 36%. #833F50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 63 + 80 = 274 (100%)
R 131 of 274 ~ 47.81%
G 63 of 274 ~ 22.99%
B 80 of 274 ~ 29.2%

%47.81
%22.99
%29.2

CMYK color model

#833F50 color CMYK value is (0,52,39,49).

  • cyan value is 0.00%
  • magenta value is 51.91%
  • yellow value is 38.93%
  • key color value is 48.63%
CMYK:
(0,52,39,49)
C0M52Y39K49 
(0%,52%,39%,49%)
(0.00/0.52/0.39/0.49)	

CMYK percentages

%0
%51.91
%38.93
%48.63

Codes

Color #833F50 in popluar color models

833F50
RGB1316380
HSL345°35.05%38.04%
HSB/HSV345°51.91%51.37%
CMYK0.00%51.91%38.93%
48.63%

Color #833F50 in popluar number systems.

HEX833F50
Decimal1316380
Binary100000111111111010000
Octal20377120

Shades and tints

Shades of #833F50

#833F50
(131,63,80)
#783A49
(120,58,73)
#6D3542
(109,53,66)
#62303B
(98,48,59)
#572B34
(87,43,52)
#4C262D
(76,38,45)
#412126
(65,33,38)
#361C1F
(54,28,31)
#2B1718
(43,23,24)
#201211
(32,18,17)
#150D0A
(21,13,10)
#000000
(0,0,0)

Tints of #833F50

#833F50
(131,63,80)
#8E505F
(142,80,95)
#99616E
(153,97,110)
#A4727D
(164,114,125)
#AF838C
(175,131,140)
#BA949B
(186,148,155)
#C5A5AA
(197,165,170)
#D0B6B9
(208,182,185)
#DBC7C8
(219,199,200)
#E6D8D7
(230,216,215)
#F1E9E6
(241,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #833F50; }

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

This text font color is #833F50.


Background Color

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

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

This div background color is #833F50.


Border color

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

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

This div border color is #833F50.


Opacity

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

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

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

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

This text has shadow with #833F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833F50 on black background.


Color preview on white background

This text has color #833F50 on white background.



Black color preview on #833F50 background

This text has black color on #833F50 background.


White color preview on #833F50 background

This text has white color on #833F50 background.