COLOR #595331

HEX: #595331
RGB: (89,83,49)

Renk bilgisi

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

RGB renk modeli

#595331 color RGB value is (89,83,49).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 83 of 255 = 33%
B 49 of 255 = 19%

89
83
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 83 + 49 = 221 (100%)
R 89 of 221 ~ 40.27%
G 83 of 221 ~ 37.56%
B 49 of 221 ~ 22.17%

%40.27
%37.56
%22.17

CMYK RENK MODELİ

#595331 rengi CMYK tonu (0,7,45,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.74%
  • sarı tonu 44.94%
  • ana renk tonu 65.10%
CMYK:
(0,7,45,65)
C0M7Y45K65 
(0%,7%,45%,65%)
(0.00/0.07/0.45/0.65)	

CMYK yüzdeleri

%0
%6.74
%44.94
%65.1

Codes

Color #595331 in popluar color models

595331
RGB898349
HSL51°28.99%27.06%
HSB/HSV51°44.94%34.90%
CMYK0.00%6.74%44.94%
65.10%

Color #595331 in popluar number systems.

HEX595331
Decimal898349
Binary10110011010011110001
Octal13112361

Shades and tints

Shades of #595331

#595331
(89,83,49)
#514C2D
(81,76,45)
#494529
(73,69,41)
#413E25
(65,62,37)
#393721
(57,55,33)
#31301D
(49,48,29)
#292919
(41,41,25)
#212215
(33,34,21)
#191B11
(25,27,17)
#11140D
(17,20,13)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #595331

#595331
(89,83,49)
#686243
(104,98,67)
#777155
(119,113,85)
#868067
(134,128,103)
#958F79
(149,143,121)
#A49E8B
(164,158,139)
#B3AD9D
(179,173,157)
#C2BCAF
(194,188,175)
#D1CBC1
(209,203,193)
#E0DAD3
(224,218,211)
#EFE9E5
(239,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595331; }

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

This text font color is #595331.


Background Color

.myBgColor { background-color: #595331; }

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

This div background color is #595331.


Border color

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

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

This div border color is #595331.


Opacity

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

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

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

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

This text has shadow with #595331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595331 on black background.


Color preview on white background

This text has color #595331 on white background.



Black color preview on #595331 background

This text has black color on #595331 background.


White color preview on #595331 background

This text has white color on #595331 background.