COLOR #595C52

HEX: #595C52
RGB: (89,92,82)

Renk bilgisi

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

RGB renk modeli

#595C52 color RGB value is (89,92,82).

  • kırmız ton 89;
  • yeşil ton 92;
  • mavi ton 82.
RGB:
(89,92,82)
(35%,36%,32%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 92 of 255 = 36%
B 82 of 255 = 32%

89
92
82

R + G + B ~ 34%. #595C52 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 92 + 82 = 263 (100%)
R 89 of 263 ~ 33.84%
G 92 of 263 ~ 34.98%
B 82 of 263 ~ 31.18%

%33.84
%34.98
%31.18

CMYK RENK MODELİ

#595C52 rengi CMYK tonu (3,0,11,64).

  • camgöbeği tonu 3.26%
  • eflatun tonu 0.00%
  • sarı tonu 10.87%
  • ana renk tonu 63.92%
CMYK:
(3,0,11,64)
C3M0Y11K64 
(3%,0%,11%,64%)
(0.03/0.00/0.11/0.64)	

CMYK yüzdeleri

%3.26
%0
%10.87
%63.92

Codes

Color #595C52 in popluar color models

595C52
RGB899282
HSL78°5.75%34.12%
HSB/HSV78°10.87%36.08%
CMYK3.26%0.00%10.87%
63.92%

Color #595C52 in popluar number systems.

HEX595C52
Decimal899282
Binary101100110111001010010
Octal131134122

Shades and tints

Shades of #595C52

#595C52
(89,92,82)
#51544B
(81,84,75)
#494C44
(73,76,68)
#41443D
(65,68,61)
#393C36
(57,60,54)
#31342F
(49,52,47)
#292C28
(41,44,40)
#212421
(33,36,33)
#191C1A
(25,28,26)
#111413
(17,20,19)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #595C52

#595C52
(89,92,82)
#686A61
(104,106,97)
#777870
(119,120,112)
#86867F
(134,134,127)
#95948E
(149,148,142)
#A4A29D
(164,162,157)
#B3B0AC
(179,176,172)
#C2BEBB
(194,190,187)
#D1CCCA
(209,204,202)
#E0DAD9
(224,218,217)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595C52 color. Also use rgb(89,92,82) instead hex code.

Text Font Color

.myTextColor { color: #595C52; }

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

This text font color is #595C52.


Background Color

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

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

This div background color is #595C52.


Border color

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

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

This div border color is #595C52.


Opacity

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

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

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

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

This text has shadow with #595C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595C52 on black background.


Color preview on white background

This text has color #595C52 on white background.



Black color preview on #595C52 background

This text has black color on #595C52 background.


White color preview on #595C52 background

This text has white color on #595C52 background.