COLOR #585C5C

HEX: #585C5C
RGB: (88,92,92)

Renk bilgisi

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

RGB renk modeli

#585C5C color RGB value is (88,92,92).

  • kırmız ton 88;
  • yeşil ton 92;
  • mavi ton 92.
RGB:
(88,92,92)
(35%,36%,36%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 92 of 255 = 36%
B 92 of 255 = 36%

88
92
92

R + G + B ~ 36%. #585C5C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 92 + 92 = 272 (100%)
R 88 of 272 ~ 32.35%
G 92 of 272 ~ 33.82%
B 92 of 272 ~ 33.82%

%32.35
%33.82
%33.82

CMYK RENK MODELİ

#585C5C rengi CMYK tonu (4,0,0,64).

  • camgöbeği tonu 4.35%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 63.92%
CMYK:
(4,0,0,64)
C4M0Y0K64 
(4%,0%,0%,64%)
(0.04/0.00/0.00/0.64)	

CMYK yüzdeleri

%4.35
%0
%0
%63.92

Codes

Color #585C5C in popluar color models

585C5C
RGB889292
HSL180°2.22%35.29%
HSB/HSV180°4.35%36.08%
CMYK4.35%0.00%0.00%
63.92%

Color #585C5C in popluar number systems.

HEX585C5C
Decimal889292
Binary101100010111001011100
Octal130134134

Shades and tints

Shades of #585C5C

#585C5C
(88,92,92)
#505454
(80,84,84)
#484C4C
(72,76,76)
#404444
(64,68,68)
#383C3C
(56,60,60)
#303434
(48,52,52)
#282C2C
(40,44,44)
#202424
(32,36,36)
#181C1C
(24,28,28)
#101414
(16,20,20)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #585C5C

#585C5C
(88,92,92)
#676A6A
(103,106,106)
#767878
(118,120,120)
#858686
(133,134,134)
#949494
(148,148,148)
#A3A2A2
(163,162,162)
#B2B0B0
(178,176,176)
#C1BEBE
(193,190,190)
#D0CCCC
(208,204,204)
#DFDADA
(223,218,218)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585C5C color. Also use rgb(88,92,92) instead hex code.

Text Font Color

.myTextColor { color: #585C5C; }

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

This text font color is #585C5C.


Background Color

.myBgColor { background-color: #585C5C; }

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

This div background color is #585C5C.


Border color

.myBorderColor { border: 1px solid #585C5C; }

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

This div border color is #585C5C.


Opacity

.myOpacity80 { color: #585C5C; opacity: 0.8; }

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

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

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

This text has shadow with #585C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585C5C on black background.


Color preview on white background

This text has color #585C5C on white background.



Black color preview on #585C5C background

This text has black color on #585C5C background.


White color preview on #585C5C background

This text has white color on #585C5C background.