COLOR #533665

HEX: #533665
RGB: (83,54,101)

Color info

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

RGB color model

#533665 color RGB value is (83,54,101).

  • red value is 83;
  • green value is 54;
  • blue value is 101.
RGB:
(83,54,101)
(33%,21%,40%)

RGB channels and saturation

R 83 of 255 = 33%
G 54 of 255 = 21%
B 101 of 255 = 40%

83
54
101

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

Portions of RGB colors in percentages

R + G + B =
83 + 54 + 101 = 238 (100%)
R 83 of 238 ~ 34.87%
G 54 of 238 ~ 22.69%
B 101 of 238 ~ 42.44%

%34.87
%22.69
%42.44

CMYK color model

#533665 color CMYK value is (18,47,0,60).

  • cyan value is 17.82%
  • magenta value is 46.53%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(18,47,0,60)
C18M47Y0K60 
(18%,47%,0%,60%)
(0.18/0.47/0.00/0.60)	

CMYK percentages

%17.82
%46.53
%0
%60.39

Codes

Color #533665 in popluar color models

533665
RGB8354101
HSL277°30.32%30.39%
HSB/HSV277°46.53%39.61%
CMYK17.82%46.53%0.00%
60.39%

Color #533665 in popluar number systems.

HEX533665
Decimal8354101
Binary10100111101101100101
Octal12366145

Shades and tints

Shades of #533665

#533665
(83,54,101)
#4C325C
(76,50,92)
#452E53
(69,46,83)
#3E2A4A
(62,42,74)
#372641
(55,38,65)
#302238
(48,34,56)
#291E2F
(41,30,47)
#221A26
(34,26,38)
#1B161D
(27,22,29)
#141214
(20,18,20)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #533665

#533665
(83,54,101)
#624873
(98,72,115)
#715A81
(113,90,129)
#806C8F
(128,108,143)
#8F7E9D
(143,126,157)
#9E90AB
(158,144,171)
#ADA2B9
(173,162,185)
#BCB4C7
(188,180,199)
#CBC6D5
(203,198,213)
#DAD8E3
(218,216,227)
#E9EAF1
(233,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533665 color. Also use rgb(83,54,101) instead hex code.

Text Font Color

.myTextColor { color: #533665; }

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

This text font color is #533665.


Background Color

.myBgColor { background-color: #533665; }

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

This div background color is #533665.


Border color

.myBorderColor { border: 1px solid #533665; }

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

This div border color is #533665.


Opacity

.myOpacity80 { color: #533665; opacity: 0.8; }

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

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

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

This text has shadow with #533665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533665 on black background.


Color preview on white background

This text has color #533665 on white background.



Black color preview on #533665 background

This text has black color on #533665 background.


White color preview on #533665 background

This text has white color on #533665 background.