COLOR #595D53

HEX: #595D53
RGB: (89,93,83)

Renk bilgisi

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

RGB renk modeli

#595D53 color RGB value is (89,93,83).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 93 of 255 = 36%
B 83 of 255 = 33%

89
93
83

R + G + B ~ 35%. #595D53 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 93 + 83 = 265 (100%)
R 89 of 265 ~ 33.58%
G 93 of 265 ~ 35.09%
B 83 of 265 ~ 31.32%

%33.58
%35.09
%31.32

CMYK RENK MODELİ

#595D53 rengi CMYK tonu (4,0,11,64).

  • camgöbeği tonu 4.30%
  • eflatun tonu 0.00%
  • sarı tonu 10.75%
  • ana renk tonu 63.53%
CMYK:
(4,0,11,64)
C4M0Y11K64 
(4%,0%,11%,64%)
(0.04/0.00/0.11/0.64)	

CMYK yüzdeleri

%4.3
%0
%10.75
%63.53

Codes

Color #595D53 in popluar color models

595D53
RGB899383
HSL84°5.68%34.51%
HSB/HSV84°10.75%36.47%
CMYK4.30%0.00%10.75%
63.53%

Color #595D53 in popluar number systems.

HEX595D53
Decimal899383
Binary101100110111011010011
Octal131135123

Shades and tints

Shades of #595D53

#595D53
(89,93,83)
#51554C
(81,85,76)
#494D45
(73,77,69)
#41453E
(65,69,62)
#393D37
(57,61,55)
#313530
(49,53,48)
#292D29
(41,45,41)
#212522
(33,37,34)
#191D1B
(25,29,27)
#111514
(17,21,20)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #595D53

#595D53
(89,93,83)
#686B62
(104,107,98)
#777971
(119,121,113)
#868780
(134,135,128)
#95958F
(149,149,143)
#A4A39E
(164,163,158)
#B3B1AD
(179,177,173)
#C2BFBC
(194,191,188)
#D1CDCB
(209,205,203)
#E0DBDA
(224,219,218)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595D53; }

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

This text font color is #595D53.


Background Color

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

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

This div background color is #595D53.


Border color

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

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

This div border color is #595D53.


Opacity

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

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

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

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

This text has shadow with #595D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595D53 on black background.


Color preview on white background

This text has color #595D53 on white background.



Black color preview on #595D53 background

This text has black color on #595D53 background.


White color preview on #595D53 background

This text has white color on #595D53 background.