COLOR #533A3F

HEX: #533A3F
RGB: (83,58,63)

Color info

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

RGB color model

#533A3F color RGB value is (83,58,63).

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

RGB channels and saturation

R 83 of 255 = 33%
G 58 of 255 = 23%
B 63 of 255 = 25%

83
58
63

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

Portions of RGB colors in percentages

R + G + B =
83 + 58 + 63 = 204 (100%)
R 83 of 204 ~ 40.69%
G 58 of 204 ~ 28.43%
B 63 of 204 ~ 30.88%

%40.69
%28.43
%30.88

CMYK color model

#533A3F color CMYK value is (0,30,24,67).

  • cyan value is 0.00%
  • magenta value is 30.12%
  • yellow value is 24.10%
  • key color value is 67.45%
CMYK:
(0,30,24,67)
C0M30Y24K67 
(0%,30%,24%,67%)
(0.00/0.30/0.24/0.67)	

CMYK percentages

%0
%30.12
%24.1
%67.45

Codes

Color #533A3F in popluar color models

533A3F
RGB835863
HSL348°17.73%27.65%
HSB/HSV348°30.12%32.55%
CMYK0.00%30.12%24.10%
67.45%

Color #533A3F in popluar number systems.

HEX533A3F
Decimal835863
Binary1010011111010111111
Octal1237277

Shades and tints

Shades of #533A3F

#533A3F
(83,58,63)
#4C353A
(76,53,58)
#453035
(69,48,53)
#3E2B30
(62,43,48)
#37262B
(55,38,43)
#302126
(48,33,38)
#291C21
(41,28,33)
#22171C
(34,23,28)
#1B1217
(27,18,23)
#140D12
(20,13,18)
#0D080D
(13,8,13)
#000000
(0,0,0)

Tints of #533A3F

#533A3F
(83,58,63)
#624B50
(98,75,80)
#715C61
(113,92,97)
#806D72
(128,109,114)
#8F7E83
(143,126,131)
#9E8F94
(158,143,148)
#ADA0A5
(173,160,165)
#BCB1B6
(188,177,182)
#CBC2C7
(203,194,199)
#DAD3D8
(218,211,216)
#E9E4E9
(233,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533A3F; }

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

This text font color is #533A3F.


Background Color

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

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

This div background color is #533A3F.


Border color

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

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

This div border color is #533A3F.


Opacity

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

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

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

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

This text has shadow with #533A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533A3F on black background.


Color preview on white background

This text has color #533A3F on white background.



Black color preview on #533A3F background

This text has black color on #533A3F background.


White color preview on #533A3F background

This text has white color on #533A3F background.