COLOR #695761

HEX: #695761
RGB: (105,87,97)

Color info

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

RGB color model

#695761 color RGB value is (105,87,97).

  • red value is 105;
  • green value is 87;
  • blue value is 97.
RGB:
(105,87,97)
(41%,34%,38%)

RGB channels and saturation

R 105 of 255 = 41%
G 87 of 255 = 34%
B 97 of 255 = 38%

105
87
97

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

Portions of RGB colors in percentages

R + G + B =
105 + 87 + 97 = 289 (100%)
R 105 of 289 ~ 36.33%
G 87 of 289 ~ 30.1%
B 97 of 289 ~ 33.56%

%36.33
%30.1
%33.56

CMYK color model

#695761 color CMYK value is (0,17,8,59).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 7.62%
  • key color value is 58.82%
CMYK:
(0,17,8,59)
C0M17Y8K59 
(0%,17%,8%,59%)
(0.00/0.17/0.08/0.59)	

CMYK percentages

%0
%17.14
%7.62
%58.82

Codes

Color #695761 in popluar color models

695761
RGB1058797
HSL327°9.38%37.65%
HSB/HSV327°17.14%41.18%
CMYK0.00%17.14%7.62%
58.82%

Color #695761 in popluar number systems.

HEX695761
Decimal1058797
Binary110100110101111100001
Octal151127141

Shades and tints

Shades of #695761

#695761
(105,87,97)
#605059
(96,80,89)
#574951
(87,73,81)
#4E4249
(78,66,73)
#453B41
(69,59,65)
#3C3439
(60,52,57)
#332D31
(51,45,49)
#2A2629
(42,38,41)
#211F21
(33,31,33)
#181819
(24,24,25)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #695761

#695761
(105,87,97)
#76666F
(118,102,111)
#83757D
(131,117,125)
#90848B
(144,132,139)
#9D9399
(157,147,153)
#AAA2A7
(170,162,167)
#B7B1B5
(183,177,181)
#C4C0C3
(196,192,195)
#D1CFD1
(209,207,209)
#DEDEDF
(222,222,223)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695761 color. Also use rgb(105,87,97) instead hex code.

Text Font Color

.myTextColor { color: #695761; }

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

This text font color is #695761.


Background Color

.myBgColor { background-color: #695761; }

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

This div background color is #695761.


Border color

.myBorderColor { border: 1px solid #695761; }

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

This div border color is #695761.


Opacity

.myOpacity80 { color: #695761; opacity: 0.8; }

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

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

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

This text has shadow with #695761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695761 on black background.


Color preview on white background

This text has color #695761 on white background.



Black color preview on #695761 background

This text has black color on #695761 background.


White color preview on #695761 background

This text has white color on #695761 background.