COLOR #695D61

HEX: #695D61
RGB: (105,93,97)

Color info

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

RGB color model

#695D61 color RGB value is (105,93,97).

  • red value is 105;
  • green value is 93;
  • blue value is 97.
RGB:
(105,93,97)
(41%,36%,38%)

RGB channels and saturation

R 105 of 255 = 41%
G 93 of 255 = 36%
B 97 of 255 = 38%

105
93
97

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

Portions of RGB colors in percentages

R + G + B =
105 + 93 + 97 = 295 (100%)
R 105 of 295 ~ 35.59%
G 93 of 295 ~ 31.53%
B 97 of 295 ~ 32.88%

%35.59
%31.53
%32.88

CMYK color model

#695D61 color CMYK value is (0,11,8,59).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 7.62%
  • key color value is 58.82%
CMYK:
(0,11,8,59)
C0M11Y8K59 
(0%,11%,8%,59%)
(0.00/0.11/0.08/0.59)	

CMYK percentages

%0
%11.43
%7.62
%58.82

Codes

Color #695D61 in popluar color models

695D61
RGB1059397
HSL340°6.06%38.82%
HSB/HSV340°11.43%41.18%
CMYK0.00%11.43%7.62%
58.82%

Color #695D61 in popluar number systems.

HEX695D61
Decimal1059397
Binary110100110111011100001
Octal151135141

Shades and tints

Shades of #695D61

#695D61
(105,93,97)
#605559
(96,85,89)
#574D51
(87,77,81)
#4E4549
(78,69,73)
#453D41
(69,61,65)
#3C3539
(60,53,57)
#332D31
(51,45,49)
#2A2529
(42,37,41)
#211D21
(33,29,33)
#181519
(24,21,25)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #695D61

#695D61
(105,93,97)
#766B6F
(118,107,111)
#83797D
(131,121,125)
#90878B
(144,135,139)
#9D9599
(157,149,153)
#AAA3A7
(170,163,167)
#B7B1B5
(183,177,181)
#C4BFC3
(196,191,195)
#D1CDD1
(209,205,209)
#DEDBDF
(222,219,223)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695D61 color. Also use rgb(105,93,97) instead hex code.

Text Font Color

.myTextColor { color: #695D61; }

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

This text font color is #695D61.


Background Color

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

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

This div background color is #695D61.


Border color

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

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

This div border color is #695D61.


Opacity

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

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

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

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

This text has shadow with #695D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695D61 on black background.


Color preview on white background

This text has color #695D61 on white background.



Black color preview on #695D61 background

This text has black color on #695D61 background.


White color preview on #695D61 background

This text has white color on #695D61 background.