COLOR #533D39

HEX: #533D39
RGB: (83,61,57)

Color info

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

RGB color model

#533D39 color RGB value is (83,61,57).

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

RGB channels and saturation

R 83 of 255 = 33%
G 61 of 255 = 24%
B 57 of 255 = 22%

83
61
57

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

Portions of RGB colors in percentages

R + G + B =
83 + 61 + 57 = 201 (100%)
R 83 of 201 ~ 41.29%
G 61 of 201 ~ 30.35%
B 57 of 201 ~ 28.36%

%41.29
%30.35
%28.36

CMYK color model

#533D39 color CMYK value is (0,27,31,67).

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 31.33%
  • key color value is 67.45%
CMYK:
(0,27,31,67)
C0M27Y31K67 
(0%,27%,31%,67%)
(0.00/0.27/0.31/0.67)	

CMYK percentages

%0
%26.51
%31.33
%67.45

Codes

Color #533D39 in popluar color models

533D39
RGB836157
HSL18.57%27.45%
HSB/HSV31.33%32.55%
CMYK0.00%26.51%31.33%
67.45%

Color #533D39 in popluar number systems.

HEX533D39
Decimal836157
Binary1010011111101111001
Octal1237571

Shades and tints

Shades of #533D39

#533D39
(83,61,57)
#4C3834
(76,56,52)
#45332F
(69,51,47)
#3E2E2A
(62,46,42)
#372925
(55,41,37)
#302420
(48,36,32)
#291F1B
(41,31,27)
#221A16
(34,26,22)
#1B1511
(27,21,17)
#14100C
(20,16,12)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #533D39

#533D39
(83,61,57)
#624E4B
(98,78,75)
#715F5D
(113,95,93)
#80706F
(128,112,111)
#8F8181
(143,129,129)
#9E9293
(158,146,147)
#ADA3A5
(173,163,165)
#BCB4B7
(188,180,183)
#CBC5C9
(203,197,201)
#DAD6DB
(218,214,219)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533D39; }

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

This text font color is #533D39.


Background Color

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

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

This div background color is #533D39.


Border color

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

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

This div border color is #533D39.


Opacity

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

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

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

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

This text has shadow with #533D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533D39 on black background.


Color preview on white background

This text has color #533D39 on white background.



Black color preview on #533D39 background

This text has black color on #533D39 background.


White color preview on #533D39 background

This text has white color on #533D39 background.