COLOR #596A5F

HEX: #596A5F
RGB: (89,106,95)

Renk bilgisi

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

RGB renk modeli

#596A5F color RGB value is (89,106,95).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 106 of 255 = 42%
B 95 of 255 = 37%

89
106
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 106 + 95 = 290 (100%)
R 89 of 290 ~ 30.69%
G 106 of 290 ~ 36.55%
B 95 of 290 ~ 32.76%

%30.69
%36.55
%32.76

CMYK RENK MODELİ

#596A5F rengi CMYK tonu (16,0,10,58).

  • camgöbeği tonu 16.04%
  • eflatun tonu 0.00%
  • sarı tonu 10.38%
  • ana renk tonu 58.43%
CMYK:
(16,0,10,58)
C16M0Y10K58 
(16%,0%,10%,58%)
(0.16/0.00/0.10/0.58)	

CMYK yüzdeleri

%16.04
%0
%10.38
%58.43

Codes

Color #596A5F in popluar color models

596A5F
RGB8910695
HSL141°8.72%38.24%
HSB/HSV141°16.04%41.57%
CMYK16.04%0.00%10.38%
58.43%

Color #596A5F in popluar number systems.

HEX596A5F
Decimal8910695
Binary101100111010101011111
Octal131152137

Shades and tints

Shades of #596A5F

#596A5F
(89,106,95)
#516157
(81,97,87)
#49584F
(73,88,79)
#414F47
(65,79,71)
#39463F
(57,70,63)
#313D37
(49,61,55)
#29342F
(41,52,47)
#212B27
(33,43,39)
#19221F
(25,34,31)
#111917
(17,25,23)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #596A5F

#596A5F
(89,106,95)
#68776D
(104,119,109)
#77847B
(119,132,123)
#869189
(134,145,137)
#959E97
(149,158,151)
#A4ABA5
(164,171,165)
#B3B8B3
(179,184,179)
#C2C5C1
(194,197,193)
#D1D2CF
(209,210,207)
#E0DFDD
(224,223,221)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596A5F color. Also use rgb(89,106,95) instead hex code.

Text Font Color

.myTextColor { color: #596A5F; }

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

This text font color is #596A5F.


Background Color

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

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

This div background color is #596A5F.


Border color

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

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

This div border color is #596A5F.


Opacity

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

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

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

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

This text has shadow with #596A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596A5F on black background.


Color preview on white background

This text has color #596A5F on white background.



Black color preview on #596A5F background

This text has black color on #596A5F background.


White color preview on #596A5F background

This text has white color on #596A5F background.