COLOR #595763

HEX: #595763
RGB: (89,87,99)

Renk bilgisi

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

RGB renk modeli

#595763 color RGB value is (89,87,99).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 87 of 255 = 34%
B 99 of 255 = 39%

89
87
99

R + G + B ~ 36%. #595763 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 87 + 99 = 275 (100%)
R 89 of 275 ~ 32.36%
G 87 of 275 ~ 31.64%
B 99 of 275 ~ 36%

%32.36
%31.64
%36

CMYK RENK MODELİ

#595763 rengi CMYK tonu (10,12,0,61).

  • camgöbeği tonu 10.10%
  • eflatun tonu 12.12%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(10,12,0,61)
C10M12Y0K61 
(10%,12%,0%,61%)
(0.10/0.12/0.00/0.61)	

CMYK yüzdeleri

%10.1
%12.12
%0
%61.18

Codes

Color #595763 in popluar color models

595763
RGB898799
HSL250°6.45%36.47%
HSB/HSV250°12.12%38.82%
CMYK10.10%12.12%0.00%
61.18%

Color #595763 in popluar number systems.

HEX595763
Decimal898799
Binary101100110101111100011
Octal131127143

Shades and tints

Shades of #595763

#595763
(89,87,99)
#51505A
(81,80,90)
#494951
(73,73,81)
#414248
(65,66,72)
#393B3F
(57,59,63)
#313436
(49,52,54)
#292D2D
(41,45,45)
#212624
(33,38,36)
#191F1B
(25,31,27)
#111812
(17,24,18)
#091109
(9,17,9)
#000000
(0,0,0)

Tints of #595763

#595763
(89,87,99)
#686671
(104,102,113)
#77757F
(119,117,127)
#86848D
(134,132,141)
#95939B
(149,147,155)
#A4A2A9
(164,162,169)
#B3B1B7
(179,177,183)
#C2C0C5
(194,192,197)
#D1CFD3
(209,207,211)
#E0DEE1
(224,222,225)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595763; }

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

This text font color is #595763.


Background Color

.myBgColor { background-color: #595763; }

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

This div background color is #595763.


Border color

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

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

This div border color is #595763.


Opacity

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

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

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

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

This text has shadow with #595763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595763 on black background.


Color preview on white background

This text has color #595763 on white background.



Black color preview on #595763 background

This text has black color on #595763 background.


White color preview on #595763 background

This text has white color on #595763 background.