COLOR #555750

HEX: #555750
RGB: (85,87,80)

Renk bilgisi

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

RGB renk modeli

#555750 color RGB value is (85,87,80).

  • kırmız ton 85;
  • yeşil ton 87;
  • mavi ton 80.
RGB:
(85,87,80)
(33%,34%,31%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 87 of 255 = 34%
B 80 of 255 = 31%

85
87
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 87 + 80 = 252 (100%)
R 85 of 252 ~ 33.73%
G 87 of 252 ~ 34.52%
B 80 of 252 ~ 31.75%

%33.73
%34.52
%31.75

CMYK RENK MODELİ

#555750 rengi CMYK tonu (2,0,8,66).

  • camgöbeği tonu 2.30%
  • eflatun tonu 0.00%
  • sarı tonu 8.05%
  • ana renk tonu 65.88%
CMYK:
(2,0,8,66)
C2M0Y8K66 
(2%,0%,8%,66%)
(0.02/0.00/0.08/0.66)	

CMYK yüzdeleri

%2.3
%0
%8.05
%65.88

Codes

Color #555750 in popluar color models

555750
RGB858780
HSL77°4.19%32.75%
HSB/HSV77°8.05%34.12%
CMYK2.30%0.00%8.05%
65.88%

Color #555750 in popluar number systems.

HEX555750
Decimal858780
Binary101010110101111010000
Octal125127120

Shades and tints

Shades of #555750

#555750
(85,87,80)
#4E5049
(78,80,73)
#474942
(71,73,66)
#40423B
(64,66,59)
#393B34
(57,59,52)
#32342D
(50,52,45)
#2B2D26
(43,45,38)
#24261F
(36,38,31)
#1D1F18
(29,31,24)
#161811
(22,24,17)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #555750

#555750
(85,87,80)
#64665F
(100,102,95)
#73756E
(115,117,110)
#82847D
(130,132,125)
#91938C
(145,147,140)
#A0A29B
(160,162,155)
#AFB1AA
(175,177,170)
#BEC0B9
(190,192,185)
#CDCFC8
(205,207,200)
#DCDED7
(220,222,215)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555750; }

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

This text font color is #555750.


Background Color

.myBgColor { background-color: #555750; }

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

This div background color is #555750.


Border color

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

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

This div border color is #555750.


Opacity

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

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

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

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

This text has shadow with #555750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555750 on black background.


Color preview on white background

This text has color #555750 on white background.



Black color preview on #555750 background

This text has black color on #555750 background.


White color preview on #555750 background

This text has white color on #555750 background.