COLOR #535179

HEX: #535179
RGB: (83,81,121)

Color info

#535179 contains red, green and blue colors in about the same proportion. Web safe color of #535179 is #666666 (or #666).

RGB color model

#535179 color RGB value is (83,81,121).

  • red value is 83;
  • green value is 81;
  • blue value is 121.
RGB:
(83,81,121)
(33%,32%,47%)

RGB channels and saturation

R 83 of 255 = 33%
G 81 of 255 = 32%
B 121 of 255 = 47%

83
81
121

R + G + B ~ 37%. #535179 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 81 + 121 = 285 (100%)
R 83 of 285 ~ 29.12%
G 81 of 285 ~ 28.42%
B 121 of 285 ~ 42.46%

%29.12
%28.42
%42.46

CMYK color model

#535179 color CMYK value is (31,33,0,53).

  • cyan value is 31.40%
  • magenta value is 33.06%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(31,33,0,53)
C31M33Y0K53 
(31%,33%,0%,53%)
(0.31/0.33/0.00/0.53)	

CMYK percentages

%31.4
%33.06
%0
%52.55

Codes

Color #535179 in popluar color models

535179
RGB8381121
HSL243°19.80%39.61%
HSB/HSV243°33.06%47.45%
CMYK31.40%33.06%0.00%
52.55%

Color #535179 in popluar number systems.

HEX535179
Decimal8381121
Binary101001110100011111001
Octal123121171

Shades and tints

Shades of #535179

#535179
(83,81,121)
#4C4A6E
(76,74,110)
#454363
(69,67,99)
#3E3C58
(62,60,88)
#37354D
(55,53,77)
#302E42
(48,46,66)
#292737
(41,39,55)
#22202C
(34,32,44)
#1B1921
(27,25,33)
#141216
(20,18,22)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #535179

#535179
(83,81,121)
#626085
(98,96,133)
#716F91
(113,111,145)
#807E9D
(128,126,157)
#8F8DA9
(143,141,169)
#9E9CB5
(158,156,181)
#ADABC1
(173,171,193)
#BCBACD
(188,186,205)
#CBC9D9
(203,201,217)
#DAD8E5
(218,216,229)
#E9E7F1
(233,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535179; }

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

This text font color is #535179.


Background Color

.myBgColor { background-color: #535179; }

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

This div background color is #535179.


Border color

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

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

This div border color is #535179.


Opacity

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

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

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

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

This text has shadow with #535179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535179 on black background.


Color preview on white background

This text has color #535179 on white background.



Black color preview on #535179 background

This text has black color on #535179 background.


White color preview on #535179 background

This text has white color on #535179 background.