COLOR #585B5F

HEX: #585B5F
RGB: (88,91,95)

Renk bilgisi

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

RGB renk modeli

#585B5F color RGB value is (88,91,95).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 91 of 255 = 36%
B 95 of 255 = 37%

88
91
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 91 + 95 = 274 (100%)
R 88 of 274 ~ 32.12%
G 91 of 274 ~ 33.21%
B 95 of 274 ~ 34.67%

%32.12
%33.21
%34.67

CMYK RENK MODELİ

#585B5F rengi CMYK tonu (7,4,0,63).

  • camgöbeği tonu 7.37%
  • eflatun tonu 4.21%
  • sarı tonu 0.00%
  • ana renk tonu 62.75%
CMYK:
(7,4,0,63)
C7M4Y0K63 
(7%,4%,0%,63%)
(0.07/0.04/0.00/0.63)	

CMYK yüzdeleri

%7.37
%4.21
%0
%62.75

Codes

Color #585B5F in popluar color models

585B5F
RGB889195
HSL214°3.83%35.88%
HSB/HSV214°7.37%37.25%
CMYK7.37%4.21%0.00%
62.75%

Color #585B5F in popluar number systems.

HEX585B5F
Decimal889195
Binary101100010110111011111
Octal130133137

Shades and tints

Shades of #585B5F

#585B5F
(88,91,95)
#505357
(80,83,87)
#484B4F
(72,75,79)
#404347
(64,67,71)
#383B3F
(56,59,63)
#303337
(48,51,55)
#282B2F
(40,43,47)
#202327
(32,35,39)
#181B1F
(24,27,31)
#101317
(16,19,23)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #585B5F

#585B5F
(88,91,95)
#67696D
(103,105,109)
#76777B
(118,119,123)
#858589
(133,133,137)
#949397
(148,147,151)
#A3A1A5
(163,161,165)
#B2AFB3
(178,175,179)
#C1BDC1
(193,189,193)
#D0CBCF
(208,203,207)
#DFD9DD
(223,217,221)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585B5F; }

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

This text font color is #585B5F.


Background Color

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

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

This div background color is #585B5F.


Border color

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

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

This div border color is #585B5F.


Opacity

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

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

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

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

This text has shadow with #585B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585B5F on black background.


Color preview on white background

This text has color #585B5F on white background.



Black color preview on #585B5F background

This text has black color on #585B5F background.


White color preview on #585B5F background

This text has white color on #585B5F background.