COLOR #555950

HEX: #555950
RGB: (85,89,80)

Color info

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

RGB color model

#555950 color RGB value is (85,89,80).

  • red value is 85;
  • green value is 89;
  • blue value is 80.
RGB:
(85,89,80)
(33%,35%,31%)

RGB channels and saturation

R 85 of 255 = 33%
G 89 of 255 = 35%
B 80 of 255 = 31%

85
89
80

R + G + B ~ 33%. #555950 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 89 + 80 = 254 (100%)
R 85 of 254 ~ 33.46%
G 89 of 254 ~ 35.04%
B 80 of 254 ~ 31.5%

%33.46
%35.04
%31.5

CMYK color model

#555950 color CMYK value is (4,0,10,65).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 10.11%
  • key color value is 65.10%
CMYK:
(4,0,10,65)
C4M0Y10K65 
(4%,0%,10%,65%)
(0.04/0.00/0.10/0.65)	

CMYK percentages

%4.49
%0
%10.11
%65.1

Codes

Color #555950 in popluar color models

555950
RGB858980
HSL87°5.33%33.14%
HSB/HSV87°10.11%34.90%
CMYK4.49%0.00%10.11%
65.10%

Color #555950 in popluar number systems.

HEX555950
Decimal858980
Binary101010110110011010000
Octal125131120

Shades and tints

Shades of #555950

#555950
(85,89,80)
#4E5149
(78,81,73)
#474942
(71,73,66)
#40413B
(64,65,59)
#393934
(57,57,52)
#32312D
(50,49,45)
#2B2926
(43,41,38)
#24211F
(36,33,31)
#1D1918
(29,25,24)
#161111
(22,17,17)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #555950

#555950
(85,89,80)
#64685F
(100,104,95)
#73776E
(115,119,110)
#82867D
(130,134,125)
#91958C
(145,149,140)
#A0A49B
(160,164,155)
#AFB3AA
(175,179,170)
#BEC2B9
(190,194,185)
#CDD1C8
(205,209,200)
#DCE0D7
(220,224,215)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555950 color. Also use rgb(85,89,80) instead hex code.

Text Font Color

.myTextColor { color: #555950; }

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

This text font color is #555950.


Background Color

.myBgColor { background-color: #555950; }

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

This div background color is #555950.


Border color

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

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

This div border color is #555950.


Opacity

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

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

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

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

This text has shadow with #555950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555950 on black background.


Color preview on white background

This text has color #555950 on white background.



Black color preview on #555950 background

This text has black color on #555950 background.


White color preview on #555950 background

This text has white color on #555950 background.