COLOR #596B5E

HEX: #596B5E
RGB: (89,107,94)

Renk bilgisi

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

RGB renk modeli

#596B5E color RGB value is (89,107,94).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 107 of 255 = 42%
B 94 of 255 = 37%

89
107
94

R + G + B ~ 38%. #596B5E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 107 + 94 = 290 (100%)
R 89 of 290 ~ 30.69%
G 107 of 290 ~ 36.9%
B 94 of 290 ~ 32.41%

%30.69
%36.9
%32.41

CMYK RENK MODELİ

#596B5E rengi CMYK tonu (17,0,12,58).

  • camgöbeği tonu 16.82%
  • eflatun tonu 0.00%
  • sarı tonu 12.15%
  • ana renk tonu 58.04%
CMYK:
(17,0,12,58)
C17M0Y12K58 
(17%,0%,12%,58%)
(0.17/0.00/0.12/0.58)	

CMYK yüzdeleri

%16.82
%0
%12.15
%58.04

Codes

Color #596B5E in popluar color models

596B5E
RGB8910794
HSL137°9.18%38.43%
HSB/HSV137°16.82%41.96%
CMYK16.82%0.00%12.15%
58.04%

Color #596B5E in popluar number systems.

HEX596B5E
Decimal8910794
Binary101100111010111011110
Octal131153136

Shades and tints

Shades of #596B5E

#596B5E
(89,107,94)
#516256
(81,98,86)
#49594E
(73,89,78)
#415046
(65,80,70)
#39473E
(57,71,62)
#313E36
(49,62,54)
#29352E
(41,53,46)
#212C26
(33,44,38)
#19231E
(25,35,30)
#111A16
(17,26,22)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #596B5E

#596B5E
(89,107,94)
#68786C
(104,120,108)
#77857A
(119,133,122)
#869288
(134,146,136)
#959F96
(149,159,150)
#A4ACA4
(164,172,164)
#B3B9B2
(179,185,178)
#C2C6C0
(194,198,192)
#D1D3CE
(209,211,206)
#E0E0DC
(224,224,220)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596B5E color. Also use rgb(89,107,94) instead hex code.

Text Font Color

.myTextColor { color: #596B5E; }

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

This text font color is #596B5E.


Background Color

.myBgColor { background-color: #596B5E; }

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

This div background color is #596B5E.


Border color

.myBorderColor { border: 1px solid #596B5E; }

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

This div border color is #596B5E.


Opacity

.myOpacity80 { color: #596B5E; opacity: 0.8; }

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

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

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

This text has shadow with #596B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596B5E on black background.


Color preview on white background

This text has color #596B5E on white background.



Black color preview on #596B5E background

This text has black color on #596B5E background.


White color preview on #596B5E background

This text has white color on #596B5E background.