COLOR #575363

HEX: #575363
RGB: (87,83,99)

Color info

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

RGB color model

#575363 color RGB value is (87,83,99).

  • red value is 87;
  • green value is 83;
  • blue value is 99.
RGB:
(87,83,99)
(34%,33%,39%)

RGB channels and saturation

R 87 of 255 = 34%
G 83 of 255 = 33%
B 99 of 255 = 39%

87
83
99

R + G + B ~ 35%. #575363 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 83 + 99 = 269 (100%)
R 87 of 269 ~ 32.34%
G 83 of 269 ~ 30.86%
B 99 of 269 ~ 36.8%

%32.34
%30.86
%36.8

CMYK color model

#575363 color CMYK value is (12,16,0,61).

  • cyan value is 12.12%
  • magenta value is 16.16%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(12,16,0,61)
C12M16Y0K61 
(12%,16%,0%,61%)
(0.12/0.16/0.00/0.61)	

CMYK percentages

%12.12
%16.16
%0
%61.18

Codes

Color #575363 in popluar color models

575363
RGB878399
HSL255°8.79%35.69%
HSB/HSV255°16.16%38.82%
CMYK12.12%16.16%0.00%
61.18%

Color #575363 in popluar number systems.

HEX575363
Decimal878399
Binary101011110100111100011
Octal127123143

Shades and tints

Shades of #575363

#575363
(87,83,99)
#504C5A
(80,76,90)
#494551
(73,69,81)
#423E48
(66,62,72)
#3B373F
(59,55,63)
#343036
(52,48,54)
#2D292D
(45,41,45)
#262224
(38,34,36)
#1F1B1B
(31,27,27)
#181412
(24,20,18)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #575363

#575363
(87,83,99)
#666271
(102,98,113)
#75717F
(117,113,127)
#84808D
(132,128,141)
#938F9B
(147,143,155)
#A29EA9
(162,158,169)
#B1ADB7
(177,173,183)
#C0BCC5
(192,188,197)
#CFCBD3
(207,203,211)
#DEDAE1
(222,218,225)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575363; }

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

This text font color is #575363.


Background Color

.myBgColor { background-color: #575363; }

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

This div background color is #575363.


Border color

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

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

This div border color is #575363.


Opacity

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

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

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

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

This text has shadow with #575363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575363 on black background.


Color preview on white background

This text has color #575363 on white background.



Black color preview on #575363 background

This text has black color on #575363 background.


White color preview on #575363 background

This text has white color on #575363 background.