COLOR #833053

HEX: #833053
RGB: (131,48,83)

Color info

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

RGB color model

#833053 color RGB value is (131,48,83).

  • red value is 131;
  • green value is 48;
  • blue value is 83.
RGB:
(131,48,83)
(51%,19%,33%)

RGB channels and saturation

R 131 of 255 = 51%
G 48 of 255 = 19%
B 83 of 255 = 33%

131
48
83

R + G + B ~ 34%. #833053 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 48 + 83 = 262 (100%)
R 131 of 262 ~ 50%
G 48 of 262 ~ 18.32%
B 83 of 262 ~ 31.68%

%50
%18.32
%31.68

CMYK color model

#833053 color CMYK value is (0,63,37,49).

  • cyan value is 0.00%
  • magenta value is 63.36%
  • yellow value is 36.64%
  • key color value is 48.63%
CMYK:
(0,63,37,49)
C0M63Y37K49 
(0%,63%,37%,49%)
(0.00/0.63/0.37/0.49)	

CMYK percentages

%0
%63.36
%36.64
%48.63

Codes

Color #833053 in popluar color models

833053
RGB1314883
HSL335°46.37%35.10%
HSB/HSV335°63.36%51.37%
CMYK0.00%63.36%36.64%
48.63%

Color #833053 in popluar number systems.

HEX833053
Decimal1314883
Binary100000111100001010011
Octal20360123

Shades and tints

Shades of #833053

#833053
(131,48,83)
#782C4C
(120,44,76)
#6D2845
(109,40,69)
#62243E
(98,36,62)
#572037
(87,32,55)
#4C1C30
(76,28,48)
#411829
(65,24,41)
#361422
(54,20,34)
#2B101B
(43,16,27)
#200C14
(32,12,20)
#15080D
(21,8,13)
#000000
(0,0,0)

Tints of #833053

#833053
(131,48,83)
#8E4262
(142,66,98)
#995471
(153,84,113)
#A46680
(164,102,128)
#AF788F
(175,120,143)
#BA8A9E
(186,138,158)
#C59CAD
(197,156,173)
#D0AEBC
(208,174,188)
#DBC0CB
(219,192,203)
#E6D2DA
(230,210,218)
#F1E4E9
(241,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #833053 color. Also use rgb(131,48,83) instead hex code.

Text Font Color

.myTextColor { color: #833053; }

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

This text font color is #833053.


Background Color

.myBgColor { background-color: #833053; }

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

This div background color is #833053.


Border color

.myBorderColor { border: 1px solid #833053; }

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

This div border color is #833053.


Opacity

.myOpacity80 { color: #833053; opacity: 0.8; }

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

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

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

This text has shadow with #833053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833053 on black background.


Color preview on white background

This text has color #833053 on white background.



Black color preview on #833053 background

This text has black color on #833053 background.


White color preview on #833053 background

This text has white color on #833053 background.