COLOR #595A29

HEX: #595A29
RGB: (89,90,41)

Renk bilgisi

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

RGB renk modeli

#595A29 color RGB value is (89,90,41).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 90 of 255 = 35%
B 41 of 255 = 16%

89
90
41

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 90 + 41 = 220 (100%)
R 89 of 220 ~ 40.45%
G 90 of 220 ~ 40.91%
B 41 of 220 ~ 18.64%

%40.45
%40.91
%18.64

CMYK RENK MODELİ

#595A29 rengi CMYK tonu (1,0,54,65).

  • camgöbeği tonu 1.11%
  • eflatun tonu 0.00%
  • sarı tonu 54.44%
  • ana renk tonu 64.71%
CMYK:
(1,0,54,65)
C1M0Y54K65 
(1%,0%,54%,65%)
(0.01/0.00/0.54/0.65)	

CMYK yüzdeleri

%1.11
%0
%54.44
%64.71

Codes

Color #595A29 in popluar color models

595A29
RGB899041
HSL61°37.40%25.69%
HSB/HSV61°54.44%35.29%
CMYK1.11%0.00%54.44%
64.71%

Color #595A29 in popluar number systems.

HEX595A29
Decimal899041
Binary10110011011010101001
Octal13113251

Shades and tints

Shades of #595A29

#595A29
(89,90,41)
#515226
(81,82,38)
#494A23
(73,74,35)
#414220
(65,66,32)
#393A1D
(57,58,29)
#31321A
(49,50,26)
#292A17
(41,42,23)
#212214
(33,34,20)
#191A11
(25,26,17)
#11120E
(17,18,14)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #595A29

#595A29
(89,90,41)
#68693C
(104,105,60)
#77784F
(119,120,79)
#868762
(134,135,98)
#959675
(149,150,117)
#A4A588
(164,165,136)
#B3B49B
(179,180,155)
#C2C3AE
(194,195,174)
#D1D2C1
(209,210,193)
#E0E1D4
(224,225,212)
#EFF0E7
(239,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595A29; }

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

This text font color is #595A29.


Background Color

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

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

This div background color is #595A29.


Border color

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

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

This div border color is #595A29.


Opacity

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

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

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

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

This text has shadow with #595A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595A29 on black background.


Color preview on white background

This text has color #595A29 on white background.



Black color preview on #595A29 background

This text has black color on #595A29 background.


White color preview on #595A29 background

This text has white color on #595A29 background.