COLOR #695F5F

HEX: #695F5F
RGB: (105,95,95)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

105
95
95

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

Portions of RGB colors in percentages

R + G + B =
105 + 95 + 95 = 295 (100%)
R 105 of 295 ~ 35.59%
G 95 of 295 ~ 32.2%
B 95 of 295 ~ 32.2%

%35.59
%32.2
%32.2

CMYK color model

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

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

CMYK percentages

%0
%9.52
%9.52
%58.82

Codes

Color #695F5F in popluar color models

695F5F
RGB1059595
HSL5.00%39.22%
HSB/HSV9.52%41.18%
CMYK0.00%9.52%9.52%
58.82%

Color #695F5F in popluar number systems.

HEX695F5F
Decimal1059595
Binary110100110111111011111
Octal151137137

Shades and tints

Shades of #695F5F

#695F5F
(105,95,95)
#605757
(96,87,87)
#574F4F
(87,79,79)
#4E4747
(78,71,71)
#453F3F
(69,63,63)
#3C3737
(60,55,55)
#332F2F
(51,47,47)
#2A2727
(42,39,39)
#211F1F
(33,31,31)
#181717
(24,23,23)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #695F5F

#695F5F
(105,95,95)
#766D6D
(118,109,109)
#837B7B
(131,123,123)
#908989
(144,137,137)
#9D9797
(157,151,151)
#AAA5A5
(170,165,165)
#B7B3B3
(183,179,179)
#C4C1C1
(196,193,193)
#D1CFCF
(209,207,207)
#DEDDDD
(222,221,221)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695F5F; }

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

This text font color is #695F5F.


Background Color

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

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

This div background color is #695F5F.


Border color

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

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

This div border color is #695F5F.


Opacity

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

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

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

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

This text has shadow with #695F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695F5F on black background.


Color preview on white background

This text has color #695F5F on white background.



Black color preview on #695F5F background

This text has black color on #695F5F background.


White color preview on #695F5F background

This text has white color on #695F5F background.