COLOR #595E55

HEX: #595E55
RGB: (89,94,85)

Renk bilgisi

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

RGB renk modeli

#595E55 color RGB value is (89,94,85).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 94 of 255 = 37%
B 85 of 255 = 33%

89
94
85

R + G + B ~ 35%. #595E55 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 94 + 85 = 268 (100%)
R 89 of 268 ~ 33.21%
G 94 of 268 ~ 35.07%
B 85 of 268 ~ 31.72%

%33.21
%35.07
%31.72

CMYK RENK MODELİ

#595E55 rengi CMYK tonu (5,0,10,63).

  • camgöbeği tonu 5.32%
  • eflatun tonu 0.00%
  • sarı tonu 9.57%
  • ana renk tonu 63.14%
CMYK:
(5,0,10,63)
C5M0Y10K63 
(5%,0%,10%,63%)
(0.05/0.00/0.10/0.63)	

CMYK yüzdeleri

%5.32
%0
%9.57
%63.14

Codes

Color #595E55 in popluar color models

595E55
RGB899485
HSL93°5.03%35.10%
HSB/HSV93°9.57%36.86%
CMYK5.32%0.00%9.57%
63.14%

Color #595E55 in popluar number systems.

HEX595E55
Decimal899485
Binary101100110111101010101
Octal131136125

Shades and tints

Shades of #595E55

#595E55
(89,94,85)
#51564E
(81,86,78)
#494E47
(73,78,71)
#414640
(65,70,64)
#393E39
(57,62,57)
#313632
(49,54,50)
#292E2B
(41,46,43)
#212624
(33,38,36)
#191E1D
(25,30,29)
#111616
(17,22,22)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #595E55

#595E55
(89,94,85)
#686C64
(104,108,100)
#777A73
(119,122,115)
#868882
(134,136,130)
#959691
(149,150,145)
#A4A4A0
(164,164,160)
#B3B2AF
(179,178,175)
#C2C0BE
(194,192,190)
#D1CECD
(209,206,205)
#E0DCDC
(224,220,220)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595E55 color. Also use rgb(89,94,85) instead hex code.

Text Font Color

.myTextColor { color: #595E55; }

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

This text font color is #595E55.


Background Color

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

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

This div background color is #595E55.


Border color

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

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

This div border color is #595E55.


Opacity

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

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

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

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

This text has shadow with #595E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595E55 on black background.


Color preview on white background

This text has color #595E55 on white background.



Black color preview on #595E55 background

This text has black color on #595E55 background.


White color preview on #595E55 background

This text has white color on #595E55 background.