COLOR #533E55

HEX: #533E55 RGB: (83,62,85)

Color info

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

RGB color model

#533E55 color RGB value is (83,62,85).

RGB: (83,62,85) (33%, 24%, 33%)

RGB channels and saturation

R 83 of 255 = 33%
G 62 of 255 = 24%
B 85 of 255 = 33%

83
62
85

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

Portions of RGB colors in percentages

R + G + B = 83 + 62 + 85 = 230 (100%)
R 83 of 230 ~ 36.09%
G 62 of 230 ~ 26.96%
B 85 of 230 ~ 36.96'%

%36.09
%26.96
%36.96

CMYK color model

#533E55 color CMYK value is (2,27,0,67).

  • cyan value is 2.35%
  • magenta value is 27.06%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (2,27,0,67)
C2M27Y0K67 (2%, 27%, 0%, 67%)
(0.02 / 0.27 / 0.00 / 0.67)

CMYK percentages

%2.35
%27.06
%0
%66.67

Codes

Color #533E55 in popluar color models

53 3E 55
RGB 83 62 85
HSL 295° 15.65% 28.82%
HSB/HSV 295° 27.06% 33.33%
CMYK 2.35% 27.06% 0.00%
66.67%

Color #533E55 in popluar number systems.

HEX 53 3E 55
Decimal 83 62 85
Binary 1010011 111110 1010101
Octal 123 76 125

Shades and tints

Shades of #533E55

#533E55
(83,62,85)
#4C394E
(76,57,78)
#453447
(69,52,71)
#3E2F40
(62,47,64)
#372A39
(55,42,57)
#302532
(48,37,50)
#29202B
(41,32,43)
#221B24
(34,27,36)
#1B161D
(27,22,29)
#141116
(20,17,22)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #533E55

#533E55
(83,62,85)
#624F64
(98,79,100)
#716073
(113,96,115)
#807182
(128,113,130)
#8F8291
(143,130,145)
#9E93A0
(158,147,160)
#ADA4AF
(173,164,175)
#BCB5BE
(188,181,190)
#CBC6CD
(203,198,205)
#DAD7DC
(218,215,220)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533E55 color. Also use rgb(83,62,85) instead hex code.

Text Font Color

.myTextColor { color: #533E55; }

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

This text font color is #533E55.

Background Color

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

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

This div background color is #533E55.

Border color

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

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

This div border color is #533E55.

Opacity

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

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

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

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

This text has shadow with #533E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #533E55.

Preview

Color preview on black background

This text has color #533E55 on black background.


Color preview on white background

This text has color #533E55 on white background.


Black color preview on #533E55 background

This text has black color on #533E55 background.


White color preview on #533E55 background

This text has white color on #533E55 background.


Related colors

Complementary color

Complementary color for #hex is #ACC1AA.


I love getcolorcode.com

Triadic colors

1 #55533E and #3E5553 with #533E55 are triadic colors.

2 #553E53 and #3E5355 with #533E55 are triadic colors.