COLOR #695F60

HEX: #695F60
RGB: (105,95,96)

Color info

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

RGB color model

#695F60 color RGB value is (105,95,96).

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

RGB channels and saturation

R 105 of 255 = 41%
G 95 of 255 = 37%
B 96 of 255 = 38%

105
95
96

R + G + B ~ 39%. #695F60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 95 + 96 = 296 (100%)
R 105 of 296 ~ 35.47%
G 95 of 296 ~ 32.09%
B 96 of 296 ~ 32.43%

%35.47
%32.09
%32.43

CMYK color model

#695F60 color CMYK value is (0,10,9,59).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 8.57%
  • key color value is 58.82%
CMYK:
(0,10,9,59)
C0M10Y9K59 
(0%,10%,9%,59%)
(0.00/0.10/0.09/0.59)	

CMYK percentages

%0
%9.52
%8.57
%58.82

Codes

Color #695F60 in popluar color models

695F60
RGB1059596
HSL354°5.00%39.22%
HSB/HSV354°9.52%41.18%
CMYK0.00%9.52%8.57%
58.82%

Color #695F60 in popluar number systems.

HEX695F60
Decimal1059596
Binary110100110111111100000
Octal151137140

Shades and tints

Shades of #695F60

#695F60
(105,95,96)
#605758
(96,87,88)
#574F50
(87,79,80)
#4E4748
(78,71,72)
#453F40
(69,63,64)
#3C3738
(60,55,56)
#332F30
(51,47,48)
#2A2728
(42,39,40)
#211F20
(33,31,32)
#181718
(24,23,24)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #695F60

#695F60
(105,95,96)
#766D6E
(118,109,110)
#837B7C
(131,123,124)
#90898A
(144,137,138)
#9D9798
(157,151,152)
#AAA5A6
(170,165,166)
#B7B3B4
(183,179,180)
#C4C1C2
(196,193,194)
#D1CFD0
(209,207,208)
#DEDDDE
(222,221,222)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695F60; }

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

This text font color is #695F60.


Background Color

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

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

This div background color is #695F60.


Border color

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

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

This div border color is #695F60.


Opacity

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

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

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

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

This text has shadow with #695F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695F60 on black background.


Color preview on white background

This text has color #695F60 on white background.



Black color preview on #695F60 background

This text has black color on #695F60 background.


White color preview on #695F60 background

This text has white color on #695F60 background.