COLOR #533136

HEX: #533136
RGB: (83,49,54)

Color info

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

RGB color model

#533136 color RGB value is (83,49,54).

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

RGB channels and saturation

R 83 of 255 = 33%
G 49 of 255 = 19%
B 54 of 255 = 21%

83
49
54

R + G + B ~ 24%. #533136 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 49 + 54 = 186 (100%)
R 83 of 186 ~ 44.62%
G 49 of 186 ~ 26.34%
B 54 of 186 ~ 29.03%

%44.62
%26.34
%29.03

CMYK color model

#533136 color CMYK value is (0,41,35,67).

  • cyan value is 0.00%
  • magenta value is 40.96%
  • yellow value is 34.94%
  • key color value is 67.45%
CMYK:
(0,41,35,67)
C0M41Y35K67 
(0%,41%,35%,67%)
(0.00/0.41/0.35/0.67)	

CMYK percentages

%0
%40.96
%34.94
%67.45

Codes

Color #533136 in popluar color models

533136
RGB834954
HSL351°25.76%25.88%
HSB/HSV351°40.96%32.55%
CMYK0.00%40.96%34.94%
67.45%

Color #533136 in popluar number systems.

HEX533136
Decimal834954
Binary1010011110001110110
Octal1236166

Shades and tints

Shades of #533136

#533136
(83,49,54)
#4C2D32
(76,45,50)
#45292E
(69,41,46)
#3E252A
(62,37,42)
#372126
(55,33,38)
#301D22
(48,29,34)
#29191E
(41,25,30)
#22151A
(34,21,26)
#1B1116
(27,17,22)
#140D12
(20,13,18)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #533136

#533136
(83,49,54)
#624348
(98,67,72)
#71555A
(113,85,90)
#80676C
(128,103,108)
#8F797E
(143,121,126)
#9E8B90
(158,139,144)
#AD9DA2
(173,157,162)
#BCAFB4
(188,175,180)
#CBC1C6
(203,193,198)
#DAD3D8
(218,211,216)
#E9E5EA
(233,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533136; }

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

This text font color is #533136.


Background Color

.myBgColor { background-color: #533136; }

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

This div background color is #533136.


Border color

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

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

This div border color is #533136.


Opacity

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

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

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

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

This text has shadow with #533136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533136 on black background.


Color preview on white background

This text has color #533136 on white background.



Black color preview on #533136 background

This text has black color on #533136 background.


White color preview on #533136 background

This text has white color on #533136 background.