COLOR #595366

HEX: #595366
RGB: (89,83,102)

Renk bilgisi

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

RGB renk modeli

#595366 color RGB value is (89,83,102).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 83 of 255 = 33%
B 102 of 255 = 40%

89
83
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 83 + 102 = 274 (100%)
R 89 of 274 ~ 32.48%
G 83 of 274 ~ 30.29%
B 102 of 274 ~ 37.23%

%32.48
%30.29
%37.23

CMYK RENK MODELİ

#595366 rengi CMYK tonu (13,19,0,60).

  • camgöbeği tonu 12.75%
  • eflatun tonu 18.63%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(13,19,0,60)
C13M19Y0K60 
(13%,19%,0%,60%)
(0.13/0.19/0.00/0.60)	

CMYK yüzdeleri

%12.75
%18.63
%0
%60

Codes

Color #595366 in popluar color models

595366
RGB8983102
HSL259°10.27%36.27%
HSB/HSV259°18.63%40.00%
CMYK12.75%18.63%0.00%
60.00%

Color #595366 in popluar number systems.

HEX595366
Decimal8983102
Binary101100110100111100110
Octal131123146

Shades and tints

Shades of #595366

#595366
(89,83,102)
#514C5D
(81,76,93)
#494554
(73,69,84)
#413E4B
(65,62,75)
#393742
(57,55,66)
#313039
(49,48,57)
#292930
(41,41,48)
#212227
(33,34,39)
#191B1E
(25,27,30)
#111415
(17,20,21)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #595366

#595366
(89,83,102)
#686273
(104,98,115)
#777180
(119,113,128)
#86808D
(134,128,141)
#958F9A
(149,143,154)
#A49EA7
(164,158,167)
#B3ADB4
(179,173,180)
#C2BCC1
(194,188,193)
#D1CBCE
(209,203,206)
#E0DADB
(224,218,219)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595366; }

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

This text font color is #595366.


Background Color

.myBgColor { background-color: #595366; }

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

This div background color is #595366.


Border color

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

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

This div border color is #595366.


Opacity

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

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

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

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

This text has shadow with #595366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595366 on black background.


Color preview on white background

This text has color #595366 on white background.



Black color preview on #595366 background

This text has black color on #595366 background.


White color preview on #595366 background

This text has white color on #595366 background.