COLOR #585752

HEX: #585752
RGB: (88,87,82)

Renk bilgisi

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

RGB renk modeli

#585752 color RGB value is (88,87,82).

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

RGB bağlantıları ve doygunluk

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

88
87
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 87 + 82 = 257 (100%)
R 88 of 257 ~ 34.24%
G 87 of 257 ~ 33.85%
B 82 of 257 ~ 31.91%

%34.24
%33.85
%31.91

CMYK RENK MODELİ

#585752 rengi CMYK tonu (0,1,7,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.14%
  • sarı tonu 6.82%
  • ana renk tonu 65.49%
CMYK:
(0,1,7,65)
C0M1Y7K65 
(0%,1%,7%,65%)
(0.00/0.01/0.07/0.65)	

CMYK yüzdeleri

%0
%1.14
%6.82
%65.49

Codes

Color #585752 in popluar color models

585752
RGB888782
HSL50°3.53%33.33%
HSB/HSV50°6.82%34.51%
CMYK0.00%1.14%6.82%
65.49%

Color #585752 in popluar number systems.

HEX585752
Decimal888782
Binary101100010101111010010
Octal130127122

Shades and tints

Shades of #585752

#585752
(88,87,82)
#50504B
(80,80,75)
#484944
(72,73,68)
#40423D
(64,66,61)
#383B36
(56,59,54)
#30342F
(48,52,47)
#282D28
(40,45,40)
#202621
(32,38,33)
#181F1A
(24,31,26)
#101813
(16,24,19)
#08110C
(8,17,12)
#000000
(0,0,0)

Tints of #585752

#585752
(88,87,82)
#676661
(103,102,97)
#767570
(118,117,112)
#85847F
(133,132,127)
#94938E
(148,147,142)
#A3A29D
(163,162,157)
#B2B1AC
(178,177,172)
#C1C0BB
(193,192,187)
#D0CFCA
(208,207,202)
#DFDED9
(223,222,217)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585752; }

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

This text font color is #585752.


Background Color

.myBgColor { background-color: #585752; }

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

This div background color is #585752.


Border color

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

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

This div border color is #585752.


Opacity

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

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

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

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

This text has shadow with #585752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585752 on black background.


Color preview on white background

This text has color #585752 on white background.



Black color preview on #585752 background

This text has black color on #585752 background.


White color preview on #585752 background

This text has white color on #585752 background.