COLOR #533F2A

HEX: #533F2A
RGB: (83,63,42)

Color info

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

RGB color model

#533F2A color RGB value is (83,63,42).

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

RGB channels and saturation

R 83 of 255 = 33%
G 63 of 255 = 25%
B 42 of 255 = 16%

83
63
42

R + G + B ~ 25%. #533F2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 63 + 42 = 188 (100%)
R 83 of 188 ~ 44.15%
G 63 of 188 ~ 33.51%
B 42 of 188 ~ 22.34%

%44.15
%33.51
%22.34

CMYK color model

#533F2A color CMYK value is (0,24,49,67).

  • cyan value is 0.00%
  • magenta value is 24.10%
  • yellow value is 49.40%
  • key color value is 67.45%
CMYK:
(0,24,49,67)
C0M24Y49K67 
(0%,24%,49%,67%)
(0.00/0.24/0.49/0.67)	

CMYK percentages

%0
%24.1
%49.4
%67.45

Codes

Color #533F2A in popluar color models

533F2A
RGB836342
HSL31°32.80%24.51%
HSB/HSV31°49.40%32.55%
CMYK0.00%24.10%49.40%
67.45%

Color #533F2A in popluar number systems.

HEX533F2A
Decimal836342
Binary1010011111111101010
Octal1237752

Shades and tints

Shades of #533F2A

#533F2A
(83,63,42)
#4C3A27
(76,58,39)
#453524
(69,53,36)
#3E3021
(62,48,33)
#372B1E
(55,43,30)
#30261B
(48,38,27)
#292118
(41,33,24)
#221C15
(34,28,21)
#1B1712
(27,23,18)
#14120F
(20,18,15)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #533F2A

#533F2A
(83,63,42)
#62503D
(98,80,61)
#716150
(113,97,80)
#807263
(128,114,99)
#8F8376
(143,131,118)
#9E9489
(158,148,137)
#ADA59C
(173,165,156)
#BCB6AF
(188,182,175)
#CBC7C2
(203,199,194)
#DAD8D5
(218,216,213)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533F2A; }

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

This text font color is #533F2A.


Background Color

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

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

This div background color is #533F2A.


Border color

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

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

This div border color is #533F2A.


Opacity

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

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

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

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

This text has shadow with #533F2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533F2A on black background.


Color preview on white background

This text has color #533F2A on white background.



Black color preview on #533F2A background

This text has black color on #533F2A background.


White color preview on #533F2A background

This text has white color on #533F2A background.