COLOR #533D4D

HEX: #533D4D
RGB: (83,61,77)

Color info

#533D4D contains red, green and blue colors in about the same proportion. Web safe color of #533D4D is #663333 (or #633).

RGB color model

#533D4D color RGB value is (83,61,77).

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

RGB channels and saturation

R 83 of 255 = 33%
G 61 of 255 = 24%
B 77 of 255 = 30%

83
61
77

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

Portions of RGB colors in percentages

R + G + B =
83 + 61 + 77 = 221 (100%)
R 83 of 221 ~ 37.56%
G 61 of 221 ~ 27.6%
B 77 of 221 ~ 34.84%

%37.56
%27.6
%34.84

CMYK color model

#533D4D color CMYK value is (0,27,7,67).

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 7.23%
  • key color value is 67.45%
CMYK:
(0,27,7,67)
C0M27Y7K67 
(0%,27%,7%,67%)
(0.00/0.27/0.07/0.67)	

CMYK percentages

%0
%26.51
%7.23
%67.45

Codes

Color #533D4D in popluar color models

533D4D
RGB836177
HSL316°15.28%28.24%
HSB/HSV316°26.51%32.55%
CMYK0.00%26.51%7.23%
67.45%

Color #533D4D in popluar number systems.

HEX533D4D
Decimal836177
Binary10100111111011001101
Octal12375115

Shades and tints

Shades of #533D4D

#533D4D
(83,61,77)
#4C3846
(76,56,70)
#45333F
(69,51,63)
#3E2E38
(62,46,56)
#372931
(55,41,49)
#30242A
(48,36,42)
#291F23
(41,31,35)
#221A1C
(34,26,28)
#1B1515
(27,21,21)
#14100E
(20,16,14)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #533D4D

#533D4D
(83,61,77)
#624E5D
(98,78,93)
#715F6D
(113,95,109)
#80707D
(128,112,125)
#8F818D
(143,129,141)
#9E929D
(158,146,157)
#ADA3AD
(173,163,173)
#BCB4BD
(188,180,189)
#CBC5CD
(203,197,205)
#DAD6DD
(218,214,221)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533D4D; }

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

This text font color is #533D4D.


Background Color

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

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

This div background color is #533D4D.


Border color

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

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

This div border color is #533D4D.


Opacity

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

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

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

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

This text has shadow with #533D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533D4D on black background.


Color preview on white background

This text has color #533D4D on white background.



Black color preview on #533D4D background

This text has black color on #533D4D background.


White color preview on #533D4D background

This text has white color on #533D4D background.