COLOR #833C52

HEX: #833C52
RGB: (131,60,82)

Color info

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

RGB color model

#833C52 color RGB value is (131,60,82).

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

RGB channels and saturation

R 131 of 255 = 51%
G 60 of 255 = 24%
B 82 of 255 = 32%

131
60
82

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

Portions of RGB colors in percentages

R + G + B =
131 + 60 + 82 = 273 (100%)
R 131 of 273 ~ 47.99%
G 60 of 273 ~ 21.98%
B 82 of 273 ~ 30.04%

%47.99
%21.98
%30.04

CMYK color model

#833C52 color CMYK value is (0,54,37,49).

  • cyan value is 0.00%
  • magenta value is 54.20%
  • yellow value is 37.40%
  • key color value is 48.63%
CMYK:
(0,54,37,49)
C0M54Y37K49 
(0%,54%,37%,49%)
(0.00/0.54/0.37/0.49)	

CMYK percentages

%0
%54.2
%37.4
%48.63

Codes

Color #833C52 in popluar color models

833C52
RGB1316082
HSL341°37.17%37.45%
HSB/HSV341°54.20%51.37%
CMYK0.00%54.20%37.40%
48.63%

Color #833C52 in popluar number systems.

HEX833C52
Decimal1316082
Binary100000111111001010010
Octal20374122

Shades and tints

Shades of #833C52

#833C52
(131,60,82)
#78374B
(120,55,75)
#6D3244
(109,50,68)
#622D3D
(98,45,61)
#572836
(87,40,54)
#4C232F
(76,35,47)
#411E28
(65,30,40)
#361921
(54,25,33)
#2B141A
(43,20,26)
#200F13
(32,15,19)
#150A0C
(21,10,12)
#000000
(0,0,0)

Tints of #833C52

#833C52
(131,60,82)
#8E4D61
(142,77,97)
#995E70
(153,94,112)
#A46F7F
(164,111,127)
#AF808E
(175,128,142)
#BA919D
(186,145,157)
#C5A2AC
(197,162,172)
#D0B3BB
(208,179,187)
#DBC4CA
(219,196,202)
#E6D5D9
(230,213,217)
#F1E6E8
(241,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #833C52; }

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

This text font color is #833C52.


Background Color

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

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

This div background color is #833C52.


Border color

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

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

This div border color is #833C52.


Opacity

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

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

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

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

This text has shadow with #833C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833C52 on black background.


Color preview on white background

This text has color #833C52 on white background.



Black color preview on #833C52 background

This text has black color on #833C52 background.


White color preview on #833C52 background

This text has white color on #833C52 background.