COLOR #533353

HEX: #533353
RGB: (83,51,83)

Color info

#533353 contains red, green and blue colors in about the same proportion. Web safe color of #533353 is #663366 (or #636).

RGB color model

#533353 color RGB value is (83,51,83).

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

RGB channels and saturation

R 83 of 255 = 33%
G 51 of 255 = 20%
B 83 of 255 = 33%

83
51
83

R + G + B ~ 29%. #533353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 51 + 83 = 217 (100%)
R 83 of 217 ~ 38.25%
G 51 of 217 ~ 23.5%
B 83 of 217 ~ 38.25%

%38.25
%23.5
%38.25

CMYK color model

#533353 color CMYK value is (0,39,0,67).

  • cyan value is 0.00%
  • magenta value is 38.55%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(0,39,0,67)
C0M39Y0K67 
(0%,39%,0%,67%)
(0.00/0.39/0.00/0.67)	

CMYK percentages

%0
%38.55
%0
%67.45

Codes

Color #533353 in popluar color models

533353
RGB835183
HSL300°23.88%26.27%
HSB/HSV300°38.55%32.55%
CMYK0.00%38.55%0.00%
67.45%

Color #533353 in popluar number systems.

HEX533353
Decimal835183
Binary10100111100111010011
Octal12363123

Shades and tints

Shades of #533353

#533353
(83,51,83)
#4C2F4C
(76,47,76)
#452B45
(69,43,69)
#3E273E
(62,39,62)
#372337
(55,35,55)
#301F30
(48,31,48)
#291B29
(41,27,41)
#221722
(34,23,34)
#1B131B
(27,19,27)
#140F14
(20,15,20)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #533353

#533353
(83,51,83)
#624562
(98,69,98)
#715771
(113,87,113)
#806980
(128,105,128)
#8F7B8F
(143,123,143)
#9E8D9E
(158,141,158)
#AD9FAD
(173,159,173)
#BCB1BC
(188,177,188)
#CBC3CB
(203,195,203)
#DAD5DA
(218,213,218)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533353; }

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

This text font color is #533353.


Background Color

.myBgColor { background-color: #533353; }

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

This div background color is #533353.


Border color

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

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

This div border color is #533353.


Opacity

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

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

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

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

This text has shadow with #533353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533353 on black background.


Color preview on white background

This text has color #533353 on white background.



Black color preview on #533353 background

This text has black color on #533353 background.


White color preview on #533353 background

This text has white color on #533353 background.