COLOR #695F6C

HEX: #695F6C
RGB: (105,95,108)

Color info

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

RGB color model

#695F6C color RGB value is (105,95,108).

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

RGB channels and saturation

R 105 of 255 = 41%
G 95 of 255 = 37%
B 108 of 255 = 42%

105
95
108

R + G + B ~ 40%. #695F6C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 95 + 108 = 308 (100%)
R 105 of 308 ~ 34.09%
G 95 of 308 ~ 30.84%
B 108 of 308 ~ 35.06%

%34.09
%30.84
%35.06

CMYK color model

#695F6C color CMYK value is (3,12,0,58).

  • cyan value is 2.78%
  • magenta value is 12.04%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(3,12,0,58)
C3M12Y0K58 
(3%,12%,0%,58%)
(0.03/0.12/0.00/0.58)	

CMYK percentages

%2.78
%12.04
%0
%57.65

Codes

Color #695F6C in popluar color models

695F6C
RGB10595108
HSL286°6.40%39.80%
HSB/HSV286°12.04%42.35%
CMYK2.78%12.04%0.00%
57.65%

Color #695F6C in popluar number systems.

HEX695F6C
Decimal10595108
Binary110100110111111101100
Octal151137154

Shades and tints

Shades of #695F6C

#695F6C
(105,95,108)
#605763
(96,87,99)
#574F5A
(87,79,90)
#4E4751
(78,71,81)
#453F48
(69,63,72)
#3C373F
(60,55,63)
#332F36
(51,47,54)
#2A272D
(42,39,45)
#211F24
(33,31,36)
#18171B
(24,23,27)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #695F6C

#695F6C
(105,95,108)
#766D79
(118,109,121)
#837B86
(131,123,134)
#908993
(144,137,147)
#9D97A0
(157,151,160)
#AAA5AD
(170,165,173)
#B7B3BA
(183,179,186)
#C4C1C7
(196,193,199)
#D1CFD4
(209,207,212)
#DEDDE1
(222,221,225)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695F6C; }

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

This text font color is #695F6C.


Background Color

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

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

This div background color is #695F6C.


Border color

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

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

This div border color is #695F6C.


Opacity

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

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

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

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

This text has shadow with #695F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695F6C on black background.


Color preview on white background

This text has color #695F6C on white background.



Black color preview on #695F6C background

This text has black color on #695F6C background.


White color preview on #695F6C background

This text has white color on #695F6C background.