COLOR #533446

HEX: #533446
RGB: (83,52,70)

Color info

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

RGB color model

#533446 color RGB value is (83,52,70).

  • red value is 83;
  • green value is 52;
  • blue value is 70.
RGB:
(83,52,70)
(33%,20%,27%)

RGB channels and saturation

R 83 of 255 = 33%
G 52 of 255 = 20%
B 70 of 255 = 27%

83
52
70

R + G + B ~ 27%. #533446 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 52 + 70 = 205 (100%)
R 83 of 205 ~ 40.49%
G 52 of 205 ~ 25.37%
B 70 of 205 ~ 34.15%

%40.49
%25.37
%34.15

CMYK color model

#533446 color CMYK value is (0,37,16,67).

  • cyan value is 0.00%
  • magenta value is 37.35%
  • yellow value is 15.66%
  • key color value is 67.45%
CMYK:
(0,37,16,67)
C0M37Y16K67 
(0%,37%,16%,67%)
(0.00/0.37/0.16/0.67)	

CMYK percentages

%0
%37.35
%15.66
%67.45

Codes

Color #533446 in popluar color models

533446
RGB835270
HSL325°22.96%26.47%
HSB/HSV325°37.35%32.55%
CMYK0.00%37.35%15.66%
67.45%

Color #533446 in popluar number systems.

HEX533446
Decimal835270
Binary10100111101001000110
Octal12364106

Shades and tints

Shades of #533446

#533446
(83,52,70)
#4C3040
(76,48,64)
#452C3A
(69,44,58)
#3E2834
(62,40,52)
#37242E
(55,36,46)
#302028
(48,32,40)
#291C22
(41,28,34)
#22181C
(34,24,28)
#1B1416
(27,20,22)
#141010
(20,16,16)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #533446

#533446
(83,52,70)
#624656
(98,70,86)
#715866
(113,88,102)
#806A76
(128,106,118)
#8F7C86
(143,124,134)
#9E8E96
(158,142,150)
#ADA0A6
(173,160,166)
#BCB2B6
(188,178,182)
#CBC4C6
(203,196,198)
#DAD6D6
(218,214,214)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533446; }

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

This text font color is #533446.


Background Color

.myBgColor { background-color: #533446; }

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

This div background color is #533446.


Border color

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

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

This div border color is #533446.


Opacity

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

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

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

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

This text has shadow with #533446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533446 on black background.


Color preview on white background

This text has color #533446 on white background.



Black color preview on #533446 background

This text has black color on #533446 background.


White color preview on #533446 background

This text has white color on #533446 background.