COLOR #585851

HEX: #585851
RGB: (88,88,81)

Renk bilgisi

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

RGB renk modeli

#585851 color RGB value is (88,88,81).

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

RGB bağlantıları ve doygunluk

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

88
88
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 88 + 81 = 257 (100%)
R 88 of 257 ~ 34.24%
G 88 of 257 ~ 34.24%
B 81 of 257 ~ 31.52%

%34.24
%34.24
%31.52

CMYK RENK MODELİ

#585851 rengi CMYK tonu (0,0,8,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 7.95%
  • ana renk tonu 65.49%
CMYK:
(0,0,8,65)
C0M0Y8K65 
(0%,0%,8%,65%)
(0.00/0.00/0.08/0.65)	

CMYK yüzdeleri

%0
%0
%7.95
%65.49

Codes

Color #585851 in popluar color models

585851
RGB888881
HSL60°4.14%33.14%
HSB/HSV60°7.95%34.51%
CMYK0.00%0.00%7.95%
65.49%

Color #585851 in popluar number systems.

HEX585851
Decimal888881
Binary101100010110001010001
Octal130130121

Shades and tints

Shades of #585851

#585851
(88,88,81)
#50504A
(80,80,74)
#484843
(72,72,67)
#40403C
(64,64,60)
#383835
(56,56,53)
#30302E
(48,48,46)
#282827
(40,40,39)
#202020
(32,32,32)
#181819
(24,24,25)
#101012
(16,16,18)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #585851

#585851
(88,88,81)
#676760
(103,103,96)
#76766F
(118,118,111)
#85857E
(133,133,126)
#94948D
(148,148,141)
#A3A39C
(163,163,156)
#B2B2AB
(178,178,171)
#C1C1BA
(193,193,186)
#D0D0C9
(208,208,201)
#DFDFD8
(223,223,216)
#EEEEE7
(238,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585851; }

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

This text font color is #585851.


Background Color

.myBgColor { background-color: #585851; }

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

This div background color is #585851.


Border color

.myBorderColor { border: 1px solid #585851; }

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

This div border color is #585851.


Opacity

.myOpacity80 { color: #585851; opacity: 0.8; }

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

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

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

This text has shadow with #585851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585851 on black background.


Color preview on white background

This text has color #585851 on white background.



Black color preview on #585851 background

This text has black color on #585851 background.


White color preview on #585851 background

This text has white color on #585851 background.