COLOR #695E68

HEX: #695E68
RGB: (105,94,104)

Color info

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

RGB color model

#695E68 color RGB value is (105,94,104).

  • red value is 105;
  • green value is 94;
  • blue value is 104.
RGB:
(105,94,104)
(41%,37%,41%)

RGB channels and saturation

R 105 of 255 = 41%
G 94 of 255 = 37%
B 104 of 255 = 41%

105
94
104

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

Portions of RGB colors in percentages

R + G + B =
105 + 94 + 104 = 303 (100%)
R 105 of 303 ~ 34.65%
G 94 of 303 ~ 31.02%
B 104 of 303 ~ 34.32%

%34.65
%31.02
%34.32

CMYK color model

#695E68 color CMYK value is (0,10,1,59).

  • cyan value is 0.00%
  • magenta value is 10.48%
  • yellow value is 0.95%
  • key color value is 58.82%
CMYK:
(0,10,1,59)
C0M10Y1K59 
(0%,10%,1%,59%)
(0.00/0.10/0.01/0.59)	

CMYK percentages

%0
%10.48
%0.95
%58.82

Codes

Color #695E68 in popluar color models

695E68
RGB10594104
HSL305°5.53%39.02%
HSB/HSV305°10.48%41.18%
CMYK0.00%10.48%0.95%
58.82%

Color #695E68 in popluar number systems.

HEX695E68
Decimal10594104
Binary110100110111101101000
Octal151136150

Shades and tints

Shades of #695E68

#695E68
(105,94,104)
#60565F
(96,86,95)
#574E56
(87,78,86)
#4E464D
(78,70,77)
#453E44
(69,62,68)
#3C363B
(60,54,59)
#332E32
(51,46,50)
#2A2629
(42,38,41)
#211E20
(33,30,32)
#181617
(24,22,23)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #695E68

#695E68
(105,94,104)
#766C75
(118,108,117)
#837A82
(131,122,130)
#90888F
(144,136,143)
#9D969C
(157,150,156)
#AAA4A9
(170,164,169)
#B7B2B6
(183,178,182)
#C4C0C3
(196,192,195)
#D1CED0
(209,206,208)
#DEDCDD
(222,220,221)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695E68 color. Also use rgb(105,94,104) instead hex code.

Text Font Color

.myTextColor { color: #695E68; }

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

This text font color is #695E68.


Background Color

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

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

This div background color is #695E68.


Border color

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

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

This div border color is #695E68.


Opacity

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

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

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

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

This text has shadow with #695E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695E68 on black background.


Color preview on white background

This text has color #695E68 on white background.



Black color preview on #695E68 background

This text has black color on #695E68 background.


White color preview on #695E68 background

This text has white color on #695E68 background.