COLOR #533F5C

HEX: #533F5C RGB: (83,63,92)

Color info

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

RGB color model

#533F5C color RGB value is (83,63,92).

RGB: (83,63,92) (33%, 25%, 36%)

RGB channels and saturation

R 83 of 255 = 33%
G 63 of 255 = 25%
B 92 of 255 = 36%

83
63
92

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

Portions of RGB colors in percentages

R + G + B = 83 + 63 + 92 = 238 (100%)
R 83 of 238 ~ 34.87%
G 63 of 238 ~ 26.47%
B 92 of 238 ~ 38.66'%

%34.87
%26.47
%38.66

CMYK color model

#533F5C color CMYK value is (10,32,0,64).

  • cyan value is 9.78%
  • magenta value is 31.52%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (10,32,0,64)
C10M32Y0K64 (10%, 32%, 0%, 64%)
(0.10 / 0.32 / 0.00 / 0.64)

CMYK percentages

%9.78
%31.52
%0
%63.92

Codes

Color #533F5C in popluar color models

53 3F 5C
RGB 83 63 92
HSL 281° 18.71% 30.39%
HSB/HSV 281° 31.52% 36.08%
CMYK 9.78% 31.52% 0.00%
63.92%

Color #533F5C in popluar number systems.

HEX 53 3F 5C
Decimal 83 63 92
Binary 1010011 111111 1011100
Octal 123 77 134

Shades and tints

Shades of #533F5C

#533F5C
(83,63,92)
#4C3A54
(76,58,84)
#45354C
(69,53,76)
#3E3044
(62,48,68)
#372B3C
(55,43,60)
#302634
(48,38,52)
#29212C
(41,33,44)
#221C24
(34,28,36)
#1B171C
(27,23,28)
#141214
(20,18,20)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #533F5C

#533F5C
(83,63,92)
#62506A
(98,80,106)
#716178
(113,97,120)
#807286
(128,114,134)
#8F8394
(143,131,148)
#9E94A2
(158,148,162)
#ADA5B0
(173,165,176)
#BCB6BE
(188,182,190)
#CBC7CC
(203,199,204)
#DAD8DA
(218,216,218)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533F5C; }

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

This text font color is #533F5C.

Background Color

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

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

This div background color is #533F5C.

Border color

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

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

This div border color is #533F5C.

Opacity

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

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

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

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

This text has shadow with #533F5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #533F5C.

Preview

Color preview on black background

This text has color #533F5C on black background.


Color preview on white background

This text has color #533F5C on white background.


Black color preview on #533F5C background

This text has black color on #533F5C background.


White color preview on #533F5C background

This text has white color on #533F5C background.


Related colors

Complementary color

Complementary color for #hex is #ACC0A3.


I love getcolorcode.com

Triadic colors

1 #5C533F and #3F5C53 with #533F5C are triadic colors.

2 #5C3F53 and #3F535C with #533F5C are triadic colors.