COLOR #533355

HEX: #533355 RGB: (83,51,85)

Color info

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

RGB color model

#533355 color RGB value is (83,51,85).

RGB: (83,51,85) (33%, 20%, 33%)

RGB channels and saturation

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

83
51
85

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

Portions of RGB colors in percentages

R + G + B = 83 + 51 + 85 = 219 (100%)
R 83 of 219 ~ 37.9%
G 51 of 219 ~ 23.29%
B 85 of 219 ~ 38.81'%

%37.9
%23.29
%38.81

CMYK color model

#533355 color CMYK value is (2,40,0,67).

  • cyan value is 2.35%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK: (2,40,0,67) C2M40Y0K67 (2%,40%,0%,67%) (0.02/0.40/0.00/0.67) 

CMYK percentages

%2.35
%40
%0
%66.67

Codes

Color #533355 in popluar color models

53 33 55
RGB 83 51 85
HSL 296° 25.00% 26.67%
HSB/HSV 296° 40.00% 33.33%
CMYK 2.35% 40.00% 0.00%
66.67%

Color #533355 in popluar number systems.

HEX 53 33 55
Decimal 83 51 85
Binary 1010011 110011 1010101
Octal 123 63 125

Shades and tints

Shades of #533355

#533355
(83,51,85)
#4C2F4E
(76,47,78)
#452B47
(69,43,71)
#3E2740
(62,39,64)
#372339
(55,35,57)
#301F32
(48,31,50)
#291B2B
(41,27,43)
#221724
(34,23,36)
#1B131D
(27,19,29)
#140F16
(20,15,22)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #533355

#533355
(83,51,85)
#624564
(98,69,100)
#715773
(113,87,115)
#806982
(128,105,130)
#8F7B91
(143,123,145)
#9E8DA0
(158,141,160)
#AD9FAF
(173,159,175)
#BCB1BE
(188,177,190)
#CBC3CD
(203,195,205)
#DAD5DC
(218,213,220)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533355; }

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

This text font color is #533355.

Background Color

.myBgColor { background-color: #533355; }

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

This div background color is #533355.

Border color

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

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

This div border color is #533355.

Opacity

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

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

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

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

This text has shadow with #533355 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #533355.

Preview

Color preview on black background

This text has color #533355 on black background.


Color preview on white background

This text has color #533355 on white background.


Black color preview on #533355 background

This text has black color on #533355 background.


White color preview on #533355 background

This text has white color on #533355 background.


Related colors

Complementary color

Complementary color for #hex is #ACCCAA.


I love getcolorcode.com

Triadic colors

1 #555333 and #335553 with #533355 are triadic colors.

2 #553353 and #335355 with #533355 are triadic colors.