COLOR #596754

HEX: #596754
RGB: (89,103,84)

Renk bilgisi

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

RGB renk modeli

#596754 color RGB value is (89,103,84).

  • kırmız ton 89;
  • yeşil ton 103;
  • mavi ton 84.
RGB:
(89,103,84)
(35%,40%,33%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 103 of 255 = 40%
B 84 of 255 = 33%

89
103
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 103 + 84 = 276 (100%)
R 89 of 276 ~ 32.25%
G 103 of 276 ~ 37.32%
B 84 of 276 ~ 30.43%

%32.25
%37.32
%30.43

CMYK RENK MODELİ

#596754 rengi CMYK tonu (14,0,18,60).

  • camgöbeği tonu 13.59%
  • eflatun tonu 0.00%
  • sarı tonu 18.45%
  • ana renk tonu 59.61%
CMYK:
(14,0,18,60)
C14M0Y18K60 
(14%,0%,18%,60%)
(0.14/0.00/0.18/0.60)	

CMYK yüzdeleri

%13.59
%0
%18.45
%59.61

Codes

Color #596754 in popluar color models

596754
RGB8910384
HSL104°10.16%36.67%
HSB/HSV104°18.45%40.39%
CMYK13.59%0.00%18.45%
59.61%

Color #596754 in popluar number systems.

HEX596754
Decimal8910384
Binary101100111001111010100
Octal131147124

Shades and tints

Shades of #596754

#596754
(89,103,84)
#515E4D
(81,94,77)
#495546
(73,85,70)
#414C3F
(65,76,63)
#394338
(57,67,56)
#313A31
(49,58,49)
#29312A
(41,49,42)
#212823
(33,40,35)
#191F1C
(25,31,28)
#111615
(17,22,21)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #596754

#596754
(89,103,84)
#687463
(104,116,99)
#778172
(119,129,114)
#868E81
(134,142,129)
#959B90
(149,155,144)
#A4A89F
(164,168,159)
#B3B5AE
(179,181,174)
#C2C2BD
(194,194,189)
#D1CFCC
(209,207,204)
#E0DCDB
(224,220,219)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596754 color. Also use rgb(89,103,84) instead hex code.

Text Font Color

.myTextColor { color: #596754; }

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

This text font color is #596754.


Background Color

.myBgColor { background-color: #596754; }

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

This div background color is #596754.


Border color

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

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

This div border color is #596754.


Opacity

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

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

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

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

This text has shadow with #596754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596754 on black background.


Color preview on white background

This text has color #596754 on white background.



Black color preview on #596754 background

This text has black color on #596754 background.


White color preview on #596754 background

This text has white color on #596754 background.