COLOR #595E51

HEX: #595E51
RGB: (89,94,81)

Renk bilgisi

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

RGB renk modeli

#595E51 color RGB value is (89,94,81).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 94 of 255 = 37%
B 81 of 255 = 32%

89
94
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 94 + 81 = 264 (100%)
R 89 of 264 ~ 33.71%
G 94 of 264 ~ 35.61%
B 81 of 264 ~ 30.68%

%33.71
%35.61
%30.68

CMYK RENK MODELİ

#595E51 rengi CMYK tonu (5,0,14,63).

  • camgöbeği tonu 5.32%
  • eflatun tonu 0.00%
  • sarı tonu 13.83%
  • ana renk tonu 63.14%
CMYK:
(5,0,14,63)
C5M0Y14K63 
(5%,0%,14%,63%)
(0.05/0.00/0.14/0.63)	

CMYK yüzdeleri

%5.32
%0
%13.83
%63.14

Codes

Color #595E51 in popluar color models

595E51
RGB899481
HSL83°7.43%34.31%
HSB/HSV83°13.83%36.86%
CMYK5.32%0.00%13.83%
63.14%

Color #595E51 in popluar number systems.

HEX595E51
Decimal899481
Binary101100110111101010001
Octal131136121

Shades and tints

Shades of #595E51

#595E51
(89,94,81)
#51564A
(81,86,74)
#494E43
(73,78,67)
#41463C
(65,70,60)
#393E35
(57,62,53)
#31362E
(49,54,46)
#292E27
(41,46,39)
#212620
(33,38,32)
#191E19
(25,30,25)
#111612
(17,22,18)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #595E51

#595E51
(89,94,81)
#686C60
(104,108,96)
#777A6F
(119,122,111)
#86887E
(134,136,126)
#95968D
(149,150,141)
#A4A49C
(164,164,156)
#B3B2AB
(179,178,171)
#C2C0BA
(194,192,186)
#D1CEC9
(209,206,201)
#E0DCD8
(224,220,216)
#EFEAE7
(239,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595E51; }

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

This text font color is #595E51.


Background Color

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

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

This div background color is #595E51.


Border color

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

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

This div border color is #595E51.


Opacity

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

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

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

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

This text has shadow with #595E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595E51 on black background.


Color preview on white background

This text has color #595E51 on white background.



Black color preview on #595E51 background

This text has black color on #595E51 background.


White color preview on #595E51 background

This text has white color on #595E51 background.