COLOR #596A3F

HEX: #596A3F
RGB: (89,106,63)

Renk bilgisi

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

RGB renk modeli

#596A3F color RGB value is (89,106,63).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 106 of 255 = 42%
B 63 of 255 = 25%

89
106
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 106 + 63 = 258 (100%)
R 89 of 258 ~ 34.5%
G 106 of 258 ~ 41.09%
B 63 of 258 ~ 24.42%

%34.5
%41.09
%24.42

CMYK RENK MODELİ

#596A3F rengi CMYK tonu (16,0,41,58).

  • camgöbeği tonu 16.04%
  • eflatun tonu 0.00%
  • sarı tonu 40.57%
  • ana renk tonu 58.43%
CMYK:
(16,0,41,58)
C16M0Y41K58 
(16%,0%,41%,58%)
(0.16/0.00/0.41/0.58)	

CMYK yüzdeleri

%16.04
%0
%40.57
%58.43

Codes

Color #596A3F in popluar color models

596A3F
RGB8910663
HSL84°25.44%33.14%
HSB/HSV84°40.57%41.57%
CMYK16.04%0.00%40.57%
58.43%

Color #596A3F in popluar number systems.

HEX596A3F
Decimal8910663
Binary10110011101010111111
Octal13115277

Shades and tints

Shades of #596A3F

#596A3F
(89,106,63)
#51613A
(81,97,58)
#495835
(73,88,53)
#414F30
(65,79,48)
#39462B
(57,70,43)
#313D26
(49,61,38)
#293421
(41,52,33)
#212B1C
(33,43,28)
#192217
(25,34,23)
#111912
(17,25,18)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #596A3F

#596A3F
(89,106,63)
#687750
(104,119,80)
#778461
(119,132,97)
#869172
(134,145,114)
#959E83
(149,158,131)
#A4AB94
(164,171,148)
#B3B8A5
(179,184,165)
#C2C5B6
(194,197,182)
#D1D2C7
(209,210,199)
#E0DFD8
(224,223,216)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596A3F color. Also use rgb(89,106,63) instead hex code.

Text Font Color

.myTextColor { color: #596A3F; }

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

This text font color is #596A3F.


Background Color

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

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

This div background color is #596A3F.


Border color

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

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

This div border color is #596A3F.


Opacity

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

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

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

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

This text has shadow with #596A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596A3F on black background.


Color preview on white background

This text has color #596A3F on white background.



Black color preview on #596A3F background

This text has black color on #596A3F background.


White color preview on #596A3F background

This text has white color on #596A3F background.