COLOR #596969

HEX: #596969
RGB: (89,105,105)

Color info

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

RGB color model

#596969 color RGB value is (89,105,105).

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

RGB channels and saturation

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

89
105
105

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

Portions of RGB colors in percentages

R + G + B =
89 + 105 + 105 = 299 (100%)
R 89 of 299 ~ 29.77%
G 105 of 299 ~ 35.12%
B 105 of 299 ~ 35.12%

%29.77
%35.12
%35.12

CMYK color model

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

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

CMYK percentages

%15.24
%0
%0
%58.82

Codes

Color #596969 in popluar color models

596969
RGB89105105
HSL180°8.25%38.04%
HSB/HSV180°15.24%41.18%
CMYK15.24%0.00%0.00%
58.82%

Color #596969 in popluar number systems.

HEX596969
Decimal89105105
Binary101100111010011101001
Octal131151151

Shades and tints

Shades of #596969

#596969
(89,105,105)
#516060
(81,96,96)
#495757
(73,87,87)
#414E4E
(65,78,78)
#394545
(57,69,69)
#313C3C
(49,60,60)
#293333
(41,51,51)
#212A2A
(33,42,42)
#192121
(25,33,33)
#111818
(17,24,24)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #596969

#596969
(89,105,105)
#687676
(104,118,118)
#778383
(119,131,131)
#869090
(134,144,144)
#959D9D
(149,157,157)
#A4AAAA
(164,170,170)
#B3B7B7
(179,183,183)
#C2C4C4
(194,196,196)
#D1D1D1
(209,209,209)
#E0DEDE
(224,222,222)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596969; }

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

This text font color is #596969.


Background Color

.myBgColor { background-color: #596969; }

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

This div background color is #596969.


Border color

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

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

This div border color is #596969.


Opacity

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

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

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

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

This text has shadow with #596969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596969 on black background.


Color preview on white background

This text has color #596969 on white background.



Black color preview on #596969 background

This text has black color on #596969 background.


White color preview on #596969 background

This text has white color on #596969 background.