COLOR #596669

HEX: #596669
RGB: (89,102,105)

Color info

#596669 contains red, green and blue colors in about the same proportion. Web safe color of #596669 is #666666 (or #666).

RGB color model

#596669 color RGB value is (89,102,105).

  • red value is 89;
  • green value is 102;
  • blue value is 105.
RGB:
(89,102,105)
(35%,40%,41%)

RGB channels and saturation

R 89 of 255 = 35%
G 102 of 255 = 40%
B 105 of 255 = 41%

89
102
105

R + G + B ~ 39%. #596669 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 102 + 105 = 296 (100%)
R 89 of 296 ~ 30.07%
G 102 of 296 ~ 34.46%
B 105 of 296 ~ 35.47%

%30.07
%34.46
%35.47

CMYK color model

#596669 color CMYK value is (15,3,0,59).

  • cyan value is 15.24%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(15,3,0,59)
C15M3Y0K59 
(15%,3%,0%,59%)
(0.15/0.03/0.00/0.59)	

CMYK percentages

%15.24
%2.86
%0
%58.82

Codes

Color #596669 in popluar color models

596669
RGB89102105
HSL191°8.25%38.04%
HSB/HSV191°15.24%41.18%
CMYK15.24%2.86%0.00%
58.82%

Color #596669 in popluar number systems.

HEX596669
Decimal89102105
Binary101100111001101101001
Octal131146151

Shades and tints

Shades of #596669

#596669
(89,102,105)
#515D60
(81,93,96)
#495457
(73,84,87)
#414B4E
(65,75,78)
#394245
(57,66,69)
#31393C
(49,57,60)
#293033
(41,48,51)
#21272A
(33,39,42)
#191E21
(25,30,33)
#111518
(17,21,24)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #596669

#596669
(89,102,105)
#687376
(104,115,118)
#778083
(119,128,131)
#868D90
(134,141,144)
#959A9D
(149,154,157)
#A4A7AA
(164,167,170)
#B3B4B7
(179,180,183)
#C2C1C4
(194,193,196)
#D1CED1
(209,206,209)
#E0DBDE
(224,219,222)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596669; }

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

This text font color is #596669.


Background Color

.myBgColor { background-color: #596669; }

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

This div background color is #596669.


Border color

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

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

This div border color is #596669.


Opacity

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

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

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

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

This text has shadow with #596669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596669 on black background.


Color preview on white background

This text has color #596669 on white background.



Black color preview on #596669 background

This text has black color on #596669 background.


White color preview on #596669 background

This text has white color on #596669 background.