COLOR #533B5C

HEX: #533B5C
RGB: (83,59,92)

Color info

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

RGB color model

#533B5C color RGB value is (83,59,92).

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

RGB channels and saturation

R 83 of 255 = 33%
G 59 of 255 = 23%
B 92 of 255 = 36%

83
59
92

R + G + B ~ 31%. #533B5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 59 + 92 = 234 (100%)
R 83 of 234 ~ 35.47%
G 59 of 234 ~ 25.21%
B 92 of 234 ~ 39.32%

%35.47
%25.21
%39.32

CMYK color model

#533B5C color CMYK value is (10,36,0,64).

  • cyan value is 9.78%
  • magenta value is 35.87%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(10,36,0,64)
C10M36Y0K64 
(10%,36%,0%,64%)
(0.10/0.36/0.00/0.64)	

CMYK percentages

%9.78
%35.87
%0
%63.92

Codes

Color #533B5C in popluar color models

533B5C
RGB835992
HSL284°21.85%29.61%
HSB/HSV284°35.87%36.08%
CMYK9.78%35.87%0.00%
63.92%

Color #533B5C in popluar number systems.

HEX533B5C
Decimal835992
Binary10100111110111011100
Octal12373134

Shades and tints

Shades of #533B5C

#533B5C
(83,59,92)
#4C3654
(76,54,84)
#45314C
(69,49,76)
#3E2C44
(62,44,68)
#37273C
(55,39,60)
#302234
(48,34,52)
#291D2C
(41,29,44)
#221824
(34,24,36)
#1B131C
(27,19,28)
#140E14
(20,14,20)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #533B5C

#533B5C
(83,59,92)
#624C6A
(98,76,106)
#715D78
(113,93,120)
#806E86
(128,110,134)
#8F7F94
(143,127,148)
#9E90A2
(158,144,162)
#ADA1B0
(173,161,176)
#BCB2BE
(188,178,190)
#CBC3CC
(203,195,204)
#DAD4DA
(218,212,218)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533B5C; }

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

This text font color is #533B5C.


Background Color

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

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

This div background color is #533B5C.


Border color

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

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

This div border color is #533B5C.


Opacity

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

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

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

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

This text has shadow with #533B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533B5C on black background.


Color preview on white background

This text has color #533B5C on white background.



Black color preview on #533B5C background

This text has black color on #533B5C background.


White color preview on #533B5C background

This text has white color on #533B5C background.