COLOR #585F61

HEX: #585F61
RGB: (88,95,97)

Renk bilgisi

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

RGB renk modeli

#585F61 color RGB value is (88,95,97).

  • kırmız ton 88;
  • yeşil ton 95;
  • mavi ton 97.
RGB:
(88,95,97)
(35%,37%,38%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 95 of 255 = 37%
B 97 of 255 = 38%

88
95
97

R + G + B ~ 37%. #585F61 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 95 + 97 = 280 (100%)
R 88 of 280 ~ 31.43%
G 95 of 280 ~ 33.93%
B 97 of 280 ~ 34.64%

%31.43
%33.93
%34.64

CMYK RENK MODELİ

#585F61 rengi CMYK tonu (9,2,0,62).

  • camgöbeği tonu 9.28%
  • eflatun tonu 2.06%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(9,2,0,62)
C9M2Y0K62 
(9%,2%,0%,62%)
(0.09/0.02/0.00/0.62)	

CMYK yüzdeleri

%9.28
%2.06
%0
%61.96

Codes

Color #585F61 in popluar color models

585F61
RGB889597
HSL193°4.86%36.27%
HSB/HSV193°9.28%38.04%
CMYK9.28%2.06%0.00%
61.96%

Color #585F61 in popluar number systems.

HEX585F61
Decimal889597
Binary101100010111111100001
Octal130137141

Shades and tints

Shades of #585F61

#585F61
(88,95,97)
#505759
(80,87,89)
#484F51
(72,79,81)
#404749
(64,71,73)
#383F41
(56,63,65)
#303739
(48,55,57)
#282F31
(40,47,49)
#202729
(32,39,41)
#181F21
(24,31,33)
#101719
(16,23,25)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #585F61

#585F61
(88,95,97)
#676D6F
(103,109,111)
#767B7D
(118,123,125)
#85898B
(133,137,139)
#949799
(148,151,153)
#A3A5A7
(163,165,167)
#B2B3B5
(178,179,181)
#C1C1C3
(193,193,195)
#D0CFD1
(208,207,209)
#DFDDDF
(223,221,223)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585F61; }

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

This text font color is #585F61.


Background Color

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

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

This div background color is #585F61.


Border color

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

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

This div border color is #585F61.


Opacity

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

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

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

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

This text has shadow with #585F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585F61 on black background.


Color preview on white background

This text has color #585F61 on white background.



Black color preview on #585F61 background

This text has black color on #585F61 background.


White color preview on #585F61 background

This text has white color on #585F61 background.