COLOR #585D5D

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

88
93
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 93 + 93 = 274 (100%)
R 88 of 274 ~ 32.12%
G 93 of 274 ~ 33.94%
B 93 of 274 ~ 33.94%

%32.12
%33.94
%33.94

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%5.38
%0
%0
%63.53

Codes

Color #585D5D in popluar color models

585D5D
RGB889393
HSL180°2.76%35.49%
HSB/HSV180°5.38%36.47%
CMYK5.38%0.00%0.00%
63.53%

Color #585D5D in popluar number systems.

HEX585D5D
Decimal889393
Binary101100010111011011101
Octal130135135

Shades and tints

Shades of #585D5D

#585D5D
(88,93,93)
#505555
(80,85,85)
#484D4D
(72,77,77)
#404545
(64,69,69)
#383D3D
(56,61,61)
#303535
(48,53,53)
#282D2D
(40,45,45)
#202525
(32,37,37)
#181D1D
(24,29,29)
#101515
(16,21,21)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #585D5D

#585D5D
(88,93,93)
#676B6B
(103,107,107)
#767979
(118,121,121)
#858787
(133,135,135)
#949595
(148,149,149)
#A3A3A3
(163,163,163)
#B2B1B1
(178,177,177)
#C1BFBF
(193,191,191)
#D0CDCD
(208,205,205)
#DFDBDB
(223,219,219)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585D5D; }

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

This text font color is #585D5D.


Background Color

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

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

This div background color is #585D5D.


Border color

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

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

This div border color is #585D5D.


Opacity

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

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

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

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

This text has shadow with #585D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585D5D on black background.


Color preview on white background

This text has color #585D5D on white background.



Black color preview on #585D5D background

This text has black color on #585D5D background.


White color preview on #585D5D background

This text has white color on #585D5D background.