COLOR #585951

HEX: #585951
RGB: (88,89,81)

Renk bilgisi

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

RGB renk modeli

#585951 color RGB value is (88,89,81).

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

RGB bağlantıları ve doygunluk

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

88
89
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 89 + 81 = 258 (100%)
R 88 of 258 ~ 34.11%
G 89 of 258 ~ 34.5%
B 81 of 258 ~ 31.4%

%34.11
%34.5
%31.4

CMYK RENK MODELİ

#585951 rengi CMYK tonu (1,0,9,65).

  • camgöbeği tonu 1.12%
  • eflatun tonu 0.00%
  • sarı tonu 8.99%
  • ana renk tonu 65.10%
CMYK:
(1,0,9,65)
C1M0Y9K65 
(1%,0%,9%,65%)
(0.01/0.00/0.09/0.65)	

CMYK yüzdeleri

%1.12
%0
%8.99
%65.1

Codes

Color #585951 in popluar color models

585951
RGB888981
HSL68°4.71%33.33%
HSB/HSV68°8.99%34.90%
CMYK1.12%0.00%8.99%
65.10%

Color #585951 in popluar number systems.

HEX585951
Decimal888981
Binary101100010110011010001
Octal130131121

Shades and tints

Shades of #585951

#585951
(88,89,81)
#50514A
(80,81,74)
#484943
(72,73,67)
#40413C
(64,65,60)
#383935
(56,57,53)
#30312E
(48,49,46)
#282927
(40,41,39)
#202120
(32,33,32)
#181919
(24,25,25)
#101112
(16,17,18)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #585951

#585951
(88,89,81)
#676860
(103,104,96)
#76776F
(118,119,111)
#85867E
(133,134,126)
#94958D
(148,149,141)
#A3A49C
(163,164,156)
#B2B3AB
(178,179,171)
#C1C2BA
(193,194,186)
#D0D1C9
(208,209,201)
#DFE0D8
(223,224,216)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585951; }

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

This text font color is #585951.


Background Color

.myBgColor { background-color: #585951; }

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

This div background color is #585951.


Border color

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

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

This div border color is #585951.


Opacity

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

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

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

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

This text has shadow with #585951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585951 on black background.


Color preview on white background

This text has color #585951 on white background.



Black color preview on #585951 background

This text has black color on #585951 background.


White color preview on #585951 background

This text has white color on #585951 background.