COLOR #585F51

HEX: #585F51
RGB: (88,95,81)

Renk bilgisi

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

RGB renk modeli

#585F51 color RGB value is (88,95,81).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 95 of 255 = 37%
B 81 of 255 = 32%

88
95
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 95 + 81 = 264 (100%)
R 88 of 264 ~ 33.33%
G 95 of 264 ~ 35.98%
B 81 of 264 ~ 30.68%

%33.33
%35.98
%30.68

CMYK RENK MODELİ

#585F51 rengi CMYK tonu (7,0,15,63).

  • camgöbeği tonu 7.37%
  • eflatun tonu 0.00%
  • sarı tonu 14.74%
  • ana renk tonu 62.75%
CMYK:
(7,0,15,63)
C7M0Y15K63 
(7%,0%,15%,63%)
(0.07/0.00/0.15/0.63)	

CMYK yüzdeleri

%7.37
%0
%14.74
%62.75

Codes

Color #585F51 in popluar color models

585F51
RGB889581
HSL90°7.95%34.51%
HSB/HSV90°14.74%37.25%
CMYK7.37%0.00%14.74%
62.75%

Color #585F51 in popluar number systems.

HEX585F51
Decimal889581
Binary101100010111111010001
Octal130137121

Shades and tints

Shades of #585F51

#585F51
(88,95,81)
#50574A
(80,87,74)
#484F43
(72,79,67)
#40473C
(64,71,60)
#383F35
(56,63,53)
#30372E
(48,55,46)
#282F27
(40,47,39)
#202720
(32,39,32)
#181F19
(24,31,25)
#101712
(16,23,18)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #585F51

#585F51
(88,95,81)
#676D60
(103,109,96)
#767B6F
(118,123,111)
#85897E
(133,137,126)
#94978D
(148,151,141)
#A3A59C
(163,165,156)
#B2B3AB
(178,179,171)
#C1C1BA
(193,193,186)
#D0CFC9
(208,207,201)
#DFDDD8
(223,221,216)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585F51; }

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

This text font color is #585F51.


Background Color

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

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

This div background color is #585F51.


Border color

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

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

This div border color is #585F51.


Opacity

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

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

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

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

This text has shadow with #585F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585F51 on black background.


Color preview on white background

This text has color #585F51 on white background.



Black color preview on #585F51 background

This text has black color on #585F51 background.


White color preview on #585F51 background

This text has white color on #585F51 background.