COLOR #585A50

HEX: #585A50
RGB: (88,90,80)

Renk bilgisi

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

RGB renk modeli

#585A50 color RGB value is (88,90,80).

  • kırmız ton 88;
  • yeşil ton 90;
  • mavi ton 80.
RGB:
(88,90,80)
(35%,35%,31%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 90 of 255 = 35%
B 80 of 255 = 31%

88
90
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 90 + 80 = 258 (100%)
R 88 of 258 ~ 34.11%
G 90 of 258 ~ 34.88%
B 80 of 258 ~ 31.01%

%34.11
%34.88
%31.01

CMYK RENK MODELİ

#585A50 rengi CMYK tonu (2,0,11,65).

  • camgöbeği tonu 2.22%
  • eflatun tonu 0.00%
  • sarı tonu 11.11%
  • ana renk tonu 64.71%
CMYK:
(2,0,11,65)
C2M0Y11K65 
(2%,0%,11%,65%)
(0.02/0.00/0.11/0.65)	

CMYK yüzdeleri

%2.22
%0
%11.11
%64.71

Codes

Color #585A50 in popluar color models

585A50
RGB889080
HSL72°5.88%33.33%
HSB/HSV72°11.11%35.29%
CMYK2.22%0.00%11.11%
64.71%

Color #585A50 in popluar number systems.

HEX585A50
Decimal889080
Binary101100010110101010000
Octal130132120

Shades and tints

Shades of #585A50

#585A50
(88,90,80)
#505249
(80,82,73)
#484A42
(72,74,66)
#40423B
(64,66,59)
#383A34
(56,58,52)
#30322D
(48,50,45)
#282A26
(40,42,38)
#20221F
(32,34,31)
#181A18
(24,26,24)
#101211
(16,18,17)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #585A50

#585A50
(88,90,80)
#67695F
(103,105,95)
#76786E
(118,120,110)
#85877D
(133,135,125)
#94968C
(148,150,140)
#A3A59B
(163,165,155)
#B2B4AA
(178,180,170)
#C1C3B9
(193,195,185)
#D0D2C8
(208,210,200)
#DFE1D7
(223,225,215)
#EEF0E6
(238,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585A50 color. Also use rgb(88,90,80) instead hex code.

Text Font Color

.myTextColor { color: #585A50; }

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

This text font color is #585A50.


Background Color

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

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

This div background color is #585A50.


Border color

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

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

This div border color is #585A50.


Opacity

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

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

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

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

This text has shadow with #585A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585A50 on black background.


Color preview on white background

This text has color #585A50 on white background.



Black color preview on #585A50 background

This text has black color on #585A50 background.


White color preview on #585A50 background

This text has white color on #585A50 background.