COLOR #595358

HEX: #595358
RGB: (89,83,88)

Renk bilgisi

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

RGB renk modeli

#595358 color RGB value is (89,83,88).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 83 of 255 = 33%
B 88 of 255 = 35%

89
83
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 83 + 88 = 260 (100%)
R 89 of 260 ~ 34.23%
G 83 of 260 ~ 31.92%
B 88 of 260 ~ 33.85%

%34.23
%31.92
%33.85

CMYK RENK MODELİ

#595358 rengi CMYK tonu (0,7,1,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.74%
  • sarı tonu 1.12%
  • ana renk tonu 65.10%
CMYK:
(0,7,1,65)
C0M7Y1K65 
(0%,7%,1%,65%)
(0.00/0.07/0.01/0.65)	

CMYK yüzdeleri

%0
%6.74
%1.12
%65.1

Codes

Color #595358 in popluar color models

595358
RGB898388
HSL310°3.49%33.73%
HSB/HSV310°6.74%34.90%
CMYK0.00%6.74%1.12%
65.10%

Color #595358 in popluar number systems.

HEX595358
Decimal898388
Binary101100110100111011000
Octal131123130

Shades and tints

Shades of #595358

#595358
(89,83,88)
#514C50
(81,76,80)
#494548
(73,69,72)
#413E40
(65,62,64)
#393738
(57,55,56)
#313030
(49,48,48)
#292928
(41,41,40)
#212220
(33,34,32)
#191B18
(25,27,24)
#111410
(17,20,16)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #595358

#595358
(89,83,88)
#686267
(104,98,103)
#777176
(119,113,118)
#868085
(134,128,133)
#958F94
(149,143,148)
#A49EA3
(164,158,163)
#B3ADB2
(179,173,178)
#C2BCC1
(194,188,193)
#D1CBD0
(209,203,208)
#E0DADF
(224,218,223)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595358; }

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

This text font color is #595358.


Background Color

.myBgColor { background-color: #595358; }

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

This div background color is #595358.


Border color

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

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

This div border color is #595358.


Opacity

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

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

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

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

This text has shadow with #595358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595358 on black background.


Color preview on white background

This text has color #595358 on white background.



Black color preview on #595358 background

This text has black color on #595358 background.


White color preview on #595358 background

This text has white color on #595358 background.