COLOR #535377

HEX: #535377
RGB: (83,83,119)

Color info

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

RGB color model

#535377 color RGB value is (83,83,119).

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

RGB channels and saturation

R 83 of 255 = 33%
G 83 of 255 = 33%
B 119 of 255 = 47%

83
83
119

R + G + B ~ 38%. #535377 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 83 + 119 = 285 (100%)
R 83 of 285 ~ 29.12%
G 83 of 285 ~ 29.12%
B 119 of 285 ~ 41.75%

%29.12
%29.12
%41.75

CMYK color model

#535377 color CMYK value is (30,30,0,53).

  • cyan value is 30.25%
  • magenta value is 30.25%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(30,30,0,53)
C30M30Y0K53 
(30%,30%,0%,53%)
(0.30/0.30/0.00/0.53)	

CMYK percentages

%30.25
%30.25
%0
%53.33

Codes

Color #535377 in popluar color models

535377
RGB8383119
HSL240°17.82%39.61%
HSB/HSV240°30.25%46.67%
CMYK30.25%30.25%0.00%
53.33%

Color #535377 in popluar number systems.

HEX535377
Decimal8383119
Binary101001110100111110111
Octal123123167

Shades and tints

Shades of #535377

#535377
(83,83,119)
#4C4C6D
(76,76,109)
#454563
(69,69,99)
#3E3E59
(62,62,89)
#37374F
(55,55,79)
#303045
(48,48,69)
#29293B
(41,41,59)
#222231
(34,34,49)
#1B1B27
(27,27,39)
#14141D
(20,20,29)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #535377

#535377
(83,83,119)
#626283
(98,98,131)
#71718F
(113,113,143)
#80809B
(128,128,155)
#8F8FA7
(143,143,167)
#9E9EB3
(158,158,179)
#ADADBF
(173,173,191)
#BCBCCB
(188,188,203)
#CBCBD7
(203,203,215)
#DADAE3
(218,218,227)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535377; }

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

This text font color is #535377.


Background Color

.myBgColor { background-color: #535377; }

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

This div background color is #535377.


Border color

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

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

This div border color is #535377.


Opacity

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

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

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

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

This text has shadow with #535377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535377 on black background.


Color preview on white background

This text has color #535377 on white background.



Black color preview on #535377 background

This text has black color on #535377 background.


White color preview on #535377 background

This text has white color on #535377 background.