COLOR #595B59

HEX: #595B59
RGB: (89,91,89)

Renk bilgisi

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

RGB renk modeli

#595B59 color RGB value is (89,91,89).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 91 of 255 = 36%
B 89 of 255 = 35%

89
91
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 91 + 89 = 269 (100%)
R 89 of 269 ~ 33.09%
G 91 of 269 ~ 33.83%
B 89 of 269 ~ 33.09%

%33.09
%33.83
%33.09

CMYK RENK MODELİ

#595B59 rengi CMYK tonu (2,0,2,64).

  • camgöbeği tonu 2.20%
  • eflatun tonu 0.00%
  • sarı tonu 2.20%
  • ana renk tonu 64.31%
CMYK: (2,0,2,64) C2M0Y2K64 (2%,0%,2%,64%) (0.02/0.00/0.02/0.64)

CMYK yüzdeleri

%2.2
%0
%2.2
%64.31

Codes

Color #595B59 in popluar color models

595B59
RGB899189
HSL120°1.11%35.29%
HSB/HSV120°2.20%35.69%
CMYK2.20%0.00%2.20%
64.31%

Color #595B59 in popluar number systems.

HEX595B59
Decimal899189
Binary101100110110111011001
Octal131133131

Shades and tints

Shades of #595B59

#595B59
(89,91,89)
#515351
(81,83,81)
#494B49
(73,75,73)
#414341
(65,67,65)
#393B39
(57,59,57)
#313331
(49,51,49)
#292B29
(41,43,41)
#212321
(33,35,33)
#191B19
(25,27,25)
#111311
(17,19,17)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #595B59

#595B59
(89,91,89)
#686968
(104,105,104)
#777777
(119,119,119)
#868586
(134,133,134)
#959395
(149,147,149)
#A4A1A4
(164,161,164)
#B3AFB3
(179,175,179)
#C2BDC2
(194,189,194)
#D1CBD1
(209,203,209)
#E0D9E0
(224,217,224)
#EFE7EF
(239,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595B59; }

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

This text font color is #595B59.


Background Color

.myBgColor { background-color: #595B59; }

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

This div background color is #595B59.


Border color

.myBorderColor { border: 1px solid #595B59; }

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

This div border color is #595B59.


Opacity

.myOpacity80 { color: #595B59; opacity: 0.8; }

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

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

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

This text has shadow with #595B59 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #595B59 on black background.


Color preview on white background

This text has color #595B59 on white background.



Black color preview on #595B59 background

This text has black color on #595B59 background.


White color preview on #595B59 background

This text has white color on #595B59 background.