COLOR #596656

HEX: #596656
RGB: (89,102,86)

Renk bilgisi

#596656 contains red, green and blue colors in about the same proportion. #596656 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#596656 color RGB value is (89,102,86).

  • kırmız ton 89;
  • yeşil ton 102;
  • mavi ton 86.
RGB:
(89,102,86)
(35%,40%,34%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 102 of 255 = 40%
B 86 of 255 = 34%

89
102
86

R + G + B ~ 36%. #596656 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 102 + 86 = 277 (100%)
R 89 of 277 ~ 32.13%
G 102 of 277 ~ 36.82%
B 86 of 277 ~ 31.05%

%32.13
%36.82
%31.05

CMYK RENK MODELİ

#596656 rengi CMYK tonu (13,0,16,60).

  • camgöbeği tonu 12.75%
  • eflatun tonu 0.00%
  • sarı tonu 15.69%
  • ana renk tonu 60.00%
CMYK:
(13,0,16,60)
C13M0Y16K60 
(13%,0%,16%,60%)
(0.13/0.00/0.16/0.60)	

CMYK yüzdeleri

%12.75
%0
%15.69
%60

Codes

Color #596656 in popluar color models

596656
RGB8910286
HSL109°8.51%36.86%
HSB/HSV109°15.69%40.00%
CMYK12.75%0.00%15.69%
60.00%

Color #596656 in popluar number systems.

HEX596656
Decimal8910286
Binary101100111001101010110
Octal131146126

Shades and tints

Shades of #596656

#596656
(89,102,86)
#515D4F
(81,93,79)
#495448
(73,84,72)
#414B41
(65,75,65)
#39423A
(57,66,58)
#313933
(49,57,51)
#29302C
(41,48,44)
#212725
(33,39,37)
#191E1E
(25,30,30)
#111517
(17,21,23)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #596656

#596656
(89,102,86)
#687365
(104,115,101)
#778074
(119,128,116)
#868D83
(134,141,131)
#959A92
(149,154,146)
#A4A7A1
(164,167,161)
#B3B4B0
(179,180,176)
#C2C1BF
(194,193,191)
#D1CECE
(209,206,206)
#E0DBDD
(224,219,221)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596656 color. Also use rgb(89,102,86) instead hex code.

Text Font Color

.myTextColor { color: #596656; }

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

This text font color is #596656.


Background Color

.myBgColor { background-color: #596656; }

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

This div background color is #596656.


Border color

.myBorderColor { border: 1px solid #596656; }

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

This div border color is #596656.


Opacity

.myOpacity80 { color: #596656; opacity: 0.8; }

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

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

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

This text has shadow with #596656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596656 on black background.


Color preview on white background

This text has color #596656 on white background.



Black color preview on #596656 background

This text has black color on #596656 background.


White color preview on #596656 background

This text has white color on #596656 background.