COLOR #533D5A

HEX: #533D5A
RGB: (83,61,90)

Color info

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

RGB color model

#533D5A color RGB value is (83,61,90).

  • red value is 83;
  • green value is 61;
  • blue value is 90.
RGB:
(83,61,90)
(33%,24%,35%)

RGB channels and saturation

R 83 of 255 = 33%
G 61 of 255 = 24%
B 90 of 255 = 35%

83
61
90

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

Portions of RGB colors in percentages

R + G + B =
83 + 61 + 90 = 234 (100%)
R 83 of 234 ~ 35.47%
G 61 of 234 ~ 26.07%
B 90 of 234 ~ 38.46%

%35.47
%26.07
%38.46

CMYK color model

#533D5A color CMYK value is (8,32,0,65).

  • cyan value is 7.78%
  • magenta value is 32.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(8,32,0,65)
C8M32Y0K65 
(8%,32%,0%,65%)
(0.08/0.32/0.00/0.65)	

CMYK percentages

%7.78
%32.22
%0
%64.71

Codes

Color #533D5A in popluar color models

533D5A
RGB836190
HSL286°19.21%29.61%
HSB/HSV286°32.22%35.29%
CMYK7.78%32.22%0.00%
64.71%

Color #533D5A in popluar number systems.

HEX533D5A
Decimal836190
Binary10100111111011011010
Octal12375132

Shades and tints

Shades of #533D5A

#533D5A
(83,61,90)
#4C3852
(76,56,82)
#45334A
(69,51,74)
#3E2E42
(62,46,66)
#37293A
(55,41,58)
#302432
(48,36,50)
#291F2A
(41,31,42)
#221A22
(34,26,34)
#1B151A
(27,21,26)
#141012
(20,16,18)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #533D5A

#533D5A
(83,61,90)
#624E69
(98,78,105)
#715F78
(113,95,120)
#807087
(128,112,135)
#8F8196
(143,129,150)
#9E92A5
(158,146,165)
#ADA3B4
(173,163,180)
#BCB4C3
(188,180,195)
#CBC5D2
(203,197,210)
#DAD6E1
(218,214,225)
#E9E7F0
(233,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533D5A color. Also use rgb(83,61,90) instead hex code.

Text Font Color

.myTextColor { color: #533D5A; }

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

This text font color is #533D5A.


Background Color

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

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

This div background color is #533D5A.


Border color

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

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

This div border color is #533D5A.


Opacity

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

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

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

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

This text has shadow with #533D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533D5A on black background.


Color preview on white background

This text has color #533D5A on white background.



Black color preview on #533D5A background

This text has black color on #533D5A background.


White color preview on #533D5A background

This text has white color on #533D5A background.