COLOR #596F67

HEX: #596F67
RGB: (89,111,103)

Renk bilgisi

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

RGB renk modeli

#596F67 color RGB value is (89,111,103).

  • kırmız ton 89;
  • yeşil ton 111;
  • mavi ton 103.
RGB:
(89,111,103)
(35%,44%,40%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 111 of 255 = 44%
B 103 of 255 = 40%

89
111
103

R + G + B ~ 40%. #596F67 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 111 + 103 = 303 (100%)
R 89 of 303 ~ 29.37%
G 111 of 303 ~ 36.63%
B 103 of 303 ~ 33.99%

%29.37
%36.63
%33.99

CMYK RENK MODELİ

#596F67 rengi CMYK tonu (20,0,7,56).

  • camgöbeği tonu 19.82%
  • eflatun tonu 0.00%
  • sarı tonu 7.21%
  • ana renk tonu 56.47%
CMYK:
(20,0,7,56)
C20M0Y7K56 
(20%,0%,7%,56%)
(0.20/0.00/0.07/0.56)	

CMYK yüzdeleri

%19.82
%0
%7.21
%56.47

Codes

Color #596F67 in popluar color models

596F67
RGB89111103
HSL158°11.00%39.22%
HSB/HSV158°19.82%43.53%
CMYK19.82%0.00%7.21%
56.47%

Color #596F67 in popluar number systems.

HEX596F67
Decimal89111103
Binary101100111011111100111
Octal131157147

Shades and tints

Shades of #596F67

#596F67
(89,111,103)
#51655E
(81,101,94)
#495B55
(73,91,85)
#41514C
(65,81,76)
#394743
(57,71,67)
#313D3A
(49,61,58)
#293331
(41,51,49)
#212928
(33,41,40)
#191F1F
(25,31,31)
#111516
(17,21,22)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #596F67

#596F67
(89,111,103)
#687C74
(104,124,116)
#778981
(119,137,129)
#86968E
(134,150,142)
#95A39B
(149,163,155)
#A4B0A8
(164,176,168)
#B3BDB5
(179,189,181)
#C2CAC2
(194,202,194)
#D1D7CF
(209,215,207)
#E0E4DC
(224,228,220)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596F67 color. Also use rgb(89,111,103) instead hex code.

Text Font Color

.myTextColor { color: #596F67; }

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

This text font color is #596F67.


Background Color

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

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

This div background color is #596F67.


Border color

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

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

This div border color is #596F67.


Opacity

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

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

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

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

This text has shadow with #596F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596F67 on black background.


Color preview on white background

This text has color #596F67 on white background.



Black color preview on #596F67 background

This text has black color on #596F67 background.


White color preview on #596F67 background

This text has white color on #596F67 background.