COLOR #695659

HEX: #695659
RGB: (105,86,89)

Color info

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

RGB color model

#695659 color RGB value is (105,86,89).

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

RGB channels and saturation

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

105
86
89

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

Portions of RGB colors in percentages

R + G + B =
105 + 86 + 89 = 280 (100%)
R 105 of 280 ~ 37.5%
G 86 of 280 ~ 30.71%
B 89 of 280 ~ 31.79%

%37.5
%30.71
%31.79

CMYK color model

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

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

CMYK percentages

%0
%18.1
%15.24
%58.82

Codes

Color #695659 in popluar color models

695659
RGB1058689
HSL351°9.95%37.45%
HSB/HSV351°18.10%41.18%
CMYK0.00%18.10%15.24%
58.82%

Color #695659 in popluar number systems.

HEX695659
Decimal1058689
Binary110100110101101011001
Octal151126131

Shades and tints

Shades of #695659

#695659
(105,86,89)
#604F51
(96,79,81)
#574849
(87,72,73)
#4E4141
(78,65,65)
#453A39
(69,58,57)
#3C3331
(60,51,49)
#332C29
(51,44,41)
#2A2521
(42,37,33)
#211E19
(33,30,25)
#181711
(24,23,17)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #695659

#695659
(105,86,89)
#766568
(118,101,104)
#837477
(131,116,119)
#908386
(144,131,134)
#9D9295
(157,146,149)
#AAA1A4
(170,161,164)
#B7B0B3
(183,176,179)
#C4BFC2
(196,191,194)
#D1CED1
(209,206,209)
#DEDDE0
(222,221,224)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695659; }

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

This text font color is #695659.


Background Color

.myBgColor { background-color: #695659; }

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

This div background color is #695659.


Border color

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

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

This div border color is #695659.


Opacity

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

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

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

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

This text has shadow with #695659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695659 on black background.


Color preview on white background

This text has color #695659 on white background.



Black color preview on #695659 background

This text has black color on #695659 background.


White color preview on #695659 background

This text has white color on #695659 background.