COLOR #533D1E

HEX: #533D1E
RGB: (83,61,30)

Color info

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

RGB color model

#533D1E color RGB value is (83,61,30).

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

RGB channels and saturation

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

83
61
30

R + G + B ~ 23%. #533D1E is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 61 + 30 = 174 (100%)
R 83 of 174 ~ 47.7%
G 61 of 174 ~ 35.06%
B 30 of 174 ~ 17.24%

%47.7
%35.06
%17.24

CMYK color model

#533D1E color CMYK value is (0,27,64,67).

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 63.86%
  • key color value is 67.45%
CMYK:
(0,27,64,67)
C0M27Y64K67 
(0%,27%,64%,67%)
(0.00/0.27/0.64/0.67)	

CMYK percentages

%0
%26.51
%63.86
%67.45

Codes

Color #533D1E in popluar color models

533D1E
RGB836130
HSL35°46.90%22.16%
HSB/HSV35°63.86%32.55%
CMYK0.00%26.51%63.86%
67.45%

Color #533D1E in popluar number systems.

HEX533D1E
Decimal836130
Binary101001111110111110
Octal1237536

Shades and tints

Shades of #533D1E

#533D1E
(83,61,30)
#4C381C
(76,56,28)
#45331A
(69,51,26)
#3E2E18
(62,46,24)
#372916
(55,41,22)
#302414
(48,36,20)
#291F12
(41,31,18)
#221A10
(34,26,16)
#1B150E
(27,21,14)
#14100C
(20,16,12)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #533D1E

#533D1E
(83,61,30)
#624E32
(98,78,50)
#715F46
(113,95,70)
#80705A
(128,112,90)
#8F816E
(143,129,110)
#9E9282
(158,146,130)
#ADA396
(173,163,150)
#BCB4AA
(188,180,170)
#CBC5BE
(203,197,190)
#DAD6D2
(218,214,210)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533D1E; }

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

This text font color is #533D1E.


Background Color

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

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

This div background color is #533D1E.


Border color

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

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

This div border color is #533D1E.


Opacity

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

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

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

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

This text has shadow with #533D1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533D1E on black background.


Color preview on white background

This text has color #533D1E on white background.



Black color preview on #533D1E background

This text has black color on #533D1E background.


White color preview on #533D1E background

This text has white color on #533D1E background.