COLOR #533A39

HEX: #533A39
RGB: (83,58,57)

Color info

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

RGB color model

#533A39 color RGB value is (83,58,57).

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

RGB channels and saturation

R 83 of 255 = 33%
G 58 of 255 = 23%
B 57 of 255 = 22%

83
58
57

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

Portions of RGB colors in percentages

R + G + B =
83 + 58 + 57 = 198 (100%)
R 83 of 198 ~ 41.92%
G 58 of 198 ~ 29.29%
B 57 of 198 ~ 28.79%

%41.92
%29.29
%28.79

CMYK color model

#533A39 color CMYK value is (0,30,31,67).

  • cyan value is 0.00%
  • magenta value is 30.12%
  • yellow value is 31.33%
  • key color value is 67.45%
CMYK:
(0,30,31,67)
C0M30Y31K67 
(0%,30%,31%,67%)
(0.00/0.30/0.31/0.67)	

CMYK percentages

%0
%30.12
%31.33
%67.45

Codes

Color #533A39 in popluar color models

533A39
RGB835857
HSL18.57%27.45%
HSB/HSV31.33%32.55%
CMYK0.00%30.12%31.33%
67.45%

Color #533A39 in popluar number systems.

HEX533A39
Decimal835857
Binary1010011111010111001
Octal1237271

Shades and tints

Shades of #533A39

#533A39
(83,58,57)
#4C3534
(76,53,52)
#45302F
(69,48,47)
#3E2B2A
(62,43,42)
#372625
(55,38,37)
#302120
(48,33,32)
#291C1B
(41,28,27)
#221716
(34,23,22)
#1B1211
(27,18,17)
#140D0C
(20,13,12)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #533A39

#533A39
(83,58,57)
#624B4B
(98,75,75)
#715C5D
(113,92,93)
#806D6F
(128,109,111)
#8F7E81
(143,126,129)
#9E8F93
(158,143,147)
#ADA0A5
(173,160,165)
#BCB1B7
(188,177,183)
#CBC2C9
(203,194,201)
#DAD3DB
(218,211,219)
#E9E4ED
(233,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533A39; }

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

This text font color is #533A39.


Background Color

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

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

This div background color is #533A39.


Border color

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

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

This div border color is #533A39.


Opacity

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

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

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

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

This text has shadow with #533A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533A39 on black background.


Color preview on white background

This text has color #533A39 on white background.



Black color preview on #533A39 background

This text has black color on #533A39 background.


White color preview on #533A39 background

This text has white color on #533A39 background.