COLOR #533937

HEX: #533937
RGB: (83,57,55)

Color info

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

RGB color model

#533937 color RGB value is (83,57,55).

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

RGB channels and saturation

R 83 of 255 = 33%
G 57 of 255 = 22%
B 55 of 255 = 22%

83
57
55

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

Portions of RGB colors in percentages

R + G + B =
83 + 57 + 55 = 195 (100%)
R 83 of 195 ~ 42.56%
G 57 of 195 ~ 29.23%
B 55 of 195 ~ 28.21%

%42.56
%29.23
%28.21

CMYK color model

#533937 color CMYK value is (0,31,34,67).

  • cyan value is 0.00%
  • magenta value is 31.33%
  • yellow value is 33.73%
  • key color value is 67.45%
CMYK:
(0,31,34,67)
C0M31Y34K67 
(0%,31%,34%,67%)
(0.00/0.31/0.34/0.67)	

CMYK percentages

%0
%31.33
%33.73
%67.45

Codes

Color #533937 in popluar color models

533937
RGB835755
HSL20.29%27.06%
HSB/HSV33.73%32.55%
CMYK0.00%31.33%33.73%
67.45%

Color #533937 in popluar number systems.

HEX533937
Decimal835755
Binary1010011111001110111
Octal1237167

Shades and tints

Shades of #533937

#533937
(83,57,55)
#4C3432
(76,52,50)
#452F2D
(69,47,45)
#3E2A28
(62,42,40)
#372523
(55,37,35)
#30201E
(48,32,30)
#291B19
(41,27,25)
#221614
(34,22,20)
#1B110F
(27,17,15)
#140C0A
(20,12,10)
#0D0705
(13,7,5)
#000000
(0,0,0)

Tints of #533937

#533937
(83,57,55)
#624B49
(98,75,73)
#715D5B
(113,93,91)
#806F6D
(128,111,109)
#8F817F
(143,129,127)
#9E9391
(158,147,145)
#ADA5A3
(173,165,163)
#BCB7B5
(188,183,181)
#CBC9C7
(203,201,199)
#DADBD9
(218,219,217)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533937; }

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

This text font color is #533937.


Background Color

.myBgColor { background-color: #533937; }

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

This div background color is #533937.


Border color

.myBorderColor { border: 1px solid #533937; }

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

This div border color is #533937.


Opacity

.myOpacity80 { color: #533937; opacity: 0.8; }

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

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

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

This text has shadow with #533937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533937 on black background.


Color preview on white background

This text has color #533937 on white background.



Black color preview on #533937 background

This text has black color on #533937 background.


White color preview on #533937 background

This text has white color on #533937 background.