COLOR #595958

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

89
89
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 89 + 88 = 266 (100%)
R 89 of 266 ~ 33.46%
G 89 of 266 ~ 33.46%
B 88 of 266 ~ 33.08%

%33.46
%33.46
%33.08

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%0
%1.12
%65.1

Codes

Color #595958 in popluar color models

595958
RGB898988
HSL60°0.56%34.71%
HSB/HSV60°1.12%34.90%
CMYK0.00%0.00%1.12%
65.10%

Color #595958 in popluar number systems.

HEX595958
Decimal898988
Binary101100110110011011000
Octal131131130

Shades and tints

Shades of #595958

#595958
(89,89,88)
#515150
(81,81,80)
#494948
(73,73,72)
#414140
(65,65,64)
#393938
(57,57,56)
#313130
(49,49,48)
#292928
(41,41,40)
#212120
(33,33,32)
#191918
(25,25,24)
#111110
(17,17,16)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #595958

#595958
(89,89,88)
#686867
(104,104,103)
#777776
(119,119,118)
#868685
(134,134,133)
#959594
(149,149,148)
#A4A4A3
(164,164,163)
#B3B3B2
(179,179,178)
#C2C2C1
(194,194,193)
#D1D1D0
(209,209,208)
#E0E0DF
(224,224,223)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595958; }

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

This text font color is #595958.


Background Color

.myBgColor { background-color: #595958; }

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

This div background color is #595958.


Border color

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

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

This div border color is #595958.


Opacity

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

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

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

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

This text has shadow with #595958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595958 on black background.


Color preview on white background

This text has color #595958 on white background.



Black color preview on #595958 background

This text has black color on #595958 background.


White color preview on #595958 background

This text has white color on #595958 background.