COLOR #595159

HEX: #595159
RGB: (89,81,89)

Renk bilgisi

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

RGB renk modeli

#595159 color RGB value is (89,81,89).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 81 of 255 = 32%
B 89 of 255 = 35%

89
81
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 81 + 89 = 259 (100%)
R 89 of 259 ~ 34.36%
G 81 of 259 ~ 31.27%
B 89 of 259 ~ 34.36%

%34.36
%31.27
%34.36

CMYK RENK MODELİ

#595159 rengi CMYK tonu (0,9,0,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.99%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(0,9,0,65)
C0M9Y0K65 
(0%,9%,0%,65%)
(0.00/0.09/0.00/0.65)	

CMYK yüzdeleri

%0
%8.99
%0
%65.1

Codes

Color #595159 in popluar color models

595159
RGB898189
HSL300°4.71%33.33%
HSB/HSV300°8.99%34.90%
CMYK0.00%8.99%0.00%
65.10%

Color #595159 in popluar number systems.

HEX595159
Decimal898189
Binary101100110100011011001
Octal131121131

Shades and tints

Shades of #595159

#595159
(89,81,89)
#514A51
(81,74,81)
#494349
(73,67,73)
#413C41
(65,60,65)
#393539
(57,53,57)
#312E31
(49,46,49)
#292729
(41,39,41)
#212021
(33,32,33)
#191919
(25,25,25)
#111211
(17,18,17)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #595159

#595159
(89,81,89)
#686068
(104,96,104)
#776F77
(119,111,119)
#867E86
(134,126,134)
#958D95
(149,141,149)
#A49CA4
(164,156,164)
#B3ABB3
(179,171,179)
#C2BAC2
(194,186,194)
#D1C9D1
(209,201,209)
#E0D8E0
(224,216,224)
#EFE7EF
(239,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595159; }

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

This text font color is #595159.


Background Color

.myBgColor { background-color: #595159; }

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

This div background color is #595159.


Border color

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

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

This div border color is #595159.


Opacity

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

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

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

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

This text has shadow with #595159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595159 on black background.


Color preview on white background

This text has color #595159 on white background.



Black color preview on #595159 background

This text has black color on #595159 background.


White color preview on #595159 background

This text has white color on #595159 background.