COLOR #555951

HEX: #555951
RGB: (85,89,81)

Renk bilgisi

#555951 contains red, green and blue colors in about the same proportion. #555951 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#555951 color RGB value is (85,89,81).

  • kırmız ton 85;
  • yeşil ton 89;
  • mavi ton 81.
RGB:
(85,89,81)
(33%,35%,32%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 89 of 255 = 35%
B 81 of 255 = 32%

85
89
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 89 + 81 = 255 (100%)
R 85 of 255 ~ 33.33%
G 89 of 255 ~ 34.9%
B 81 of 255 ~ 31.76%

%33.33
%34.9
%31.76

CMYK RENK MODELİ

#555951 rengi CMYK tonu (4,0,9,65).

  • camgöbeği tonu 4.49%
  • eflatun tonu 0.00%
  • sarı tonu 8.99%
  • ana renk tonu 65.10%
CMYK:
(4,0,9,65)
C4M0Y9K65 
(4%,0%,9%,65%)
(0.04/0.00/0.09/0.65)	

CMYK yüzdeleri

%4.49
%0
%8.99
%65.1

Codes

Color #555951 in popluar color models

555951
RGB858981
HSL90°4.71%33.33%
HSB/HSV90°8.99%34.90%
CMYK4.49%0.00%8.99%
65.10%

Color #555951 in popluar number systems.

HEX555951
Decimal858981
Binary101010110110011010001
Octal125131121

Shades and tints

Shades of #555951

#555951
(85,89,81)
#4E514A
(78,81,74)
#474943
(71,73,67)
#40413C
(64,65,60)
#393935
(57,57,53)
#32312E
(50,49,46)
#2B2927
(43,41,39)
#242120
(36,33,32)
#1D1919
(29,25,25)
#161112
(22,17,18)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #555951

#555951
(85,89,81)
#646860
(100,104,96)
#73776F
(115,119,111)
#82867E
(130,134,126)
#91958D
(145,149,141)
#A0A49C
(160,164,156)
#AFB3AB
(175,179,171)
#BEC2BA
(190,194,186)
#CDD1C9
(205,209,201)
#DCE0D8
(220,224,216)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555951; }

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

This text font color is #555951.


Background Color

.myBgColor { background-color: #555951; }

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

This div background color is #555951.


Border color

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

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

This div border color is #555951.


Opacity

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

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

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

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

This text has shadow with #555951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555951 on black background.


Color preview on white background

This text has color #555951 on white background.



Black color preview on #555951 background

This text has black color on #555951 background.


White color preview on #555951 background

This text has white color on #555951 background.