COLOR #533F37

HEX: #533F37
RGB: (83,63,55)

Color info

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

RGB color model

#533F37 color RGB value is (83,63,55).

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

RGB channels and saturation

R 83 of 255 = 33%
G 63 of 255 = 25%
B 55 of 255 = 22%

83
63
55

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

Portions of RGB colors in percentages

R + G + B =
83 + 63 + 55 = 201 (100%)
R 83 of 201 ~ 41.29%
G 63 of 201 ~ 31.34%
B 55 of 201 ~ 27.36%

%41.29
%31.34
%27.36

CMYK color model

#533F37 color CMYK value is (0,24,34,67).

  • cyan value is 0.00%
  • magenta value is 24.10%
  • yellow value is 33.73%
  • key color value is 67.45%
CMYK:
(0,24,34,67)
C0M24Y34K67 
(0%,24%,34%,67%)
(0.00/0.24/0.34/0.67)	

CMYK percentages

%0
%24.1
%33.73
%67.45

Codes

Color #533F37 in popluar color models

533F37
RGB836355
HSL17°20.29%27.06%
HSB/HSV17°33.73%32.55%
CMYK0.00%24.10%33.73%
67.45%

Color #533F37 in popluar number systems.

HEX533F37
Decimal836355
Binary1010011111111110111
Octal1237767

Shades and tints

Shades of #533F37

#533F37
(83,63,55)
#4C3A32
(76,58,50)
#45352D
(69,53,45)
#3E3028
(62,48,40)
#372B23
(55,43,35)
#30261E
(48,38,30)
#292119
(41,33,25)
#221C14
(34,28,20)
#1B170F
(27,23,15)
#14120A
(20,18,10)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #533F37

#533F37
(83,63,55)
#625049
(98,80,73)
#71615B
(113,97,91)
#80726D
(128,114,109)
#8F837F
(143,131,127)
#9E9491
(158,148,145)
#ADA5A3
(173,165,163)
#BCB6B5
(188,182,181)
#CBC7C7
(203,199,199)
#DAD8D9
(218,216,217)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533F37; }

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

This text font color is #533F37.


Background Color

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

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

This div background color is #533F37.


Border color

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

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

This div border color is #533F37.


Opacity

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

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

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

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

This text has shadow with #533F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533F37 on black background.


Color preview on white background

This text has color #533F37 on white background.



Black color preview on #533F37 background

This text has black color on #533F37 background.


White color preview on #533F37 background

This text has white color on #533F37 background.