COLOR #533737

HEX: #533737 RGB: (83,55,55)

Color info

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

RGB color model

#533737 color RGB value is (83,55,55).

RGB: (83,55,55) (33%, 22%, 22%)

RGB channels and saturation

R 83 of 255 = 33%
G 55 of 255 = 22%
B 55 of 255 = 22%

83
55
55

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

Portions of RGB colors in percentages

R + G + B = 83 + 55 + 55 = 193 (100%)
R 83 of 193 ~ 43.01%
G 55 of 193 ~ 28.5%
B 55 of 193 ~ 28.5'%

%43.01
%28.5
%28.5

CMYK color model

#533737 color CMYK value is (0,34,34,67).

  • cyan value is 0.00%
  • magenta value is 33.73%
  • yellow value is 33.73%
  • key color value is 67.45%

CMYK: (0,34,34,67)
C0M34Y34K67 (0%, 34%, 34%, 67%)
(0.00 / 0.34 / 0.34 / 0.67)

CMYK percentages

%0
%33.73
%33.73
%67.45

Codes

Color #533737 in popluar color models

53 37 37
RGB 83 55 55
HSL 20.29% 27.06%
HSB/HSV 33.73% 32.55%
CMYK 0.00% 33.73% 33.73%
67.45%

Color #533737 in popluar number systems.

HEX 53 37 37
Decimal 83 55 55
Binary 1010011 110111 110111
Octal 123 67 67

Shades and tints

Shades of #533737

#533737
(83,55,55)
#4C3232
(76,50,50)
#452D2D
(69,45,45)
#3E2828
(62,40,40)
#372323
(55,35,35)
#301E1E
(48,30,30)
#291919
(41,25,25)
#221414
(34,20,20)
#1B0F0F
(27,15,15)
#140A0A
(20,10,10)
#0D0505
(13,5,5)
#000000
(0,0,0)

Tints of #533737

#533737
(83,55,55)
#624949
(98,73,73)
#715B5B
(113,91,91)
#806D6D
(128,109,109)
#8F7F7F
(143,127,127)
#9E9191
(158,145,145)
#ADA3A3
(173,163,163)
#BCB5B5
(188,181,181)
#CBC7C7
(203,199,199)
#DAD9D9
(218,217,217)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533737 color. Also use rgb(83,55,55) instead hex code.

Text Font Color

.myTextColor { color: #533737; }

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

This text font color is #533737.

Background Color

.myBgColor { background-color: #533737; }

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

This div background color is #533737.

Border color

.myBorderColor { border: 1px solid #533737; }

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

This div border color is #533737.

Opacity

.myOpacity80 { color: #533737; opacity: 0.8; }

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

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

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

This text has shadow with #533737 color.


.textShadow {text-shadow: 3px 3px 1px #533737', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #533737; -webkit-box-shadow: 1px 1px 3px 2px #533737; box-shadow:1px 1px 3px 2px #533737;">
Div content here
</div>

This div box has shadow with color #533737.

Preview

Color preview on black background

This text has color #533737 on black background.


Color preview on white background

This text has color #533737 on white background.


Black color preview on #533737 background

This text has black color on #533737 background.


White color preview on #533737 background

This text has white color on #533737 background.


Related colors

Complementary color

Complementary color for #hex is #ACC8C8.


I love getcolorcode.com