COLOR #535279

HEX: #535279
RGB: (83,82,121)

Color info

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

RGB color model

#535279 color RGB value is (83,82,121).

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

RGB channels and saturation

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

83
82
121

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

Portions of RGB colors in percentages

R + G + B =
83 + 82 + 121 = 286 (100%)
R 83 of 286 ~ 29.02%
G 82 of 286 ~ 28.67%
B 121 of 286 ~ 42.31%

%29.02
%28.67
%42.31

CMYK color model

#535279 color CMYK value is (31,32,0,53).

  • cyan value is 31.40%
  • magenta value is 32.23%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(31,32,0,53)
C31M32Y0K53 
(31%,32%,0%,53%)
(0.31/0.32/0.00/0.53)	

CMYK percentages

%31.4
%32.23
%0
%52.55

Codes

Color #535279 in popluar color models

535279
RGB8382121
HSL242°19.21%39.80%
HSB/HSV242°32.23%47.45%
CMYK31.40%32.23%0.00%
52.55%

Color #535279 in popluar number systems.

HEX535279
Decimal8382121
Binary101001110100101111001
Octal123122171

Shades and tints

Shades of #535279

#535279
(83,82,121)
#4C4B6E
(76,75,110)
#454463
(69,68,99)
#3E3D58
(62,61,88)
#37364D
(55,54,77)
#302F42
(48,47,66)
#292837
(41,40,55)
#22212C
(34,33,44)
#1B1A21
(27,26,33)
#141316
(20,19,22)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #535279

#535279
(83,82,121)
#626185
(98,97,133)
#717091
(113,112,145)
#807F9D
(128,127,157)
#8F8EA9
(143,142,169)
#9E9DB5
(158,157,181)
#ADACC1
(173,172,193)
#BCBBCD
(188,187,205)
#CBCAD9
(203,202,217)
#DAD9E5
(218,217,229)
#E9E8F1
(233,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535279; }

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

This text font color is #535279.


Background Color

.myBgColor { background-color: #535279; }

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

This div background color is #535279.


Border color

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

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

This div border color is #535279.


Opacity

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

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

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

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

This text has shadow with #535279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535279 on black background.


Color preview on white background

This text has color #535279 on white background.



Black color preview on #535279 background

This text has black color on #535279 background.


White color preview on #535279 background

This text has white color on #535279 background.