COLOR #533A3B

HEX: #533A3B
RGB: (83,58,59)

Color info

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

RGB color model

#533A3B color RGB value is (83,58,59).

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

RGB channels and saturation

R 83 of 255 = 33%
G 58 of 255 = 23%
B 59 of 255 = 23%

83
58
59

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

Portions of RGB colors in percentages

R + G + B =
83 + 58 + 59 = 200 (100%)
R 83 of 200 ~ 41.5%
G 58 of 200 ~ 29%
B 59 of 200 ~ 29.5%

%41.5
%29
%29.5

CMYK color model

#533A3B color CMYK value is (0,30,29,67).

  • cyan value is 0.00%
  • magenta value is 30.12%
  • yellow value is 28.92%
  • key color value is 67.45%
CMYK:
(0,30,29,67)
C0M30Y29K67 
(0%,30%,29%,67%)
(0.00/0.30/0.29/0.67)	

CMYK percentages

%0
%30.12
%28.92
%67.45

Codes

Color #533A3B in popluar color models

533A3B
RGB835859
HSL358°17.73%27.65%
HSB/HSV358°30.12%32.55%
CMYK0.00%30.12%28.92%
67.45%

Color #533A3B in popluar number systems.

HEX533A3B
Decimal835859
Binary1010011111010111011
Octal1237273

Shades and tints

Shades of #533A3B

#533A3B
(83,58,59)
#4C3536
(76,53,54)
#453031
(69,48,49)
#3E2B2C
(62,43,44)
#372627
(55,38,39)
#302122
(48,33,34)
#291C1D
(41,28,29)
#221718
(34,23,24)
#1B1213
(27,18,19)
#140D0E
(20,13,14)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #533A3B

#533A3B
(83,58,59)
#624B4C
(98,75,76)
#715C5D
(113,92,93)
#806D6E
(128,109,110)
#8F7E7F
(143,126,127)
#9E8F90
(158,143,144)
#ADA0A1
(173,160,161)
#BCB1B2
(188,177,178)
#CBC2C3
(203,194,195)
#DAD3D4
(218,211,212)
#E9E4E5
(233,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533A3B; }

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

This text font color is #533A3B.


Background Color

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

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

This div background color is #533A3B.


Border color

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

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

This div border color is #533A3B.


Opacity

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

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

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

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

This text has shadow with #533A3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533A3B on black background.


Color preview on white background

This text has color #533A3B on white background.



Black color preview on #533A3B background

This text has black color on #533A3B background.


White color preview on #533A3B background

This text has white color on #533A3B background.