COLOR #585D62

HEX: #585D62
RGB: (88,93,98)

Renk bilgisi

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

RGB renk modeli

#585D62 color RGB value is (88,93,98).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 93 of 255 = 36%
B 98 of 255 = 38%

88
93
98

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 93 + 98 = 279 (100%)
R 88 of 279 ~ 31.54%
G 93 of 279 ~ 33.33%
B 98 of 279 ~ 35.13%

%31.54
%33.33
%35.13

CMYK RENK MODELİ

#585D62 rengi CMYK tonu (10,5,0,62).

  • camgöbeği tonu 10.20%
  • eflatun tonu 5.10%
  • sarı tonu 0.00%
  • ana renk tonu 61.57%
CMYK:
(10,5,0,62)
C10M5Y0K62 
(10%,5%,0%,62%)
(0.10/0.05/0.00/0.62)	

CMYK yüzdeleri

%10.2
%5.1
%0
%61.57

Codes

Color #585D62 in popluar color models

585D62
RGB889398
HSL210°5.38%36.47%
HSB/HSV210°10.20%38.43%
CMYK10.20%5.10%0.00%
61.57%

Color #585D62 in popluar number systems.

HEX585D62
Decimal889398
Binary101100010111011100010
Octal130135142

Shades and tints

Shades of #585D62

#585D62
(88,93,98)
#50555A
(80,85,90)
#484D52
(72,77,82)
#40454A
(64,69,74)
#383D42
(56,61,66)
#30353A
(48,53,58)
#282D32
(40,45,50)
#20252A
(32,37,42)
#181D22
(24,29,34)
#10151A
(16,21,26)
#080D12
(8,13,18)
#000000
(0,0,0)

Tints of #585D62

#585D62
(88,93,98)
#676B70
(103,107,112)
#76797E
(118,121,126)
#85878C
(133,135,140)
#94959A
(148,149,154)
#A3A3A8
(163,163,168)
#B2B1B6
(178,177,182)
#C1BFC4
(193,191,196)
#D0CDD2
(208,205,210)
#DFDBE0
(223,219,224)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585D62; }

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

This text font color is #585D62.


Background Color

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

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

This div background color is #585D62.


Border color

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

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

This div border color is #585D62.


Opacity

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

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

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

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

This text has shadow with #585D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585D62 on black background.


Color preview on white background

This text has color #585D62 on white background.



Black color preview on #585D62 background

This text has black color on #585D62 background.


White color preview on #585D62 background

This text has white color on #585D62 background.