COLOR #533137

HEX: #533137
RGB: (83,49,55)

Color info

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

RGB color model

#533137 color RGB value is (83,49,55).

  • red value is 83;
  • green value is 49;
  • blue value is 55.
RGB:
(83,49,55)
(33%,19%,22%)

RGB channels and saturation

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

83
49
55

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

Portions of RGB colors in percentages

R + G + B =
83 + 49 + 55 = 187 (100%)
R 83 of 187 ~ 44.39%
G 49 of 187 ~ 26.2%
B 55 of 187 ~ 29.41%

%44.39
%26.2
%29.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.96%
  • yellow value is 33.73%
  • key color value is 67.45%
CMYK:
(0,41,34,67)
C0M41Y34K67 
(0%,41%,34%,67%)
(0.00/0.41/0.34/0.67)	

CMYK percentages

%0
%40.96
%33.73
%67.45

Codes

Color #533137 in popluar color models

533137
RGB834955
HSL349°25.76%25.88%
HSB/HSV349°40.96%32.55%
CMYK0.00%40.96%33.73%
67.45%

Color #533137 in popluar number systems.

HEX533137
Decimal834955
Binary1010011110001110111
Octal1236167

Shades and tints

Shades of #533137

#533137
(83,49,55)
#4C2D32
(76,45,50)
#45292D
(69,41,45)
#3E2528
(62,37,40)
#372123
(55,33,35)
#301D1E
(48,29,30)
#291919
(41,25,25)
#221514
(34,21,20)
#1B110F
(27,17,15)
#140D0A
(20,13,10)
#0D0905
(13,9,5)
#000000
(0,0,0)

Tints of #533137

#533137
(83,49,55)
#624349
(98,67,73)
#71555B
(113,85,91)
#80676D
(128,103,109)
#8F797F
(143,121,127)
#9E8B91
(158,139,145)
#AD9DA3
(173,157,163)
#BCAFB5
(188,175,181)
#CBC1C7
(203,193,199)
#DAD3D9
(218,211,217)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533137; }

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

This text font color is #533137.


Background Color

.myBgColor { background-color: #533137; }

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

This div background color is #533137.


Border color

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

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

This div border color is #533137.


Opacity

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

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

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

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

This text has shadow with #533137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533137 on black background.


Color preview on white background

This text has color #533137 on white background.



Black color preview on #533137 background

This text has black color on #533137 background.


White color preview on #533137 background

This text has white color on #533137 background.