COLOR #533139

HEX: #533139
RGB: (83,49,57)

Color info

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

RGB color model

#533139 color RGB value is (83,49,57).

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

RGB channels and saturation

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

83
49
57

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

Portions of RGB colors in percentages

R + G + B =
83 + 49 + 57 = 189 (100%)
R 83 of 189 ~ 43.92%
G 49 of 189 ~ 25.93%
B 57 of 189 ~ 30.16%

%43.92
%25.93
%30.16

CMYK color model

#533139 color CMYK value is (0,41,31,67).

  • cyan value is 0.00%
  • magenta value is 40.96%
  • yellow value is 31.33%
  • key color value is 67.45%
CMYK:
(0,41,31,67)
C0M41Y31K67 
(0%,41%,31%,67%)
(0.00/0.41/0.31/0.67)	

CMYK percentages

%0
%40.96
%31.33
%67.45

Codes

Color #533139 in popluar color models

533139
RGB834957
HSL346°25.76%25.88%
HSB/HSV346°40.96%32.55%
CMYK0.00%40.96%31.33%
67.45%

Color #533139 in popluar number systems.

HEX533139
Decimal834957
Binary1010011110001111001
Octal1236171

Shades and tints

Shades of #533139

#533139
(83,49,57)
#4C2D34
(76,45,52)
#45292F
(69,41,47)
#3E252A
(62,37,42)
#372125
(55,33,37)
#301D20
(48,29,32)
#29191B
(41,25,27)
#221516
(34,21,22)
#1B1111
(27,17,17)
#140D0C
(20,13,12)
#0D0907
(13,9,7)
#000000
(0,0,0)

Tints of #533139

#533139
(83,49,57)
#62434B
(98,67,75)
#71555D
(113,85,93)
#80676F
(128,103,111)
#8F7981
(143,121,129)
#9E8B93
(158,139,147)
#AD9DA5
(173,157,165)
#BCAFB7
(188,175,183)
#CBC1C9
(203,193,201)
#DAD3DB
(218,211,219)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533139; }

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

This text font color is #533139.


Background Color

.myBgColor { background-color: #533139; }

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

This div background color is #533139.


Border color

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

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

This div border color is #533139.


Opacity

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

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

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

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

This text has shadow with #533139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533139 on black background.


Color preview on white background

This text has color #533139 on white background.



Black color preview on #533139 background

This text has black color on #533139 background.


White color preview on #533139 background

This text has white color on #533139 background.