COLOR #596A65

HEX: #596A65
RGB: (89,106,101)

Renk bilgisi

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

RGB renk modeli

#596A65 color RGB value is (89,106,101).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 106 of 255 = 42%
B 101 of 255 = 40%

89
106
101

R + G + B ~ 39%. #596A65 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 106 + 101 = 296 (100%)
R 89 of 296 ~ 30.07%
G 106 of 296 ~ 35.81%
B 101 of 296 ~ 34.12%

%30.07
%35.81
%34.12

CMYK RENK MODELİ

#596A65 rengi CMYK tonu (16,0,5,58).

  • camgöbeği tonu 16.04%
  • eflatun tonu 0.00%
  • sarı tonu 4.72%
  • ana renk tonu 58.43%
CMYK:
(16,0,5,58)
C16M0Y5K58 
(16%,0%,5%,58%)
(0.16/0.00/0.05/0.58)	

CMYK yüzdeleri

%16.04
%0
%4.72
%58.43

Codes

Color #596A65 in popluar color models

596A65
RGB89106101
HSL162°8.72%38.24%
HSB/HSV162°16.04%41.57%
CMYK16.04%0.00%4.72%
58.43%

Color #596A65 in popluar number systems.

HEX596A65
Decimal89106101
Binary101100111010101100101
Octal131152145

Shades and tints

Shades of #596A65

#596A65
(89,106,101)
#51615C
(81,97,92)
#495853
(73,88,83)
#414F4A
(65,79,74)
#394641
(57,70,65)
#313D38
(49,61,56)
#29342F
(41,52,47)
#212B26
(33,43,38)
#19221D
(25,34,29)
#111914
(17,25,20)
#09100B
(9,16,11)
#000000
(0,0,0)

Tints of #596A65

#596A65
(89,106,101)
#687773
(104,119,115)
#778481
(119,132,129)
#86918F
(134,145,143)
#959E9D
(149,158,157)
#A4ABAB
(164,171,171)
#B3B8B9
(179,184,185)
#C2C5C7
(194,197,199)
#D1D2D5
(209,210,213)
#E0DFE3
(224,223,227)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596A65; }

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

This text font color is #596A65.


Background Color

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

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

This div background color is #596A65.


Border color

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

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

This div border color is #596A65.


Opacity

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

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

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

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

This text has shadow with #596A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596A65 on black background.


Color preview on white background

This text has color #596A65 on white background.



Black color preview on #596A65 background

This text has black color on #596A65 background.


White color preview on #596A65 background

This text has white color on #596A65 background.