COLOR #585958

HEX: #585958
RGB: (88,89,88)

Renk bilgisi

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

RGB renk modeli

#585958 color RGB value is (88,89,88).

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

RGB bağlantıları ve doygunluk

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

88
89
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 89 + 88 = 265 (100%)
R 88 of 265 ~ 33.21%
G 89 of 265 ~ 33.58%
B 88 of 265 ~ 33.21%

%33.21
%33.58
%33.21

CMYK RENK MODELİ

#585958 rengi CMYK tonu (1,0,1,65).

  • camgöbeği tonu 1.12%
  • eflatun tonu 0.00%
  • sarı tonu 1.12%
  • ana renk tonu 65.10%
CMYK:
(1,0,1,65)
C1M0Y1K65 
(1%,0%,1%,65%)
(0.01/0.00/0.01/0.65)	

CMYK yüzdeleri

%1.12
%0
%1.12
%65.1

Codes

Color #585958 in popluar color models

585958
RGB888988
HSL120°0.56%34.71%
HSB/HSV120°1.12%34.90%
CMYK1.12%0.00%1.12%
65.10%

Color #585958 in popluar number systems.

HEX585958
Decimal888988
Binary101100010110011011000
Octal130131130

Shades and tints

Shades of #585958

#585958
(88,89,88)
#505150
(80,81,80)
#484948
(72,73,72)
#404140
(64,65,64)
#383938
(56,57,56)
#303130
(48,49,48)
#282928
(40,41,40)
#202120
(32,33,32)
#181918
(24,25,24)
#101110
(16,17,16)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #585958

#585958
(88,89,88)
#676867
(103,104,103)
#767776
(118,119,118)
#858685
(133,134,133)
#949594
(148,149,148)
#A3A4A3
(163,164,163)
#B2B3B2
(178,179,178)
#C1C2C1
(193,194,193)
#D0D1D0
(208,209,208)
#DFE0DF
(223,224,223)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585958; }

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

This text font color is #585958.


Background Color

.myBgColor { background-color: #585958; }

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

This div background color is #585958.


Border color

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

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

This div border color is #585958.


Opacity

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

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

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

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

This text has shadow with #585958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585958 on black background.


Color preview on white background

This text has color #585958 on white background.



Black color preview on #585958 background

This text has black color on #585958 background.


White color preview on #585958 background

This text has white color on #585958 background.