COLOR #533B64

HEX: #533B64
RGB: (83,59,100)

Color info

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

RGB color model

#533B64 color RGB value is (83,59,100).

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

RGB channels and saturation

R 83 of 255 = 33%
G 59 of 255 = 23%
B 100 of 255 = 39%

83
59
100

R + G + B ~ 32%. #533B64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 59 + 100 = 242 (100%)
R 83 of 242 ~ 34.3%
G 59 of 242 ~ 24.38%
B 100 of 242 ~ 41.32%

%34.3
%24.38
%41.32

CMYK color model

#533B64 color CMYK value is (17,41,0,61).

  • cyan value is 17.00%
  • magenta value is 41.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(17,41,0,61)
C17M41Y0K61 
(17%,41%,0%,61%)
(0.17/0.41/0.00/0.61)	

CMYK percentages

%17
%41
%0
%60.78

Codes

Color #533B64 in popluar color models

533B64
RGB8359100
HSL275°25.79%31.18%
HSB/HSV275°41.00%39.22%
CMYK17.00%41.00%0.00%
60.78%

Color #533B64 in popluar number systems.

HEX533B64
Decimal8359100
Binary10100111110111100100
Octal12373144

Shades and tints

Shades of #533B64

#533B64
(83,59,100)
#4C365B
(76,54,91)
#453152
(69,49,82)
#3E2C49
(62,44,73)
#372740
(55,39,64)
#302237
(48,34,55)
#291D2E
(41,29,46)
#221825
(34,24,37)
#1B131C
(27,19,28)
#140E13
(20,14,19)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #533B64

#533B64
(83,59,100)
#624C72
(98,76,114)
#715D80
(113,93,128)
#806E8E
(128,110,142)
#8F7F9C
(143,127,156)
#9E90AA
(158,144,170)
#ADA1B8
(173,161,184)
#BCB2C6
(188,178,198)
#CBC3D4
(203,195,212)
#DAD4E2
(218,212,226)
#E9E5F0
(233,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533B64; }

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

This text font color is #533B64.


Background Color

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

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

This div background color is #533B64.


Border color

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

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

This div border color is #533B64.


Opacity

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

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

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

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

This text has shadow with #533B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533B64 on black background.


Color preview on white background

This text has color #533B64 on white background.



Black color preview on #533B64 background

This text has black color on #533B64 background.


White color preview on #533B64 background

This text has white color on #533B64 background.