COLOR #833C62

HEX: #833C62
RGB: (131,60,98)

Color info

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

RGB color model

#833C62 color RGB value is (131,60,98).

  • red value is 131;
  • green value is 60;
  • blue value is 98.
RGB:
(131,60,98)
(51%,24%,38%)

RGB channels and saturation

R 131 of 255 = 51%
G 60 of 255 = 24%
B 98 of 255 = 38%

131
60
98

R + G + B ~ 38%. #833C62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 60 + 98 = 289 (100%)
R 131 of 289 ~ 45.33%
G 60 of 289 ~ 20.76%
B 98 of 289 ~ 33.91%

%45.33
%20.76
%33.91

CMYK color model

#833C62 color CMYK value is (0,54,25,49).

  • cyan value is 0.00%
  • magenta value is 54.20%
  • yellow value is 25.19%
  • key color value is 48.63%
CMYK:
(0,54,25,49)
C0M54Y25K49 
(0%,54%,25%,49%)
(0.00/0.54/0.25/0.49)	

CMYK percentages

%0
%54.2
%25.19
%48.63

Codes

Color #833C62 in popluar color models

833C62
RGB1316098
HSL328°37.17%37.45%
HSB/HSV328°54.20%51.37%
CMYK0.00%54.20%25.19%
48.63%

Color #833C62 in popluar number systems.

HEX833C62
Decimal1316098
Binary100000111111001100010
Octal20374142

Shades and tints

Shades of #833C62

#833C62
(131,60,98)
#78375A
(120,55,90)
#6D3252
(109,50,82)
#622D4A
(98,45,74)
#572842
(87,40,66)
#4C233A
(76,35,58)
#411E32
(65,30,50)
#36192A
(54,25,42)
#2B1422
(43,20,34)
#200F1A
(32,15,26)
#150A12
(21,10,18)
#000000
(0,0,0)

Tints of #833C62

#833C62
(131,60,98)
#8E4D70
(142,77,112)
#995E7E
(153,94,126)
#A46F8C
(164,111,140)
#AF809A
(175,128,154)
#BA91A8
(186,145,168)
#C5A2B6
(197,162,182)
#D0B3C4
(208,179,196)
#DBC4D2
(219,196,210)
#E6D5E0
(230,213,224)
#F1E6EE
(241,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #833C62 color. Also use rgb(131,60,98) instead hex code.

Text Font Color

.myTextColor { color: #833C62; }

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

This text font color is #833C62.


Background Color

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

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

This div background color is #833C62.


Border color

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

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

This div border color is #833C62.


Opacity

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

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

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

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

This text has shadow with #833C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833C62 on black background.


Color preview on white background

This text has color #833C62 on white background.



Black color preview on #833C62 background

This text has black color on #833C62 background.


White color preview on #833C62 background

This text has white color on #833C62 background.