COLOR #59695B

HEX: #59695B
RGB: (89,105,91)

Color info

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

RGB color model

#59695B color RGB value is (89,105,91).

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

RGB channels and saturation

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

89
105
91

R + G + B ~ 37%. #59695B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 105 + 91 = 285 (100%)
R 89 of 285 ~ 31.23%
G 105 of 285 ~ 36.84%
B 91 of 285 ~ 31.93%

%31.23
%36.84
%31.93

CMYK color model

#59695B color CMYK value is (15,0,13,59).

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

CMYK percentages

%15.24
%0
%13.33
%58.82

Codes

Color #59695B in popluar color models

59695B
RGB8910591
HSL128°8.25%38.04%
HSB/HSV128°15.24%41.18%
CMYK15.24%0.00%13.33%
58.82%

Color #59695B in popluar number systems.

HEX59695B
Decimal8910591
Binary101100111010011011011
Octal131151133

Shades and tints

Shades of #59695B

#59695B
(89,105,91)
#516053
(81,96,83)
#49574B
(73,87,75)
#414E43
(65,78,67)
#39453B
(57,69,59)
#313C33
(49,60,51)
#29332B
(41,51,43)
#212A23
(33,42,35)
#19211B
(25,33,27)
#111813
(17,24,19)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #59695B

#59695B
(89,105,91)
#687669
(104,118,105)
#778377
(119,131,119)
#869085
(134,144,133)
#959D93
(149,157,147)
#A4AAA1
(164,170,161)
#B3B7AF
(179,183,175)
#C2C4BD
(194,196,189)
#D1D1CB
(209,209,203)
#E0DED9
(224,222,217)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59695B; }

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

This text font color is #59695B.


Background Color

.myBgColor { background-color: #59695B; }

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

This div background color is #59695B.


Border color

.myBorderColor { border: 1px solid #59695B; }

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

This div border color is #59695B.


Opacity

.myOpacity80 { color: #59695B; opacity: 0.8; }

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

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

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

This text has shadow with #59695B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59695B on black background.


Color preview on white background

This text has color #59695B on white background.



Black color preview on #59695B background

This text has black color on #59695B background.


White color preview on #59695B background

This text has white color on #59695B background.