COLOR #595332

HEX: #595332
RGB: (89,83,50)

Renk bilgisi

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

RGB renk modeli

#595332 color RGB value is (89,83,50).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 83 of 255 = 33%
B 50 of 255 = 20%

89
83
50

R + G + B ~ 29%. #595332 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 83 + 50 = 222 (100%)
R 89 of 222 ~ 40.09%
G 83 of 222 ~ 37.39%
B 50 of 222 ~ 22.52%

%40.09
%37.39
%22.52

CMYK RENK MODELİ

#595332 rengi CMYK tonu (0,7,44,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.74%
  • sarı tonu 43.82%
  • ana renk tonu 65.10%
CMYK:
(0,7,44,65)
C0M7Y44K65 
(0%,7%,44%,65%)
(0.00/0.07/0.44/0.65)	

CMYK yüzdeleri

%0
%6.74
%43.82
%65.1

Codes

Color #595332 in popluar color models

595332
RGB898350
HSL51°28.06%27.25%
HSB/HSV51°43.82%34.90%
CMYK0.00%6.74%43.82%
65.10%

Color #595332 in popluar number systems.

HEX595332
Decimal898350
Binary10110011010011110010
Octal13112362

Shades and tints

Shades of #595332

#595332
(89,83,50)
#514C2E
(81,76,46)
#49452A
(73,69,42)
#413E26
(65,62,38)
#393722
(57,55,34)
#31301E
(49,48,30)
#29291A
(41,41,26)
#212216
(33,34,22)
#191B12
(25,27,18)
#11140E
(17,20,14)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #595332

#595332
(89,83,50)
#686244
(104,98,68)
#777156
(119,113,86)
#868068
(134,128,104)
#958F7A
(149,143,122)
#A49E8C
(164,158,140)
#B3AD9E
(179,173,158)
#C2BCB0
(194,188,176)
#D1CBC2
(209,203,194)
#E0DAD4
(224,218,212)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595332; }

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

This text font color is #595332.


Background Color

.myBgColor { background-color: #595332; }

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

This div background color is #595332.


Border color

.myBorderColor { border: 1px solid #595332; }

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

This div border color is #595332.


Opacity

.myOpacity80 { color: #595332; opacity: 0.8; }

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

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

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

This text has shadow with #595332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595332 on black background.


Color preview on white background

This text has color #595332 on white background.



Black color preview on #595332 background

This text has black color on #595332 background.


White color preview on #595332 background

This text has white color on #595332 background.