COLOR #555F67

HEX: #555F67
RGB: (85,95,103)

Color info

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

RGB color model

#555F67 color RGB value is (85,95,103).

  • red value is 85;
  • green value is 95;
  • blue value is 103.
RGB:
(85,95,103)
(33%,37%,40%)

RGB channels and saturation

R 85 of 255 = 33%
G 95 of 255 = 37%
B 103 of 255 = 40%

85
95
103

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

Portions of RGB colors in percentages

R + G + B =
85 + 95 + 103 = 283 (100%)
R 85 of 283 ~ 30.04%
G 95 of 283 ~ 33.57%
B 103 of 283 ~ 36.4%

%30.04
%33.57
%36.4

CMYK color model

#555F67 color CMYK value is (17,8,0,60).

  • cyan value is 17.48%
  • magenta value is 7.77%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(17,8,0,60)
C17M8Y0K60 
(17%,8%,0%,60%)
(0.17/0.08/0.00/0.60)	

CMYK percentages

%17.48
%7.77
%0
%59.61

Codes

Color #555F67 in popluar color models

555F67
RGB8595103
HSL207°9.57%36.86%
HSB/HSV207°17.48%40.39%
CMYK17.48%7.77%0.00%
59.61%

Color #555F67 in popluar number systems.

HEX555F67
Decimal8595103
Binary101010110111111100111
Octal125137147

Shades and tints

Shades of #555F67

#555F67
(85,95,103)
#4E575E
(78,87,94)
#474F55
(71,79,85)
#40474C
(64,71,76)
#393F43
(57,63,67)
#32373A
(50,55,58)
#2B2F31
(43,47,49)
#242728
(36,39,40)
#1D1F1F
(29,31,31)
#161716
(22,23,22)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #555F67

#555F67
(85,95,103)
#646D74
(100,109,116)
#737B81
(115,123,129)
#82898E
(130,137,142)
#91979B
(145,151,155)
#A0A5A8
(160,165,168)
#AFB3B5
(175,179,181)
#BEC1C2
(190,193,194)
#CDCFCF
(205,207,207)
#DCDDDC
(220,221,220)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555F67 color. Also use rgb(85,95,103) instead hex code.

Text Font Color

.myTextColor { color: #555F67; }

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

This text font color is #555F67.


Background Color

.myBgColor { background-color: #555F67; }

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

This div background color is #555F67.


Border color

.myBorderColor { border: 1px solid #555F67; }

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

This div border color is #555F67.


Opacity

.myOpacity80 { color: #555F67; opacity: 0.8; }

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

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

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

This text has shadow with #555F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555F67 on black background.


Color preview on white background

This text has color #555F67 on white background.



Black color preview on #555F67 background

This text has black color on #555F67 background.


White color preview on #555F67 background

This text has white color on #555F67 background.