COLOR #585D51

HEX: #585D51
RGB: (88,93,81)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

88
93
81

R + G + B ~ 34%. #585D51 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 93 + 81 = 262 (100%)
R 88 of 262 ~ 33.59%
G 93 of 262 ~ 35.5%
B 81 of 262 ~ 30.92%

%33.59
%35.5
%30.92

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%5.38
%0
%12.9
%63.53

Codes

Color #585D51 in popluar color models

585D51
RGB889381
HSL85°6.90%34.12%
HSB/HSV85°12.90%36.47%
CMYK5.38%0.00%12.90%
63.53%

Color #585D51 in popluar number systems.

HEX585D51
Decimal889381
Binary101100010111011010001
Octal130135121

Shades and tints

Shades of #585D51

#585D51
(88,93,81)
#50554A
(80,85,74)
#484D43
(72,77,67)
#40453C
(64,69,60)
#383D35
(56,61,53)
#30352E
(48,53,46)
#282D27
(40,45,39)
#202520
(32,37,32)
#181D19
(24,29,25)
#101512
(16,21,18)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #585D51

#585D51
(88,93,81)
#676B60
(103,107,96)
#76796F
(118,121,111)
#85877E
(133,135,126)
#94958D
(148,149,141)
#A3A39C
(163,163,156)
#B2B1AB
(178,177,171)
#C1BFBA
(193,191,186)
#D0CDC9
(208,205,201)
#DFDBD8
(223,219,216)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585D51; }

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

This text font color is #585D51.


Background Color

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

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

This div background color is #585D51.


Border color

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

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

This div border color is #585D51.


Opacity

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

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

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

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

This text has shadow with #585D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585D51 on black background.


Color preview on white background

This text has color #585D51 on white background.



Black color preview on #585D51 background

This text has black color on #585D51 background.


White color preview on #585D51 background

This text has white color on #585D51 background.