COLOR #533D34

HEX: #533D34
RGB: (83,61,52)

Color info

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

RGB color model

#533D34 color RGB value is (83,61,52).

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

RGB channels and saturation

R 83 of 255 = 33%
G 61 of 255 = 24%
B 52 of 255 = 20%

83
61
52

R + G + B ~ 26%. #533D34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 61 + 52 = 196 (100%)
R 83 of 196 ~ 42.35%
G 61 of 196 ~ 31.12%
B 52 of 196 ~ 26.53%

%42.35
%31.12
%26.53

CMYK color model

#533D34 color CMYK value is (0,27,37,67).

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 37.35%
  • key color value is 67.45%
CMYK:
(0,27,37,67)
C0M27Y37K67 
(0%,27%,37%,67%)
(0.00/0.27/0.37/0.67)	

CMYK percentages

%0
%26.51
%37.35
%67.45

Codes

Color #533D34 in popluar color models

533D34
RGB836152
HSL17°22.96%26.47%
HSB/HSV17°37.35%32.55%
CMYK0.00%26.51%37.35%
67.45%

Color #533D34 in popluar number systems.

HEX533D34
Decimal836152
Binary1010011111101110100
Octal1237564

Shades and tints

Shades of #533D34

#533D34
(83,61,52)
#4C3830
(76,56,48)
#45332C
(69,51,44)
#3E2E28
(62,46,40)
#372924
(55,41,36)
#302420
(48,36,32)
#291F1C
(41,31,28)
#221A18
(34,26,24)
#1B1514
(27,21,20)
#141010
(20,16,16)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #533D34

#533D34
(83,61,52)
#624E46
(98,78,70)
#715F58
(113,95,88)
#80706A
(128,112,106)
#8F817C
(143,129,124)
#9E928E
(158,146,142)
#ADA3A0
(173,163,160)
#BCB4B2
(188,180,178)
#CBC5C4
(203,197,196)
#DAD6D6
(218,214,214)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533D34; }

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

This text font color is #533D34.


Background Color

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

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

This div background color is #533D34.


Border color

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

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

This div border color is #533D34.


Opacity

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

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

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

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

This text has shadow with #533D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533D34 on black background.


Color preview on white background

This text has color #533D34 on white background.



Black color preview on #533D34 background

This text has black color on #533D34 background.


White color preview on #533D34 background

This text has white color on #533D34 background.