COLOR #585D59

HEX: #585D59
RGB: (88,93,89)

Renk bilgisi

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

RGB renk modeli

#585D59 color RGB value is (88,93,89).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 93 of 255 = 36%
B 89 of 255 = 35%

88
93
89

R + G + B ~ 35%. #585D59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 93 + 89 = 270 (100%)
R 88 of 270 ~ 32.59%
G 93 of 270 ~ 34.44%
B 89 of 270 ~ 32.96%

%32.59
%34.44
%32.96

CMYK RENK MODELİ

#585D59 rengi CMYK tonu (5,0,4,64).

  • camgöbeği tonu 5.38%
  • eflatun tonu 0.00%
  • sarı tonu 4.30%
  • ana renk tonu 63.53%
CMYK:
(5,0,4,64)
C5M0Y4K64 
(5%,0%,4%,64%)
(0.05/0.00/0.04/0.64)	

CMYK yüzdeleri

%5.38
%0
%4.3
%63.53

Codes

Color #585D59 in popluar color models

585D59
RGB889389
HSL132°2.76%35.49%
HSB/HSV132°5.38%36.47%
CMYK5.38%0.00%4.30%
63.53%

Color #585D59 in popluar number systems.

HEX585D59
Decimal889389
Binary101100010111011011001
Octal130135131

Shades and tints

Shades of #585D59

#585D59
(88,93,89)
#505551
(80,85,81)
#484D49
(72,77,73)
#404541
(64,69,65)
#383D39
(56,61,57)
#303531
(48,53,49)
#282D29
(40,45,41)
#202521
(32,37,33)
#181D19
(24,29,25)
#101511
(16,21,17)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #585D59

#585D59
(88,93,89)
#676B68
(103,107,104)
#767977
(118,121,119)
#858786
(133,135,134)
#949595
(148,149,149)
#A3A3A4
(163,163,164)
#B2B1B3
(178,177,179)
#C1BFC2
(193,191,194)
#D0CDD1
(208,205,209)
#DFDBE0
(223,219,224)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585D59; }

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

This text font color is #585D59.


Background Color

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

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

This div background color is #585D59.


Border color

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

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

This div border color is #585D59.


Opacity

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

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

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

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

This text has shadow with #585D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585D59 on black background.


Color preview on white background

This text has color #585D59 on white background.



Black color preview on #585D59 background

This text has black color on #585D59 background.


White color preview on #585D59 background

This text has white color on #585D59 background.