COLOR #596B1F

HEX: #596B1F
RGB: (89,107,31)

Renk bilgisi

#596B1F contains mainly red and green colors. #596B1F ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#596B1F color RGB value is (89,107,31).

  • kırmız ton 89;
  • yeşil ton 107;
  • mavi ton 31.
RGB:
(89,107,31)
(35%,42%,12%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 107 of 255 = 42%
B 31 of 255 = 12%

89
107
31

R + G + B ~ 30%. #596B1F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 107 + 31 = 227 (100%)
R 89 of 227 ~ 39.21%
G 107 of 227 ~ 47.14%
B 31 of 227 ~ 13.66%

%39.21
%47.14
%13.66

CMYK RENK MODELİ

#596B1F rengi CMYK tonu (17,0,71,58).

  • camgöbeği tonu 16.82%
  • eflatun tonu 0.00%
  • sarı tonu 71.03%
  • ana renk tonu 58.04%
CMYK:
(17,0,71,58)
C17M0Y71K58 
(17%,0%,71%,58%)
(0.17/0.00/0.71/0.58)	

CMYK yüzdeleri

%16.82
%0
%71.03
%58.04

Codes

Color #596B1F in popluar color models

596B1F
RGB8910731
HSL74°55.07%27.06%
HSB/HSV74°71.03%41.96%
CMYK16.82%0.00%71.03%
58.04%

Color #596B1F in popluar number systems.

HEX596B1F
Decimal8910731
Binary1011001110101111111
Octal13115337

Shades and tints

Shades of #596B1F

#596B1F
(89,107,31)
#51621D
(81,98,29)
#49591B
(73,89,27)
#415019
(65,80,25)
#394717
(57,71,23)
#313E15
(49,62,21)
#293513
(41,53,19)
#212C11
(33,44,17)
#19230F
(25,35,15)
#111A0D
(17,26,13)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #596B1F

#596B1F
(89,107,31)
#687833
(104,120,51)
#778547
(119,133,71)
#86925B
(134,146,91)
#959F6F
(149,159,111)
#A4AC83
(164,172,131)
#B3B997
(179,185,151)
#C2C6AB
(194,198,171)
#D1D3BF
(209,211,191)
#E0E0D3
(224,224,211)
#EFEDE7
(239,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596B1F color. Also use rgb(89,107,31) instead hex code.

Text Font Color

.myTextColor { color: #596B1F; }

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

This text font color is #596B1F.


Background Color

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

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

This div background color is #596B1F.


Border color

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

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

This div border color is #596B1F.


Opacity

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

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

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

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

This text has shadow with #596B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596B1F on black background.


Color preview on white background

This text has color #596B1F on white background.



Black color preview on #596B1F background

This text has black color on #596B1F background.


White color preview on #596B1F background

This text has white color on #596B1F background.