COLOR #585D58

HEX: #585D58
RGB: (88,93,88)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

88
93
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 93 + 88 = 269 (100%)
R 88 of 269 ~ 32.71%
G 93 of 269 ~ 34.57%
B 88 of 269 ~ 32.71%

%32.71
%34.57
%32.71

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%5.38
%0
%5.38
%63.53

Codes

Color #585D58 in popluar color models

585D58
RGB889388
HSL120°2.76%35.49%
HSB/HSV120°5.38%36.47%
CMYK5.38%0.00%5.38%
63.53%

Color #585D58 in popluar number systems.

HEX585D58
Decimal889388
Binary101100010111011011000
Octal130135130

Shades and tints

Shades of #585D58

#585D58
(88,93,88)
#505550
(80,85,80)
#484D48
(72,77,72)
#404540
(64,69,64)
#383D38
(56,61,56)
#303530
(48,53,48)
#282D28
(40,45,40)
#202520
(32,37,32)
#181D18
(24,29,24)
#101510
(16,21,16)
#080D08
(8,13,8)
#000000
(0,0,0)

Tints of #585D58

#585D58
(88,93,88)
#676B67
(103,107,103)
#767976
(118,121,118)
#858785
(133,135,133)
#949594
(148,149,148)
#A3A3A3
(163,163,163)
#B2B1B2
(178,177,178)
#C1BFC1
(193,191,193)
#D0CDD0
(208,205,208)
#DFDBDF
(223,219,223)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585D58; }

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

This text font color is #585D58.


Background Color

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

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

This div background color is #585D58.


Border color

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

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

This div border color is #585D58.


Opacity

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

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

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

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

This text has shadow with #585D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585D58 on black background.


Color preview on white background

This text has color #585D58 on white background.



Black color preview on #585D58 background

This text has black color on #585D58 background.


White color preview on #585D58 background

This text has white color on #585D58 background.