COLOR #695C73

HEX: #695C73
RGB: (105,92,115)

Color info

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

RGB color model

#695C73 color RGB value is (105,92,115).

  • red value is 105;
  • green value is 92;
  • blue value is 115.
RGB:
(105,92,115)
(41%,36%,45%)

RGB channels and saturation

R 105 of 255 = 41%
G 92 of 255 = 36%
B 115 of 255 = 45%

105
92
115

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

Portions of RGB colors in percentages

R + G + B =
105 + 92 + 115 = 312 (100%)
R 105 of 312 ~ 33.65%
G 92 of 312 ~ 29.49%
B 115 of 312 ~ 36.86%

%33.65
%29.49
%36.86

CMYK color model

#695C73 color CMYK value is (9,20,0,55).

  • cyan value is 8.70%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(9,20,0,55)
C9M20Y0K55 
(9%,20%,0%,55%)
(0.09/0.20/0.00/0.55)	

CMYK percentages

%8.7
%20
%0
%54.9

Codes

Color #695C73 in popluar color models

695C73
RGB10592115
HSL274°11.11%40.59%
HSB/HSV274°20.00%45.10%
CMYK8.70%20.00%0.00%
54.90%

Color #695C73 in popluar number systems.

HEX695C73
Decimal10592115
Binary110100110111001110011
Octal151134163

Shades and tints

Shades of #695C73

#695C73
(105,92,115)
#605469
(96,84,105)
#574C5F
(87,76,95)
#4E4455
(78,68,85)
#453C4B
(69,60,75)
#3C3441
(60,52,65)
#332C37
(51,44,55)
#2A242D
(42,36,45)
#211C23
(33,28,35)
#181419
(24,20,25)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #695C73

#695C73
(105,92,115)
#766A7F
(118,106,127)
#83788B
(131,120,139)
#908697
(144,134,151)
#9D94A3
(157,148,163)
#AAA2AF
(170,162,175)
#B7B0BB
(183,176,187)
#C4BEC7
(196,190,199)
#D1CCD3
(209,204,211)
#DEDADF
(222,218,223)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695C73; }

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

This text font color is #695C73.


Background Color

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

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

This div background color is #695C73.


Border color

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

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

This div border color is #695C73.


Opacity

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

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

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

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

This text has shadow with #695C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695C73 on black background.


Color preview on white background

This text has color #695C73 on white background.



Black color preview on #695C73 background

This text has black color on #695C73 background.


White color preview on #695C73 background

This text has white color on #695C73 background.