COLOR #533D50

HEX: #533D50
RGB: (83,61,80)

Color info

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

RGB color model

#533D50 color RGB value is (83,61,80).

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

RGB channels and saturation

R 83 of 255 = 33%
G 61 of 255 = 24%
B 80 of 255 = 31%

83
61
80

R + G + B ~ 29%. #533D50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 61 + 80 = 224 (100%)
R 83 of 224 ~ 37.05%
G 61 of 224 ~ 27.23%
B 80 of 224 ~ 35.71%

%37.05
%27.23
%35.71

CMYK color model

#533D50 color CMYK value is (0,27,4,67).

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 3.61%
  • key color value is 67.45%
CMYK:
(0,27,4,67)
C0M27Y4K67 
(0%,27%,4%,67%)
(0.00/0.27/0.04/0.67)	

CMYK percentages

%0
%26.51
%3.61
%67.45

Codes

Color #533D50 in popluar color models

533D50
RGB836180
HSL308°15.28%28.24%
HSB/HSV308°26.51%32.55%
CMYK0.00%26.51%3.61%
67.45%

Color #533D50 in popluar number systems.

HEX533D50
Decimal836180
Binary10100111111011010000
Octal12375120

Shades and tints

Shades of #533D50

#533D50
(83,61,80)
#4C3849
(76,56,73)
#453342
(69,51,66)
#3E2E3B
(62,46,59)
#372934
(55,41,52)
#30242D
(48,36,45)
#291F26
(41,31,38)
#221A1F
(34,26,31)
#1B1518
(27,21,24)
#141011
(20,16,17)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #533D50

#533D50
(83,61,80)
#624E5F
(98,78,95)
#715F6E
(113,95,110)
#80707D
(128,112,125)
#8F818C
(143,129,140)
#9E929B
(158,146,155)
#ADA3AA
(173,163,170)
#BCB4B9
(188,180,185)
#CBC5C8
(203,197,200)
#DAD6D7
(218,214,215)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533D50; }

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

This text font color is #533D50.


Background Color

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

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

This div background color is #533D50.


Border color

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

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

This div border color is #533D50.


Opacity

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

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

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

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

This text has shadow with #533D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533D50 on black background.


Color preview on white background

This text has color #533D50 on white background.



Black color preview on #533D50 background

This text has black color on #533D50 background.


White color preview on #533D50 background

This text has white color on #533D50 background.