COLOR #533D3C

HEX: #533D3C
RGB: (83,61,60)

Color info

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

RGB color model

#533D3C color RGB value is (83,61,60).

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

RGB channels and saturation

R 83 of 255 = 33%
G 61 of 255 = 24%
B 60 of 255 = 24%

83
61
60

R + G + B ~ 27%. #533D3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 61 + 60 = 204 (100%)
R 83 of 204 ~ 40.69%
G 61 of 204 ~ 29.9%
B 60 of 204 ~ 29.41%

%40.69
%29.9
%29.41

CMYK color model

#533D3C color CMYK value is (0,27,28,67).

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 27.71%
  • key color value is 67.45%
CMYK:
(0,27,28,67)
C0M27Y28K67 
(0%,27%,28%,67%)
(0.00/0.27/0.28/0.67)	

CMYK percentages

%0
%26.51
%27.71
%67.45

Codes

Color #533D3C in popluar color models

533D3C
RGB836160
HSL16.08%28.04%
HSB/HSV27.71%32.55%
CMYK0.00%26.51%27.71%
67.45%

Color #533D3C in popluar number systems.

HEX533D3C
Decimal836160
Binary1010011111101111100
Octal1237574

Shades and tints

Shades of #533D3C

#533D3C
(83,61,60)
#4C3837
(76,56,55)
#453332
(69,51,50)
#3E2E2D
(62,46,45)
#372928
(55,41,40)
#302423
(48,36,35)
#291F1E
(41,31,30)
#221A19
(34,26,25)
#1B1514
(27,21,20)
#14100F
(20,16,15)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #533D3C

#533D3C
(83,61,60)
#624E4D
(98,78,77)
#715F5E
(113,95,94)
#80706F
(128,112,111)
#8F8180
(143,129,128)
#9E9291
(158,146,145)
#ADA3A2
(173,163,162)
#BCB4B3
(188,180,179)
#CBC5C4
(203,197,196)
#DAD6D5
(218,214,213)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533D3C; }

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

This text font color is #533D3C.


Background Color

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

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

This div background color is #533D3C.


Border color

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

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

This div border color is #533D3C.


Opacity

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

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

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

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

This text has shadow with #533D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533D3C on black background.


Color preview on white background

This text has color #533D3C on white background.



Black color preview on #533D3C background

This text has black color on #533D3C background.


White color preview on #533D3C background

This text has white color on #533D3C background.