COLOR #695C60

HEX: #695C60
RGB: (105,92,96)

Color info

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

RGB color model

#695C60 color RGB value is (105,92,96).

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

RGB channels and saturation

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

105
92
96

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

Portions of RGB colors in percentages

R + G + B =
105 + 92 + 96 = 293 (100%)
R 105 of 293 ~ 35.84%
G 92 of 293 ~ 31.4%
B 96 of 293 ~ 32.76%

%35.84
%31.4
%32.76

CMYK color model

#695C60 color CMYK value is (0,12,9,59).

  • cyan value is 0.00%
  • magenta value is 12.38%
  • yellow value is 8.57%
  • key color value is 58.82%
CMYK:
(0,12,9,59)
C0M12Y9K59 
(0%,12%,9%,59%)
(0.00/0.12/0.09/0.59)	

CMYK percentages

%0
%12.38
%8.57
%58.82

Codes

Color #695C60 in popluar color models

695C60
RGB1059296
HSL342°6.60%38.63%
HSB/HSV342°12.38%41.18%
CMYK0.00%12.38%8.57%
58.82%

Color #695C60 in popluar number systems.

HEX695C60
Decimal1059296
Binary110100110111001100000
Octal151134140

Shades and tints

Shades of #695C60

#695C60
(105,92,96)
#605458
(96,84,88)
#574C50
(87,76,80)
#4E4448
(78,68,72)
#453C40
(69,60,64)
#3C3438
(60,52,56)
#332C30
(51,44,48)
#2A2428
(42,36,40)
#211C20
(33,28,32)
#181418
(24,20,24)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #695C60

#695C60
(105,92,96)
#766A6E
(118,106,110)
#83787C
(131,120,124)
#90868A
(144,134,138)
#9D9498
(157,148,152)
#AAA2A6
(170,162,166)
#B7B0B4
(183,176,180)
#C4BEC2
(196,190,194)
#D1CCD0
(209,204,208)
#DEDADE
(222,218,222)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695C60; }

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

This text font color is #695C60.


Background Color

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

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

This div background color is #695C60.


Border color

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

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

This div border color is #695C60.


Opacity

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

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

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

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

This text has shadow with #695C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695C60 on black background.


Color preview on white background

This text has color #695C60 on white background.



Black color preview on #695C60 background

This text has black color on #695C60 background.


White color preview on #695C60 background

This text has white color on #695C60 background.