COLOR #533C54

HEX: #533C54 RGB: (83,60,84)

Color info

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

RGB color model

#533C54 color RGB value is (83,60,84).

RGB: (83,60,84) (33%, 24%, 33%)

RGB channels and saturation

R 83 of 255 = 33%
G 60 of 255 = 24%
B 84 of 255 = 33%

83
60
84

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

Portions of RGB colors in percentages

R + G + B = 83 + 60 + 84 = 227 (100%)
R 83 of 227 ~ 36.56%
G 60 of 227 ~ 26.43%
B 84 of 227 ~ 37'%

%36.56
%26.43
%37

CMYK color model

#533C54 color CMYK value is (1,29,0,67).

  • cyan value is 1.19%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 67.06%

CMYK: (1,29,0,67)
C1M29Y0K67 (1%, 29%, 0%, 67%)
(0.01 / 0.29 / 0.00 / 0.67)

CMYK percentages

%1.19
%28.57
%0
%67.06

Codes

Color #533C54 in popluar color models

53 3C 54
RGB 83 60 84
HSL 298° 16.67% 28.24%
HSB/HSV 298° 28.57% 32.94%
CMYK 1.19% 28.57% 0.00%
67.06%

Color #533C54 in popluar number systems.

HEX 53 3C 54
Decimal 83 60 84
Binary 1010011 111100 1010100
Octal 123 74 124

Shades and tints

Shades of #533C54

#533C54
(83,60,84)
#4C374D
(76,55,77)
#453246
(69,50,70)
#3E2D3F
(62,45,63)
#372838
(55,40,56)
#302331
(48,35,49)
#291E2A
(41,30,42)
#221923
(34,25,35)
#1B141C
(27,20,28)
#140F15
(20,15,21)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #533C54

#533C54
(83,60,84)
#624D63
(98,77,99)
#715E72
(113,94,114)
#806F81
(128,111,129)
#8F8090
(143,128,144)
#9E919F
(158,145,159)
#ADA2AE
(173,162,174)
#BCB3BD
(188,179,189)
#CBC4CC
(203,196,204)
#DAD5DB
(218,213,219)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533C54 color. Also use rgb(83,60,84) instead hex code.

Text Font Color

.myTextColor { color: #533C54; }

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

This text font color is #533C54.

Background Color

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

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

This div background color is #533C54.

Border color

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

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

This div border color is #533C54.

Opacity

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

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

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

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

This text has shadow with #533C54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #533C54.

Preview

Color preview on black background

This text has color #533C54 on black background.


Color preview on white background

This text has color #533C54 on white background.


Black color preview on #533C54 background

This text has black color on #533C54 background.


White color preview on #533C54 background

This text has white color on #533C54 background.


Related colors

Complementary color

Complementary color for #hex is #ACC3AB.


I love getcolorcode.com

Triadic colors

1 #54533C and #3C5453 with #533C54 are triadic colors.

2 #543C53 and #3C5354 with #533C54 are triadic colors.