COLOR #555D50

HEX: #555D50
RGB: (85,93,80)

Renk bilgisi

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

RGB renk modeli

#555D50 color RGB value is (85,93,80).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 93 of 255 = 36%
B 80 of 255 = 31%

85
93
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 93 + 80 = 258 (100%)
R 85 of 258 ~ 32.95%
G 93 of 258 ~ 36.05%
B 80 of 258 ~ 31.01%

%32.95
%36.05
%31.01

CMYK RENK MODELİ

#555D50 rengi CMYK tonu (9,0,14,64).

  • camgöbeği tonu 8.60%
  • eflatun tonu 0.00%
  • sarı tonu 13.98%
  • ana renk tonu 63.53%
CMYK:
(9,0,14,64)
C9M0Y14K64 
(9%,0%,14%,64%)
(0.09/0.00/0.14/0.64)	

CMYK yüzdeleri

%8.6
%0
%13.98
%63.53

Codes

Color #555D50 in popluar color models

555D50
RGB859380
HSL97°7.51%33.92%
HSB/HSV97°13.98%36.47%
CMYK8.60%0.00%13.98%
63.53%

Color #555D50 in popluar number systems.

HEX555D50
Decimal859380
Binary101010110111011010000
Octal125135120

Shades and tints

Shades of #555D50

#555D50
(85,93,80)
#4E5549
(78,85,73)
#474D42
(71,77,66)
#40453B
(64,69,59)
#393D34
(57,61,52)
#32352D
(50,53,45)
#2B2D26
(43,45,38)
#24251F
(36,37,31)
#1D1D18
(29,29,24)
#161511
(22,21,17)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #555D50

#555D50
(85,93,80)
#646B5F
(100,107,95)
#73796E
(115,121,110)
#82877D
(130,135,125)
#91958C
(145,149,140)
#A0A39B
(160,163,155)
#AFB1AA
(175,177,170)
#BEBFB9
(190,191,185)
#CDCDC8
(205,205,200)
#DCDBD7
(220,219,215)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555D50; }

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

This text font color is #555D50.


Background Color

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

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

This div background color is #555D50.


Border color

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

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

This div border color is #555D50.


Opacity

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

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

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

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

This text has shadow with #555D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555D50 on black background.


Color preview on white background

This text has color #555D50 on white background.



Black color preview on #555D50 background

This text has black color on #555D50 background.


White color preview on #555D50 background

This text has white color on #555D50 background.