COLOR #695D6E

HEX: #695D6E RGB: (105,93,110)

Color info

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

RGB color model

#695D6E color RGB value is (105,93,110).

RGB: (105,93,110) (41%, 36%, 43%)

RGB channels and saturation

R 105 of 255 = 41%
G 93 of 255 = 36%
B 110 of 255 = 43%

105
93
110

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

Portions of RGB colors in percentages

R + G + B = 105 + 93 + 110 = 308 (100%)
R 105 of 308 ~ 34.09%
G 93 of 308 ~ 30.19%
B 110 of 308 ~ 35.71'%

%34.09
%30.19
%35.71

CMYK color model

#695D6E color CMYK value is (5,15,0,57).

  • cyan value is 4.55%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK: (5,15,0,57) C5M15Y0K57 (5%,15%,0%,57%) (0.05/0.15/0.00/0.57) 

CMYK percentages

%4.55
%15.45
%0
%56.86

Codes

Color #695D6E in popluar color models

69 5D 6E
RGB 105 93 110
HSL 282° 8.37% 39.80%
HSB/HSV 282° 15.45% 43.14%
CMYK 4.55% 15.45% 0.00%
56.86%

Color #695D6E in popluar number systems.

HEX 69 5D 6E
Decimal 105 93 110
Binary 1101001 1011101 1101110
Octal 151 135 156

Shades and tints

Shades of #695D6E

#695D6E
(105,93,110)
#605564
(96,85,100)
#574D5A
(87,77,90)
#4E4550
(78,69,80)
#453D46
(69,61,70)
#3C353C
(60,53,60)
#332D32
(51,45,50)
#2A2528
(42,37,40)
#211D1E
(33,29,30)
#181514
(24,21,20)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #695D6E

#695D6E
(105,93,110)
#766B7B
(118,107,123)
#837988
(131,121,136)
#908795
(144,135,149)
#9D95A2
(157,149,162)
#AAA3AF
(170,163,175)
#B7B1BC
(183,177,188)
#C4BFC9
(196,191,201)
#D1CDD6
(209,205,214)
#DEDBE3
(222,219,227)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695D6E color. Also use rgb(105,93,110) instead hex code.

Text Font Color

.myTextColor { color: #695D6E; }

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

This text font color is #695D6E.

Background Color

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

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

This div background color is #695D6E.

Border color

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

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

This div border color is #695D6E.

Opacity

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

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

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

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

This text has shadow with #695D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #695D6E.

Preview

Color preview on black background

This text has color #695D6E on black background.


Color preview on white background

This text has color #695D6E on white background.


Black color preview on #695D6E background

This text has black color on #695D6E background.


White color preview on #695D6E background

This text has white color on #695D6E background.


Related colors

Complementary color

Complementary color for #hex is #96A291.


I love getcolorcode.com

Triadic colors

1 #6E695D and #5D6E69 with #695D6E are triadic colors.

2 #6E5D69 and #5D696E with #695D6E are triadic colors.