COLOR #595A41

HEX: #595A41
RGB: (89,90,65)

Renk bilgisi

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

RGB renk modeli

#595A41 color RGB value is (89,90,65).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 90 of 255 = 35%
B 65 of 255 = 25%

89
90
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 90 + 65 = 244 (100%)
R 89 of 244 ~ 36.48%
G 90 of 244 ~ 36.89%
B 65 of 244 ~ 26.64%

%36.48
%36.89
%26.64

CMYK RENK MODELİ

#595A41 rengi CMYK tonu (1,0,28,65).

  • camgöbeği tonu 1.11%
  • eflatun tonu 0.00%
  • sarı tonu 27.78%
  • ana renk tonu 64.71%
CMYK:
(1,0,28,65)
C1M0Y28K65 
(1%,0%,28%,65%)
(0.01/0.00/0.28/0.65)	

CMYK yüzdeleri

%1.11
%0
%27.78
%64.71

Codes

Color #595A41 in popluar color models

595A41
RGB899065
HSL62°16.13%30.39%
HSB/HSV62°27.78%35.29%
CMYK1.11%0.00%27.78%
64.71%

Color #595A41 in popluar number systems.

HEX595A41
Decimal899065
Binary101100110110101000001
Octal131132101

Shades and tints

Shades of #595A41

#595A41
(89,90,65)
#51523C
(81,82,60)
#494A37
(73,74,55)
#414232
(65,66,50)
#393A2D
(57,58,45)
#313228
(49,50,40)
#292A23
(41,42,35)
#21221E
(33,34,30)
#191A19
(25,26,25)
#111214
(17,18,20)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #595A41

#595A41
(89,90,65)
#686952
(104,105,82)
#777863
(119,120,99)
#868774
(134,135,116)
#959685
(149,150,133)
#A4A596
(164,165,150)
#B3B4A7
(179,180,167)
#C2C3B8
(194,195,184)
#D1D2C9
(209,210,201)
#E0E1DA
(224,225,218)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595A41 color. Also use rgb(89,90,65) instead hex code.

Text Font Color

.myTextColor { color: #595A41; }

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

This text font color is #595A41.


Background Color

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

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

This div background color is #595A41.


Border color

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

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

This div border color is #595A41.


Opacity

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

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

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

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

This text has shadow with #595A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595A41 on black background.


Color preview on white background

This text has color #595A41 on white background.



Black color preview on #595A41 background

This text has black color on #595A41 background.


White color preview on #595A41 background

This text has white color on #595A41 background.