COLOR #595B63

HEX: #595B63
RGB: (89,91,99)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

89
91
99

R + G + B ~ 37%. #595B63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 91 + 99 = 279 (100%)
R 89 of 279 ~ 31.9%
G 91 of 279 ~ 32.62%
B 99 of 279 ~ 35.48%

%31.9
%32.62
%35.48

CMYK RENK MODELİ

#595B63 rengi CMYK tonu (10,8,0,61).

  • camgöbeği tonu 10.10%
  • eflatun tonu 8.08%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(10,8,0,61)
C10M8Y0K61 
(10%,8%,0%,61%)
(0.10/0.08/0.00/0.61)	

CMYK yüzdeleri

%10.1
%8.08
%0
%61.18

Codes

Color #595B63 in popluar color models

595B63
RGB899199
HSL228°5.32%36.86%
HSB/HSV228°10.10%38.82%
CMYK10.10%8.08%0.00%
61.18%

Color #595B63 in popluar number systems.

HEX595B63
Decimal899199
Binary101100110110111100011
Octal131133143

Shades and tints

Shades of #595B63

#595B63
(89,91,99)
#51535A
(81,83,90)
#494B51
(73,75,81)
#414348
(65,67,72)
#393B3F
(57,59,63)
#313336
(49,51,54)
#292B2D
(41,43,45)
#212324
(33,35,36)
#191B1B
(25,27,27)
#111312
(17,19,18)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #595B63

#595B63
(89,91,99)
#686971
(104,105,113)
#77777F
(119,119,127)
#86858D
(134,133,141)
#95939B
(149,147,155)
#A4A1A9
(164,161,169)
#B3AFB7
(179,175,183)
#C2BDC5
(194,189,197)
#D1CBD3
(209,203,211)
#E0D9E1
(224,217,225)
#EFE7EF
(239,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595B63; }

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

This text font color is #595B63.


Background Color

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

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

This div background color is #595B63.


Border color

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

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

This div border color is #595B63.


Opacity

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

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

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

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

This text has shadow with #595B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595B63 on black background.


Color preview on white background

This text has color #595B63 on white background.



Black color preview on #595B63 background

This text has black color on #595B63 background.


White color preview on #595B63 background

This text has white color on #595B63 background.