COLOR #695C61

HEX: #695C61
RGB: (105,92,97)

Color info

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

RGB color model

#695C61 color RGB value is (105,92,97).

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

RGB channels and saturation

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

105
92
97

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

Portions of RGB colors in percentages

R + G + B =
105 + 92 + 97 = 294 (100%)
R 105 of 294 ~ 35.71%
G 92 of 294 ~ 31.29%
B 97 of 294 ~ 32.99%

%35.71
%31.29
%32.99

CMYK color model

#695C61 color CMYK value is (0,12,8,59).

  • cyan value is 0.00%
  • magenta value is 12.38%
  • yellow value is 7.62%
  • key color value is 58.82%
CMYK:
(0,12,8,59)
C0M12Y8K59 
(0%,12%,8%,59%)
(0.00/0.12/0.08/0.59)	

CMYK percentages

%0
%12.38
%7.62
%58.82

Codes

Color #695C61 in popluar color models

695C61
RGB1059297
HSL337°6.60%38.63%
HSB/HSV337°12.38%41.18%
CMYK0.00%12.38%7.62%
58.82%

Color #695C61 in popluar number systems.

HEX695C61
Decimal1059297
Binary110100110111001100001
Octal151134141

Shades and tints

Shades of #695C61

#695C61
(105,92,97)
#605459
(96,84,89)
#574C51
(87,76,81)
#4E4449
(78,68,73)
#453C41
(69,60,65)
#3C3439
(60,52,57)
#332C31
(51,44,49)
#2A2429
(42,36,41)
#211C21
(33,28,33)
#181419
(24,20,25)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #695C61

#695C61
(105,92,97)
#766A6F
(118,106,111)
#83787D
(131,120,125)
#90868B
(144,134,139)
#9D9499
(157,148,153)
#AAA2A7
(170,162,167)
#B7B0B5
(183,176,181)
#C4BEC3
(196,190,195)
#D1CCD1
(209,204,209)
#DEDADF
(222,218,223)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695C61; }

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

This text font color is #695C61.


Background Color

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

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

This div background color is #695C61.


Border color

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

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

This div border color is #695C61.


Opacity

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

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

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

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

This text has shadow with #695C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695C61 on black background.


Color preview on white background

This text has color #695C61 on white background.



Black color preview on #695C61 background

This text has black color on #695C61 background.


White color preview on #695C61 background

This text has white color on #695C61 background.