COLOR #695F73

HEX: #695F73
RGB: (105,95,115)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

105
95
115

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

Portions of RGB colors in percentages

R + G + B =
105 + 95 + 115 = 315 (100%)
R 105 of 315 ~ 33.33%
G 95 of 315 ~ 30.16%
B 115 of 315 ~ 36.51%

%33.33
%30.16
%36.51

CMYK color model

#695F73 color CMYK value is (9,17,0,55).

  • cyan value is 8.70%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(9,17,0,55)
C9M17Y0K55 
(9%,17%,0%,55%)
(0.09/0.17/0.00/0.55)	

CMYK percentages

%8.7
%17.39
%0
%54.9

Codes

Color #695F73 in popluar color models

695F73
RGB10595115
HSL270°9.52%41.18%
HSB/HSV270°17.39%45.10%
CMYK8.70%17.39%0.00%
54.90%

Color #695F73 in popluar number systems.

HEX695F73
Decimal10595115
Binary110100110111111110011
Octal151137163

Shades and tints

Shades of #695F73

#695F73
(105,95,115)
#605769
(96,87,105)
#574F5F
(87,79,95)
#4E4755
(78,71,85)
#453F4B
(69,63,75)
#3C3741
(60,55,65)
#332F37
(51,47,55)
#2A272D
(42,39,45)
#211F23
(33,31,35)
#181719
(24,23,25)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #695F73

#695F73
(105,95,115)
#766D7F
(118,109,127)
#837B8B
(131,123,139)
#908997
(144,137,151)
#9D97A3
(157,151,163)
#AAA5AF
(170,165,175)
#B7B3BB
(183,179,187)
#C4C1C7
(196,193,199)
#D1CFD3
(209,207,211)
#DEDDDF
(222,221,223)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695F73; }

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

This text font color is #695F73.


Background Color

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

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

This div background color is #695F73.


Border color

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

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

This div border color is #695F73.


Opacity

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

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

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

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

This text has shadow with #695F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695F73 on black background.


Color preview on white background

This text has color #695F73 on white background.



Black color preview on #695F73 background

This text has black color on #695F73 background.


White color preview on #695F73 background

This text has white color on #695F73 background.