COLOR #585F5E

HEX: #585F5E
RGB: (88,95,94)

Renk bilgisi

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

RGB renk modeli

#585F5E color RGB value is (88,95,94).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 95 of 255 = 37%
B 94 of 255 = 37%

88
95
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 95 + 94 = 277 (100%)
R 88 of 277 ~ 31.77%
G 95 of 277 ~ 34.3%
B 94 of 277 ~ 33.94%

%31.77
%34.3
%33.94

CMYK RENK MODELİ

#585F5E rengi CMYK tonu (7,0,1,63).

  • camgöbeği tonu 7.37%
  • eflatun tonu 0.00%
  • sarı tonu 1.05%
  • ana renk tonu 62.75%
CMYK:
(7,0,1,63)
C7M0Y1K63 
(7%,0%,1%,63%)
(0.07/0.00/0.01/0.63)	

CMYK yüzdeleri

%7.37
%0
%1.05
%62.75

Codes

Color #585F5E in popluar color models

585F5E
RGB889594
HSL171°3.83%35.88%
HSB/HSV171°7.37%37.25%
CMYK7.37%0.00%1.05%
62.75%

Color #585F5E in popluar number systems.

HEX585F5E
Decimal889594
Binary101100010111111011110
Octal130137136

Shades and tints

Shades of #585F5E

#585F5E
(88,95,94)
#505756
(80,87,86)
#484F4E
(72,79,78)
#404746
(64,71,70)
#383F3E
(56,63,62)
#303736
(48,55,54)
#282F2E
(40,47,46)
#202726
(32,39,38)
#181F1E
(24,31,30)
#101716
(16,23,22)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #585F5E

#585F5E
(88,95,94)
#676D6C
(103,109,108)
#767B7A
(118,123,122)
#858988
(133,137,136)
#949796
(148,151,150)
#A3A5A4
(163,165,164)
#B2B3B2
(178,179,178)
#C1C1C0
(193,193,192)
#D0CFCE
(208,207,206)
#DFDDDC
(223,221,220)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585F5E; }

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

This text font color is #585F5E.


Background Color

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

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

This div background color is #585F5E.


Border color

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

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

This div border color is #585F5E.


Opacity

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

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

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

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

This text has shadow with #585F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585F5E on black background.


Color preview on white background

This text has color #585F5E on white background.



Black color preview on #585F5E background

This text has black color on #585F5E background.


White color preview on #585F5E background

This text has white color on #585F5E background.