COLOR #533B59

HEX: #533B59
RGB: (83,59,89)

Color info

#533B59 contains red, green and blue colors in about the same proportion. Web safe color of #533B59 is #663366 (or #636).

RGB color model

#533B59 color RGB value is (83,59,89).

  • red value is 83;
  • green value is 59;
  • blue value is 89.
RGB:
(83,59,89)
(33%,23%,35%)

RGB channels and saturation

R 83 of 255 = 33%
G 59 of 255 = 23%
B 89 of 255 = 35%

83
59
89

R + G + B ~ 30%. #533B59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 59 + 89 = 231 (100%)
R 83 of 231 ~ 35.93%
G 59 of 231 ~ 25.54%
B 89 of 231 ~ 38.53%

%35.93
%25.54
%38.53

CMYK color model

#533B59 color CMYK value is (7,34,0,65).

  • cyan value is 6.74%
  • magenta value is 33.71%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(7,34,0,65)
C7M34Y0K65 
(7%,34%,0%,65%)
(0.07/0.34/0.00/0.65)	

CMYK percentages

%6.74
%33.71
%0
%65.1

Codes

Color #533B59 in popluar color models

533B59
RGB835989
HSL288°20.27%29.02%
HSB/HSV288°33.71%34.90%
CMYK6.74%33.71%0.00%
65.10%

Color #533B59 in popluar number systems.

HEX533B59
Decimal835989
Binary10100111110111011001
Octal12373131

Shades and tints

Shades of #533B59

#533B59
(83,59,89)
#4C3651
(76,54,81)
#453149
(69,49,73)
#3E2C41
(62,44,65)
#372739
(55,39,57)
#302231
(48,34,49)
#291D29
(41,29,41)
#221821
(34,24,33)
#1B1319
(27,19,25)
#140E11
(20,14,17)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #533B59

#533B59
(83,59,89)
#624C68
(98,76,104)
#715D77
(113,93,119)
#806E86
(128,110,134)
#8F7F95
(143,127,149)
#9E90A4
(158,144,164)
#ADA1B3
(173,161,179)
#BCB2C2
(188,178,194)
#CBC3D1
(203,195,209)
#DAD4E0
(218,212,224)
#E9E5EF
(233,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533B59 color. Also use rgb(83,59,89) instead hex code.

Text Font Color

.myTextColor { color: #533B59; }

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

This text font color is #533B59.


Background Color

.myBgColor { background-color: #533B59; }

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

This div background color is #533B59.


Border color

.myBorderColor { border: 1px solid #533B59; }

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

This div border color is #533B59.


Opacity

.myOpacity80 { color: #533B59; opacity: 0.8; }

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

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

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

This text has shadow with #533B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533B59 on black background.


Color preview on white background

This text has color #533B59 on white background.



Black color preview on #533B59 background

This text has black color on #533B59 background.


White color preview on #533B59 background

This text has white color on #533B59 background.