COLOR #695563

HEX: #695563
RGB: (105,85,99)

Color info

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

RGB color model

#695563 color RGB value is (105,85,99).

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

RGB channels and saturation

R 105 of 255 = 41%
G 85 of 255 = 33%
B 99 of 255 = 39%

105
85
99

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

Portions of RGB colors in percentages

R + G + B =
105 + 85 + 99 = 289 (100%)
R 105 of 289 ~ 36.33%
G 85 of 289 ~ 29.41%
B 99 of 289 ~ 34.26%

%36.33
%29.41
%34.26

CMYK color model

#695563 color CMYK value is (0,19,6,59).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 5.71%
  • key color value is 58.82%
CMYK:
(0,19,6,59)
C0M19Y6K59 
(0%,19%,6%,59%)
(0.00/0.19/0.06/0.59)	

CMYK percentages

%0
%19.05
%5.71
%58.82

Codes

Color #695563 in popluar color models

695563
RGB1058599
HSL318°10.53%37.25%
HSB/HSV318°19.05%41.18%
CMYK0.00%19.05%5.71%
58.82%

Color #695563 in popluar number systems.

HEX695563
Decimal1058599
Binary110100110101011100011
Octal151125143

Shades and tints

Shades of #695563

#695563
(105,85,99)
#604E5A
(96,78,90)
#574751
(87,71,81)
#4E4048
(78,64,72)
#45393F
(69,57,63)
#3C3236
(60,50,54)
#332B2D
(51,43,45)
#2A2424
(42,36,36)
#211D1B
(33,29,27)
#181612
(24,22,18)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #695563

#695563
(105,85,99)
#766471
(118,100,113)
#83737F
(131,115,127)
#90828D
(144,130,141)
#9D919B
(157,145,155)
#AAA0A9
(170,160,169)
#B7AFB7
(183,175,183)
#C4BEC5
(196,190,197)
#D1CDD3
(209,205,211)
#DEDCE1
(222,220,225)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695563; }

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

This text font color is #695563.


Background Color

.myBgColor { background-color: #695563; }

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

This div background color is #695563.


Border color

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

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

This div border color is #695563.


Opacity

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

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

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

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

This text has shadow with #695563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695563 on black background.


Color preview on white background

This text has color #695563 on white background.



Black color preview on #695563 background

This text has black color on #695563 background.


White color preview on #695563 background

This text has white color on #695563 background.