COLOR #533A61

HEX: #533A61
RGB: (83,58,97)

Color info

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

RGB color model

#533A61 color RGB value is (83,58,97).

  • red value is 83;
  • green value is 58;
  • blue value is 97.
RGB:
(83,58,97)
(33%,23%,38%)

RGB channels and saturation

R 83 of 255 = 33%
G 58 of 255 = 23%
B 97 of 255 = 38%

83
58
97

R + G + B ~ 31%. #533A61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 58 + 97 = 238 (100%)
R 83 of 238 ~ 34.87%
G 58 of 238 ~ 24.37%
B 97 of 238 ~ 40.76%

%34.87
%24.37
%40.76

CMYK color model

#533A61 color CMYK value is (14,40,0,62).

  • cyan value is 14.43%
  • magenta value is 40.21%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(14,40,0,62)
C14M40Y0K62 
(14%,40%,0%,62%)
(0.14/0.40/0.00/0.62)	

CMYK percentages

%14.43
%40.21
%0
%61.96

Codes

Color #533A61 in popluar color models

533A61
RGB835897
HSL278°25.16%30.39%
HSB/HSV278°40.21%38.04%
CMYK14.43%40.21%0.00%
61.96%

Color #533A61 in popluar number systems.

HEX533A61
Decimal835897
Binary10100111110101100001
Octal12372141

Shades and tints

Shades of #533A61

#533A61
(83,58,97)
#4C3559
(76,53,89)
#453051
(69,48,81)
#3E2B49
(62,43,73)
#372641
(55,38,65)
#302139
(48,33,57)
#291C31
(41,28,49)
#221729
(34,23,41)
#1B1221
(27,18,33)
#140D19
(20,13,25)
#0D0811
(13,8,17)
#000000
(0,0,0)

Tints of #533A61

#533A61
(83,58,97)
#624B6F
(98,75,111)
#715C7D
(113,92,125)
#806D8B
(128,109,139)
#8F7E99
(143,126,153)
#9E8FA7
(158,143,167)
#ADA0B5
(173,160,181)
#BCB1C3
(188,177,195)
#CBC2D1
(203,194,209)
#DAD3DF
(218,211,223)
#E9E4ED
(233,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533A61 color. Also use rgb(83,58,97) instead hex code.

Text Font Color

.myTextColor { color: #533A61; }

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

This text font color is #533A61.


Background Color

.myBgColor { background-color: #533A61; }

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

This div background color is #533A61.


Border color

.myBorderColor { border: 1px solid #533A61; }

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

This div border color is #533A61.


Opacity

.myOpacity80 { color: #533A61; opacity: 0.8; }

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

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

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

This text has shadow with #533A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533A61 on black background.


Color preview on white background

This text has color #533A61 on white background.



Black color preview on #533A61 background

This text has black color on #533A61 background.


White color preview on #533A61 background

This text has white color on #533A61 background.