COLOR #695F59

HEX: #695F59
RGB: (105,95,89)

Color info

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

RGB color model

#695F59 color RGB value is (105,95,89).

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

RGB channels and saturation

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

105
95
89

R + G + B ~ 38%. #695F59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 95 + 89 = 289 (100%)
R 105 of 289 ~ 36.33%
G 95 of 289 ~ 32.87%
B 89 of 289 ~ 30.8%

%36.33
%32.87
%30.8

CMYK color model

#695F59 color CMYK value is (0,10,15,59).

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

CMYK percentages

%0
%9.52
%15.24
%58.82

Codes

Color #695F59 in popluar color models

695F59
RGB1059589
HSL23°8.25%38.04%
HSB/HSV23°15.24%41.18%
CMYK0.00%9.52%15.24%
58.82%

Color #695F59 in popluar number systems.

HEX695F59
Decimal1059589
Binary110100110111111011001
Octal151137131

Shades and tints

Shades of #695F59

#695F59
(105,95,89)
#605751
(96,87,81)
#574F49
(87,79,73)
#4E4741
(78,71,65)
#453F39
(69,63,57)
#3C3731
(60,55,49)
#332F29
(51,47,41)
#2A2721
(42,39,33)
#211F19
(33,31,25)
#181711
(24,23,17)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #695F59

#695F59
(105,95,89)
#766D68
(118,109,104)
#837B77
(131,123,119)
#908986
(144,137,134)
#9D9795
(157,151,149)
#AAA5A4
(170,165,164)
#B7B3B3
(183,179,179)
#C4C1C2
(196,193,194)
#D1CFD1
(209,207,209)
#DEDDE0
(222,221,224)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695F59; }

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

This text font color is #695F59.


Background Color

.myBgColor { background-color: #695F59; }

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

This div background color is #695F59.


Border color

.myBorderColor { border: 1px solid #695F59; }

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

This div border color is #695F59.


Opacity

.myOpacity80 { color: #695F59; opacity: 0.8; }

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

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

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

This text has shadow with #695F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695F59 on black background.


Color preview on white background

This text has color #695F59 on white background.



Black color preview on #695F59 background

This text has black color on #695F59 background.


White color preview on #695F59 background

This text has white color on #695F59 background.