COLOR #695561

HEX: #695561
RGB: (105,85,97)

Color info

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

RGB color model

#695561 color RGB value is (105,85,97).

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

RGB channels and saturation

R 105 of 255 = 41%
G 85 of 255 = 33%
B 97 of 255 = 38%

105
85
97

R + G + B ~ 37%. #695561 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 85 + 97 = 287 (100%)
R 105 of 287 ~ 36.59%
G 85 of 287 ~ 29.62%
B 97 of 287 ~ 33.8%

%36.59
%29.62
%33.8

CMYK color model

#695561 color CMYK value is (0,19,8,59).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 7.62%
  • key color value is 58.82%
CMYK:
(0,19,8,59)
C0M19Y8K59 
(0%,19%,8%,59%)
(0.00/0.19/0.08/0.59)	

CMYK percentages

%0
%19.05
%7.62
%58.82

Codes

Color #695561 in popluar color models

695561
RGB1058597
HSL324°10.53%37.25%
HSB/HSV324°19.05%41.18%
CMYK0.00%19.05%7.62%
58.82%

Color #695561 in popluar number systems.

HEX695561
Decimal1058597
Binary110100110101011100001
Octal151125141

Shades and tints

Shades of #695561

#695561
(105,85,97)
#604E59
(96,78,89)
#574751
(87,71,81)
#4E4049
(78,64,73)
#453941
(69,57,65)
#3C3239
(60,50,57)
#332B31
(51,43,49)
#2A2429
(42,36,41)
#211D21
(33,29,33)
#181619
(24,22,25)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #695561

#695561
(105,85,97)
#76646F
(118,100,111)
#83737D
(131,115,125)
#90828B
(144,130,139)
#9D9199
(157,145,153)
#AAA0A7
(170,160,167)
#B7AFB5
(183,175,181)
#C4BEC3
(196,190,195)
#D1CDD1
(209,205,209)
#DEDCDF
(222,220,223)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695561; }

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

This text font color is #695561.


Background Color

.myBgColor { background-color: #695561; }

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

This div background color is #695561.


Border color

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

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

This div border color is #695561.


Opacity

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

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

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

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

This text has shadow with #695561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695561 on black background.


Color preview on white background

This text has color #695561 on white background.



Black color preview on #695561 background

This text has black color on #695561 background.


White color preview on #695561 background

This text has white color on #695561 background.