COLOR #585751

HEX: #585751
RGB: (88,87,81)

Renk bilgisi

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

RGB renk modeli

#585751 color RGB value is (88,87,81).

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

RGB bağlantıları ve doygunluk

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

88
87
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 87 + 81 = 256 (100%)
R 88 of 256 ~ 34.38%
G 87 of 256 ~ 33.98%
B 81 of 256 ~ 31.64%

%34.38
%33.98
%31.64

CMYK RENK MODELİ

#585751 rengi CMYK tonu (0,1,8,65).

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

CMYK yüzdeleri

%0
%1.14
%7.95
%65.49

Codes

Color #585751 in popluar color models

585751
RGB888781
HSL51°4.14%33.14%
HSB/HSV51°7.95%34.51%
CMYK0.00%1.14%7.95%
65.49%

Color #585751 in popluar number systems.

HEX585751
Decimal888781
Binary101100010101111010001
Octal130127121

Shades and tints

Shades of #585751

#585751
(88,87,81)
#50504A
(80,80,74)
#484943
(72,73,67)
#40423C
(64,66,60)
#383B35
(56,59,53)
#30342E
(48,52,46)
#282D27
(40,45,39)
#202620
(32,38,32)
#181F19
(24,31,25)
#101812
(16,24,18)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #585751

#585751
(88,87,81)
#676660
(103,102,96)
#76756F
(118,117,111)
#85847E
(133,132,126)
#94938D
(148,147,141)
#A3A29C
(163,162,156)
#B2B1AB
(178,177,171)
#C1C0BA
(193,192,186)
#D0CFC9
(208,207,201)
#DFDED8
(223,222,216)
#EEEDE7
(238,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585751; }

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

This text font color is #585751.


Background Color

.myBgColor { background-color: #585751; }

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

This div background color is #585751.


Border color

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

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

This div border color is #585751.


Opacity

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

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

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

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

This text has shadow with #585751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585751 on black background.


Color preview on white background

This text has color #585751 on white background.



Black color preview on #585751 background

This text has black color on #585751 background.


White color preview on #585751 background

This text has white color on #585751 background.