COLOR #585E6F

HEX: #585E6F
RGB: (88,94,111)

Renk bilgisi

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

RGB renk modeli

#585E6F color RGB value is (88,94,111).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 94 of 255 = 37%
B 111 of 255 = 44%

88
94
111

R + G + B ~ 39%. #585E6F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 94 + 111 = 293 (100%)
R 88 of 293 ~ 30.03%
G 94 of 293 ~ 32.08%
B 111 of 293 ~ 37.88%

%30.03
%32.08
%37.88

CMYK RENK MODELİ

#585E6F rengi CMYK tonu (21,15,0,56).

  • camgöbeği tonu 20.72%
  • eflatun tonu 15.32%
  • sarı tonu 0.00%
  • ana renk tonu 56.47%
CMYK:
(21,15,0,56)
C21M15Y0K56 
(21%,15%,0%,56%)
(0.21/0.15/0.00/0.56)	

CMYK yüzdeleri

%20.72
%15.32
%0
%56.47

Codes

Color #585E6F in popluar color models

585E6F
RGB8894111
HSL224°11.56%39.02%
HSB/HSV224°20.72%43.53%
CMYK20.72%15.32%0.00%
56.47%

Color #585E6F in popluar number systems.

HEX585E6F
Decimal8894111
Binary101100010111101101111
Octal130136157

Shades and tints

Shades of #585E6F

#585E6F
(88,94,111)
#505665
(80,86,101)
#484E5B
(72,78,91)
#404651
(64,70,81)
#383E47
(56,62,71)
#30363D
(48,54,61)
#282E33
(40,46,51)
#202629
(32,38,41)
#181E1F
(24,30,31)
#101615
(16,22,21)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #585E6F

#585E6F
(88,94,111)
#676C7C
(103,108,124)
#767A89
(118,122,137)
#858896
(133,136,150)
#9496A3
(148,150,163)
#A3A4B0
(163,164,176)
#B2B2BD
(178,178,189)
#C1C0CA
(193,192,202)
#D0CED7
(208,206,215)
#DFDCE4
(223,220,228)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585E6F; }

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

This text font color is #585E6F.


Background Color

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

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

This div background color is #585E6F.


Border color

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

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

This div border color is #585E6F.


Opacity

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

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

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

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

This text has shadow with #585E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585E6F on black background.


Color preview on white background

This text has color #585E6F on white background.



Black color preview on #585E6F background

This text has black color on #585E6F background.


White color preview on #585E6F background

This text has white color on #585E6F background.