COLOR #59585F

HEX: #59585F
RGB: (89,88,95)

Renk bilgisi

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

RGB renk modeli

#59585F color RGB value is (89,88,95).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 88 of 255 = 35%
B 95 of 255 = 37%

89
88
95

R + G + B ~ 36%. #59585F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 88 + 95 = 272 (100%)
R 89 of 272 ~ 32.72%
G 88 of 272 ~ 32.35%
B 95 of 272 ~ 34.93%

%32.72
%32.35
%34.93

CMYK RENK MODELİ

#59585F rengi CMYK tonu (6,7,0,63).

  • camgöbeği tonu 6.32%
  • eflatun tonu 7.37%
  • sarı tonu 0.00%
  • ana renk tonu 62.75%
CMYK:
(6,7,0,63)
C6M7Y0K63 
(6%,7%,0%,63%)
(0.06/0.07/0.00/0.63)	

CMYK yüzdeleri

%6.32
%7.37
%0
%62.75

Codes

Color #59585F in popluar color models

59585F
RGB898895
HSL249°3.83%35.88%
HSB/HSV249°7.37%37.25%
CMYK6.32%7.37%0.00%
62.75%

Color #59585F in popluar number systems.

HEX59585F
Decimal898895
Binary101100110110001011111
Octal131130137

Shades and tints

Shades of #59585F

#59585F
(89,88,95)
#515057
(81,80,87)
#49484F
(73,72,79)
#414047
(65,64,71)
#39383F
(57,56,63)
#313037
(49,48,55)
#29282F
(41,40,47)
#212027
(33,32,39)
#19181F
(25,24,31)
#111017
(17,16,23)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #59585F

#59585F
(89,88,95)
#68676D
(104,103,109)
#77767B
(119,118,123)
#868589
(134,133,137)
#959497
(149,148,151)
#A4A3A5
(164,163,165)
#B3B2B3
(179,178,179)
#C2C1C1
(194,193,193)
#D1D0CF
(209,208,207)
#E0DFDD
(224,223,221)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59585F; }

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

This text font color is #59585F.


Background Color

.myBgColor { background-color: #59585F; }

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

This div background color is #59585F.


Border color

.myBorderColor { border: 1px solid #59585F; }

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

This div border color is #59585F.


Opacity

.myOpacity80 { color: #59585F; opacity: 0.8; }

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

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

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

This text has shadow with #59585F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59585F on black background.


Color preview on white background

This text has color #59585F on white background.



Black color preview on #59585F background

This text has black color on #59585F background.


White color preview on #59585F background

This text has white color on #59585F background.