COLOR #575763

HEX: #575763
RGB: (87,87,99)

Color info

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

RGB color model

#575763 color RGB value is (87,87,99).

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

RGB channels and saturation

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

87
87
99

R + G + B ~ 36%. #575763 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 87 + 99 = 273 (100%)
R 87 of 273 ~ 31.87%
G 87 of 273 ~ 31.87%
B 99 of 273 ~ 36.26%

%31.87
%31.87
%36.26

CMYK color model

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

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

CMYK percentages

%12.12
%12.12
%0
%61.18

Codes

Color #575763 in popluar color models

575763
RGB878799
HSL240°6.45%36.47%
HSB/HSV240°12.12%38.82%
CMYK12.12%12.12%0.00%
61.18%

Color #575763 in popluar number systems.

HEX575763
Decimal878799
Binary101011110101111100011
Octal127127143

Shades and tints

Shades of #575763

#575763
(87,87,99)
#50505A
(80,80,90)
#494951
(73,73,81)
#424248
(66,66,72)
#3B3B3F
(59,59,63)
#343436
(52,52,54)
#2D2D2D
(45,45,45)
#262624
(38,38,36)
#1F1F1B
(31,31,27)
#181812
(24,24,18)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #575763

#575763
(87,87,99)
#666671
(102,102,113)
#75757F
(117,117,127)
#84848D
(132,132,141)
#93939B
(147,147,155)
#A2A2A9
(162,162,169)
#B1B1B7
(177,177,183)
#C0C0C5
(192,192,197)
#CFCFD3
(207,207,211)
#DEDEE1
(222,222,225)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575763; }

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

This text font color is #575763.


Background Color

.myBgColor { background-color: #575763; }

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

This div background color is #575763.


Border color

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

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

This div border color is #575763.


Opacity

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

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

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

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

This text has shadow with #575763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575763 on black background.


Color preview on white background

This text has color #575763 on white background.



Black color preview on #575763 background

This text has black color on #575763 background.


White color preview on #575763 background

This text has white color on #575763 background.