COLOR #596E40

HEX: #596E40
RGB: (89,110,64)

Renk bilgisi

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

RGB renk modeli

#596E40 color RGB value is (89,110,64).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 110 of 255 = 43%
B 64 of 255 = 25%

89
110
64

R + G + B ~ 34%. #596E40 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 110 + 64 = 263 (100%)
R 89 of 263 ~ 33.84%
G 110 of 263 ~ 41.83%
B 64 of 263 ~ 24.33%

%33.84
%41.83
%24.33

CMYK RENK MODELİ

#596E40 rengi CMYK tonu (19,0,42,57).

  • camgöbeği tonu 19.09%
  • eflatun tonu 0.00%
  • sarı tonu 41.82%
  • ana renk tonu 56.86%
CMYK:
(19,0,42,57)
C19M0Y42K57 
(19%,0%,42%,57%)
(0.19/0.00/0.42/0.57)	

CMYK yüzdeleri

%19.09
%0
%41.82
%56.86

Codes

Color #596E40 in popluar color models

596E40
RGB8911064
HSL87°26.44%34.12%
HSB/HSV87°41.82%43.14%
CMYK19.09%0.00%41.82%
56.86%

Color #596E40 in popluar number systems.

HEX596E40
Decimal8911064
Binary101100111011101000000
Octal131156100

Shades and tints

Shades of #596E40

#596E40
(89,110,64)
#51643B
(81,100,59)
#495A36
(73,90,54)
#415031
(65,80,49)
#39462C
(57,70,44)
#313C27
(49,60,39)
#293222
(41,50,34)
#21281D
(33,40,29)
#191E18
(25,30,24)
#111413
(17,20,19)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #596E40

#596E40
(89,110,64)
#687B51
(104,123,81)
#778862
(119,136,98)
#869573
(134,149,115)
#95A284
(149,162,132)
#A4AF95
(164,175,149)
#B3BCA6
(179,188,166)
#C2C9B7
(194,201,183)
#D1D6C8
(209,214,200)
#E0E3D9
(224,227,217)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596E40 color. Also use rgb(89,110,64) instead hex code.

Text Font Color

.myTextColor { color: #596E40; }

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

This text font color is #596E40.


Background Color

.myBgColor { background-color: #596E40; }

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

This div background color is #596E40.


Border color

.myBorderColor { border: 1px solid #596E40; }

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

This div border color is #596E40.


Opacity

.myOpacity80 { color: #596E40; opacity: 0.8; }

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

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

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

This text has shadow with #596E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596E40 on black background.


Color preview on white background

This text has color #596E40 on white background.



Black color preview on #596E40 background

This text has black color on #596E40 background.


White color preview on #596E40 background

This text has white color on #596E40 background.