COLOR #585E56

HEX: #585E56
RGB: (88,94,86)

Renk bilgisi

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

RGB renk modeli

#585E56 color RGB value is (88,94,86).

  • kırmız ton 88;
  • yeşil ton 94;
  • mavi ton 86.
RGB:
(88,94,86)
(35%,37%,34%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 94 of 255 = 37%
B 86 of 255 = 34%

88
94
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 94 + 86 = 268 (100%)
R 88 of 268 ~ 32.84%
G 94 of 268 ~ 35.07%
B 86 of 268 ~ 32.09%

%32.84
%35.07
%32.09

CMYK RENK MODELİ

#585E56 rengi CMYK tonu (6,0,9,63).

  • camgöbeği tonu 6.38%
  • eflatun tonu 0.00%
  • sarı tonu 8.51%
  • ana renk tonu 63.14%
CMYK:
(6,0,9,63)
C6M0Y9K63 
(6%,0%,9%,63%)
(0.06/0.00/0.09/0.63)	

CMYK yüzdeleri

%6.38
%0
%8.51
%63.14

Codes

Color #585E56 in popluar color models

585E56
RGB889486
HSL105°4.44%35.29%
HSB/HSV105°8.51%36.86%
CMYK6.38%0.00%8.51%
63.14%

Color #585E56 in popluar number systems.

HEX585E56
Decimal889486
Binary101100010111101010110
Octal130136126

Shades and tints

Shades of #585E56

#585E56
(88,94,86)
#50564F
(80,86,79)
#484E48
(72,78,72)
#404641
(64,70,65)
#383E3A
(56,62,58)
#303633
(48,54,51)
#282E2C
(40,46,44)
#202625
(32,38,37)
#181E1E
(24,30,30)
#101617
(16,22,23)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #585E56

#585E56
(88,94,86)
#676C65
(103,108,101)
#767A74
(118,122,116)
#858883
(133,136,131)
#949692
(148,150,146)
#A3A4A1
(163,164,161)
#B2B2B0
(178,178,176)
#C1C0BF
(193,192,191)
#D0CECE
(208,206,206)
#DFDCDD
(223,220,221)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585E56 color. Also use rgb(88,94,86) instead hex code.

Text Font Color

.myTextColor { color: #585E56; }

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

This text font color is #585E56.


Background Color

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

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

This div background color is #585E56.


Border color

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

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

This div border color is #585E56.


Opacity

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

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

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

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

This text has shadow with #585E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585E56 on black background.


Color preview on white background

This text has color #585E56 on white background.



Black color preview on #585E56 background

This text has black color on #585E56 background.


White color preview on #585E56 background

This text has white color on #585E56 background.