COLOR #555763

HEX: #555763
RGB: (85,87,99)

Color info

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

RGB color model

#555763 color RGB value is (85,87,99).

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

RGB channels and saturation

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

85
87
99

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

Portions of RGB colors in percentages

R + G + B =
85 + 87 + 99 = 271 (100%)
R 85 of 271 ~ 31.37%
G 87 of 271 ~ 32.1%
B 99 of 271 ~ 36.53%

%31.37
%32.1
%36.53

CMYK color model

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

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

CMYK percentages

%14.14
%12.12
%0
%61.18

Codes

Color #555763 in popluar color models

555763
RGB858799
HSL231°7.61%36.08%
HSB/HSV231°14.14%38.82%
CMYK14.14%12.12%0.00%
61.18%

Color #555763 in popluar number systems.

HEX555763
Decimal858799
Binary101010110101111100011
Octal125127143

Shades and tints

Shades of #555763

#555763
(85,87,99)
#4E505A
(78,80,90)
#474951
(71,73,81)
#404248
(64,66,72)
#393B3F
(57,59,63)
#323436
(50,52,54)
#2B2D2D
(43,45,45)
#242624
(36,38,36)
#1D1F1B
(29,31,27)
#161812
(22,24,18)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #555763

#555763
(85,87,99)
#646671
(100,102,113)
#73757F
(115,117,127)
#82848D
(130,132,141)
#91939B
(145,147,155)
#A0A2A9
(160,162,169)
#AFB1B7
(175,177,183)
#BEC0C5
(190,192,197)
#CDCFD3
(205,207,211)
#DCDEE1
(220,222,225)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555763; }

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

This text font color is #555763.


Background Color

.myBgColor { background-color: #555763; }

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

This div background color is #555763.


Border color

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

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

This div border color is #555763.


Opacity

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

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

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

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

This text has shadow with #555763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555763 on black background.


Color preview on white background

This text has color #555763 on white background.



Black color preview on #555763 background

This text has black color on #555763 background.


White color preview on #555763 background

This text has white color on #555763 background.