COLOR #533F31

HEX: #533F31
RGB: (83,63,49)

Color info

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

RGB color model

#533F31 color RGB value is (83,63,49).

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

RGB channels and saturation

R 83 of 255 = 33%
G 63 of 255 = 25%
B 49 of 255 = 19%

83
63
49

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

Portions of RGB colors in percentages

R + G + B =
83 + 63 + 49 = 195 (100%)
R 83 of 195 ~ 42.56%
G 63 of 195 ~ 32.31%
B 49 of 195 ~ 25.13%

%42.56
%32.31
%25.13

CMYK color model

#533F31 color CMYK value is (0,24,41,67).

  • cyan value is 0.00%
  • magenta value is 24.10%
  • yellow value is 40.96%
  • key color value is 67.45%
CMYK:
(0,24,41,67)
C0M24Y41K67 
(0%,24%,41%,67%)
(0.00/0.24/0.41/0.67)	

CMYK percentages

%0
%24.1
%40.96
%67.45

Codes

Color #533F31 in popluar color models

533F31
RGB836349
HSL25°25.76%25.88%
HSB/HSV25°40.96%32.55%
CMYK0.00%24.10%40.96%
67.45%

Color #533F31 in popluar number systems.

HEX533F31
Decimal836349
Binary1010011111111110001
Octal1237761

Shades and tints

Shades of #533F31

#533F31
(83,63,49)
#4C3A2D
(76,58,45)
#453529
(69,53,41)
#3E3025
(62,48,37)
#372B21
(55,43,33)
#30261D
(48,38,29)
#292119
(41,33,25)
#221C15
(34,28,21)
#1B1711
(27,23,17)
#14120D
(20,18,13)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #533F31

#533F31
(83,63,49)
#625043
(98,80,67)
#716155
(113,97,85)
#807267
(128,114,103)
#8F8379
(143,131,121)
#9E948B
(158,148,139)
#ADA59D
(173,165,157)
#BCB6AF
(188,182,175)
#CBC7C1
(203,199,193)
#DAD8D3
(218,216,211)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533F31; }

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

This text font color is #533F31.


Background Color

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

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

This div background color is #533F31.


Border color

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

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

This div border color is #533F31.


Opacity

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

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

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

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

This text has shadow with #533F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533F31 on black background.


Color preview on white background

This text has color #533F31 on white background.



Black color preview on #533F31 background

This text has black color on #533F31 background.


White color preview on #533F31 background

This text has white color on #533F31 background.