COLOR #833C58

HEX: #833C58
RGB: (131,60,88)

Color info

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

RGB color model

#833C58 color RGB value is (131,60,88).

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

RGB channels and saturation

R 131 of 255 = 51%
G 60 of 255 = 24%
B 88 of 255 = 35%

131
60
88

R + G + B ~ 37%. #833C58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 60 + 88 = 279 (100%)
R 131 of 279 ~ 46.95%
G 60 of 279 ~ 21.51%
B 88 of 279 ~ 31.54%

%46.95
%21.51
%31.54

CMYK color model

#833C58 color CMYK value is (0,54,33,49).

  • cyan value is 0.00%
  • magenta value is 54.20%
  • yellow value is 32.82%
  • key color value is 48.63%
CMYK:
(0,54,33,49)
C0M54Y33K49 
(0%,54%,33%,49%)
(0.00/0.54/0.33/0.49)	

CMYK percentages

%0
%54.2
%32.82
%48.63

Codes

Color #833C58 in popluar color models

833C58
RGB1316088
HSL336°37.17%37.45%
HSB/HSV336°54.20%51.37%
CMYK0.00%54.20%32.82%
48.63%

Color #833C58 in popluar number systems.

HEX833C58
Decimal1316088
Binary100000111111001011000
Octal20374130

Shades and tints

Shades of #833C58

#833C58
(131,60,88)
#783750
(120,55,80)
#6D3248
(109,50,72)
#622D40
(98,45,64)
#572838
(87,40,56)
#4C2330
(76,35,48)
#411E28
(65,30,40)
#361920
(54,25,32)
#2B1418
(43,20,24)
#200F10
(32,15,16)
#150A08
(21,10,8)
#000000
(0,0,0)

Tints of #833C58

#833C58
(131,60,88)
#8E4D67
(142,77,103)
#995E76
(153,94,118)
#A46F85
(164,111,133)
#AF8094
(175,128,148)
#BA91A3
(186,145,163)
#C5A2B2
(197,162,178)
#D0B3C1
(208,179,193)
#DBC4D0
(219,196,208)
#E6D5DF
(230,213,223)
#F1E6EE
(241,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #833C58; }

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

This text font color is #833C58.


Background Color

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

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

This div background color is #833C58.


Border color

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

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

This div border color is #833C58.


Opacity

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

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

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

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

This text has shadow with #833C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833C58 on black background.


Color preview on white background

This text has color #833C58 on white background.



Black color preview on #833C58 background

This text has black color on #833C58 background.


White color preview on #833C58 background

This text has white color on #833C58 background.