COLOR #585A58

HEX: #585A58
RGB: (88,90,88)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

88
90
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 90 + 88 = 266 (100%)
R 88 of 266 ~ 33.08%
G 90 of 266 ~ 33.83%
B 88 of 266 ~ 33.08%

%33.08
%33.83
%33.08

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%2.22
%0
%2.22
%64.71

Codes

Color #585A58 in popluar color models

585A58
RGB889088
HSL120°1.12%34.90%
HSB/HSV120°2.22%35.29%
CMYK2.22%0.00%2.22%
64.71%

Color #585A58 in popluar number systems.

HEX585A58
Decimal889088
Binary101100010110101011000
Octal130132130

Shades and tints

Shades of #585A58

#585A58
(88,90,88)
#505250
(80,82,80)
#484A48
(72,74,72)
#404240
(64,66,64)
#383A38
(56,58,56)
#303230
(48,50,48)
#282A28
(40,42,40)
#202220
(32,34,32)
#181A18
(24,26,24)
#101210
(16,18,16)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #585A58

#585A58
(88,90,88)
#676967
(103,105,103)
#767876
(118,120,118)
#858785
(133,135,133)
#949694
(148,150,148)
#A3A5A3
(163,165,163)
#B2B4B2
(178,180,178)
#C1C3C1
(193,195,193)
#D0D2D0
(208,210,208)
#DFE1DF
(223,225,223)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585A58; }

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

This text font color is #585A58.


Background Color

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

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

This div background color is #585A58.


Border color

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

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

This div border color is #585A58.


Opacity

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

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

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

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

This text has shadow with #585A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585A58 on black background.


Color preview on white background

This text has color #585A58 on white background.



Black color preview on #585A58 background

This text has black color on #585A58 background.


White color preview on #585A58 background

This text has white color on #585A58 background.