COLOR #695F79

HEX: #695F79 RGB: (105,95,121)

Color info

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

RGB color model

#695F79 color RGB value is (105,95,121).

RGB: (105,95,121) (41%, 37%, 47%)

RGB channels and saturation

R 105 of 255 = 41%
G 95 of 255 = 37%
B 121 of 255 = 47%

105
95
121

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

Portions of RGB colors in percentages

R + G + B = 105 + 95 + 121 = 321 (100%)
R 105 of 321 ~ 32.71%
G 95 of 321 ~ 29.6%
B 121 of 321 ~ 37.69'%

%32.71
%29.6
%37.69

CMYK color model

#695F79 color CMYK value is (13,21,0,53).

  • cyan value is 13.22%
  • magenta value is 21.49%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (13,21,0,53)
C13M21Y0K53 (13%, 21%, 0%, 53%)
(0.13 / 0.21 / 0.00 / 0.53)

CMYK percentages

%13.22
%21.49
%0
%52.55

Codes

Color #695F79 in popluar color models

69 5F 79
RGB 105 95 121
HSL 263° 12.04% 42.35%
HSB/HSV 263° 21.49% 47.45%
CMYK 13.22% 21.49% 0.00%
52.55%

Color #695F79 in popluar number systems.

HEX 69 5F 79
Decimal 105 95 121
Binary 1101001 1011111 1111001
Octal 151 137 171

Shades and tints

Shades of #695F79

#695F79
(105,95,121)
#60576E
(96,87,110)
#574F63
(87,79,99)
#4E4758
(78,71,88)
#453F4D
(69,63,77)
#3C3742
(60,55,66)
#332F37
(51,47,55)
#2A272C
(42,39,44)
#211F21
(33,31,33)
#181716
(24,23,22)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #695F79

#695F79
(105,95,121)
#766D85
(118,109,133)
#837B91
(131,123,145)
#90899D
(144,137,157)
#9D97A9
(157,151,169)
#AAA5B5
(170,165,181)
#B7B3C1
(183,179,193)
#C4C1CD
(196,193,205)
#D1CFD9
(209,207,217)
#DEDDE5
(222,221,229)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695F79; }

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

This text font color is #695F79.

Background Color

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

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

This div background color is #695F79.

Border color

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

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

This div border color is #695F79.

Opacity

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

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

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

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

This text has shadow with #695F79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #695F79.

Preview

Color preview on black background

This text has color #695F79 on black background.


Color preview on white background

This text has color #695F79 on white background.


Black color preview on #695F79 background

This text has black color on #695F79 background.


White color preview on #695F79 background

This text has white color on #695F79 background.


Related colors

Complementary color

Complementary color for #hex is #96A086.


I love getcolorcode.com

Triadic colors

1 #79695F and #5F7969 with #695F79 are triadic colors.

2 #795F69 and #5F6979 with #695F79 are triadic colors.