COLOR #596F53

HEX: #596F53
RGB: (89,111,83)

Renk bilgisi

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

RGB renk modeli

#596F53 color RGB value is (89,111,83).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 111 of 255 = 44%
B 83 of 255 = 33%

89
111
83

R + G + B ~ 37%. #596F53 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 111 + 83 = 283 (100%)
R 89 of 283 ~ 31.45%
G 111 of 283 ~ 39.22%
B 83 of 283 ~ 29.33%

%31.45
%39.22
%29.33

CMYK RENK MODELİ

#596F53 rengi CMYK tonu (20,0,25,56).

  • camgöbeği tonu 19.82%
  • eflatun tonu 0.00%
  • sarı tonu 25.23%
  • ana renk tonu 56.47%
CMYK:
(20,0,25,56)
C20M0Y25K56 
(20%,0%,25%,56%)
(0.20/0.00/0.25/0.56)	

CMYK yüzdeleri

%19.82
%0
%25.23
%56.47

Codes

Color #596F53 in popluar color models

596F53
RGB8911183
HSL107°14.43%38.04%
HSB/HSV107°25.23%43.53%
CMYK19.82%0.00%25.23%
56.47%

Color #596F53 in popluar number systems.

HEX596F53
Decimal8911183
Binary101100111011111010011
Octal131157123

Shades and tints

Shades of #596F53

#596F53
(89,111,83)
#51654C
(81,101,76)
#495B45
(73,91,69)
#41513E
(65,81,62)
#394737
(57,71,55)
#313D30
(49,61,48)
#293329
(41,51,41)
#212922
(33,41,34)
#191F1B
(25,31,27)
#111514
(17,21,20)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #596F53

#596F53
(89,111,83)
#687C62
(104,124,98)
#778971
(119,137,113)
#869680
(134,150,128)
#95A38F
(149,163,143)
#A4B09E
(164,176,158)
#B3BDAD
(179,189,173)
#C2CABC
(194,202,188)
#D1D7CB
(209,215,203)
#E0E4DA
(224,228,218)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596F53; }

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

This text font color is #596F53.


Background Color

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

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

This div background color is #596F53.


Border color

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

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

This div border color is #596F53.


Opacity

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

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

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

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

This text has shadow with #596F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596F53 on black background.


Color preview on white background

This text has color #596F53 on white background.



Black color preview on #596F53 background

This text has black color on #596F53 background.


White color preview on #596F53 background

This text has white color on #596F53 background.