COLOR #833B53

HEX: #833B53 RGB: (131,59,83)

Color info

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

RGB color model

#833B53 color RGB value is (131,59,83).

RGB: (131,59,83) (51%, 23%, 33%)

RGB channels and saturation

R 131 of 255 = 51%
G 59 of 255 = 23%
B 83 of 255 = 33%

131
59
83

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

Portions of RGB colors in percentages

R + G + B = 131 + 59 + 83 = 273 (100%)
R 131 of 273 ~ 47.99%
G 59 of 273 ~ 21.61%
B 83 of 273 ~ 30.4'%

%47.99
%21.61
%30.4

CMYK color model

#833B53 color CMYK value is (0,55,37,49).

  • cyan value is 0.00%
  • magenta value is 54.96%
  • yellow value is 36.64%
  • key color value is 48.63%

CMYK: (0,55,37,49)
C0M55Y37K49 (0%, 55%, 37%, 49%)
(0.00 / 0.55 / 0.37 / 0.49)

CMYK percentages

%0
%54.96
%36.64
%48.63

Codes

Color #833B53 in popluar color models

83 3B 53
RGB 131 59 83
HSL 340° 37.89% 37.25%
HSB/HSV 340° 54.96% 51.37%
CMYK 0.00% 54.96% 36.64%
48.63%

Color #833B53 in popluar number systems.

HEX 83 3B 53
Decimal 131 59 83
Binary 10000011 111011 1010011
Octal 203 73 123

Shades and tints

Shades of #833B53

#833B53
(131,59,83)
#78364C
(120,54,76)
#6D3145
(109,49,69)
#622C3E
(98,44,62)
#572737
(87,39,55)
#4C2230
(76,34,48)
#411D29
(65,29,41)
#361822
(54,24,34)
#2B131B
(43,19,27)
#200E14
(32,14,20)
#15090D
(21,9,13)
#000000
(0,0,0)

Tints of #833B53

#833B53
(131,59,83)
#8E4C62
(142,76,98)
#995D71
(153,93,113)
#A46E80
(164,110,128)
#AF7F8F
(175,127,143)
#BA909E
(186,144,158)
#C5A1AD
(197,161,173)
#D0B2BC
(208,178,188)
#DBC3CB
(219,195,203)
#E6D4DA
(230,212,218)
#F1E5E9
(241,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #833B53; }

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

This text font color is #833B53.

Background Color

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

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

This div background color is #833B53.

Border color

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

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

This div border color is #833B53.

Opacity

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

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

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

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

This text has shadow with #833B53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #833B53.

Preview

Color preview on black background

This text has color #833B53 on black background.


Color preview on white background

This text has color #833B53 on white background.


Black color preview on #833B53 background

This text has black color on #833B53 background.


White color preview on #833B53 background

This text has white color on #833B53 background.


Related colors

Complementary color

Complementary color for #hex is #7CC4AC.


I love getcolorcode.com

Triadic colors

1 #53833B and #3B5383 with #833B53 are triadic colors.

2 #533B83 and #3B8353 with #833B53 are triadic colors.