COLOR #595D40

HEX: #595D40
RGB: (89,93,64)

Renk bilgisi

#595D40 contains red, green and blue colors in about the same proportion. #595D40 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#595D40 color RGB value is (89,93,64).

  • kırmız ton 89;
  • yeşil ton 93;
  • mavi ton 64.
RGB:
(89,93,64)
(35%,36%,25%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 93 of 255 = 36%
B 64 of 255 = 25%

89
93
64

R + G + B ~ 32%. #595D40 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 93 + 64 = 246 (100%)
R 89 of 246 ~ 36.18%
G 93 of 246 ~ 37.8%
B 64 of 246 ~ 26.02%

%36.18
%37.8
%26.02

CMYK RENK MODELİ

#595D40 rengi CMYK tonu (4,0,31,64).

  • camgöbeği tonu 4.30%
  • eflatun tonu 0.00%
  • sarı tonu 31.18%
  • ana renk tonu 63.53%
CMYK:
(4,0,31,64)
C4M0Y31K64 
(4%,0%,31%,64%)
(0.04/0.00/0.31/0.64)	

CMYK yüzdeleri

%4.3
%0
%31.18
%63.53

Codes

Color #595D40 in popluar color models

595D40
RGB899364
HSL68°18.47%30.78%
HSB/HSV68°31.18%36.47%
CMYK4.30%0.00%31.18%
63.53%

Color #595D40 in popluar number systems.

HEX595D40
Decimal899364
Binary101100110111011000000
Octal131135100

Shades and tints

Shades of #595D40

#595D40
(89,93,64)
#51553B
(81,85,59)
#494D36
(73,77,54)
#414531
(65,69,49)
#393D2C
(57,61,44)
#313527
(49,53,39)
#292D22
(41,45,34)
#21251D
(33,37,29)
#191D18
(25,29,24)
#111513
(17,21,19)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #595D40

#595D40
(89,93,64)
#686B51
(104,107,81)
#777962
(119,121,98)
#868773
(134,135,115)
#959584
(149,149,132)
#A4A395
(164,163,149)
#B3B1A6
(179,177,166)
#C2BFB7
(194,191,183)
#D1CDC8
(209,205,200)
#E0DBD9
(224,219,217)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595D40 color. Also use rgb(89,93,64) instead hex code.

Text Font Color

.myTextColor { color: #595D40; }

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

This text font color is #595D40.


Background Color

.myBgColor { background-color: #595D40; }

<div style="background-color:#595D40">Inner text</div>

This div background color is #595D40.


Border color

.myBorderColor { border: 1px solid #595D40; }

<div style="border:3px solid #595D40">Div</div>

This div border color is #595D40.


Opacity

.myOpacity80 { color: #595D40; opacity: 0.8; }

<p style="color:#595D40;opacity:0.8;">80%</p>

Text with #595D40 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 #595D40;}

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

This text has shadow with #595D40 color.

.textShadow {text-shadow: 3px 3px 1px #595D40, 3px 3px 1px red;}

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

This text has shadow with #595D40 primary color and red secondary color.


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

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

This text has shadow with #595D40 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595D40 on black background.


Color preview on white background

This text has color #595D40 on white background.



Black color preview on #595D40 background

This text has black color on #595D40 background.


White color preview on #595D40 background

This text has white color on #595D40 background.