COLOR #695D5B

HEX: #695D5B RGB: (105,93,91)

Color info

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

RGB color model

#695D5B color RGB value is (105,93,91).

RGB: (105,93,91) (41%, 36%, 36%)

RGB channels and saturation

R 105 of 255 = 41%
G 93 of 255 = 36%
B 91 of 255 = 36%

105
93
91

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

Portions of RGB colors in percentages

R + G + B = 105 + 93 + 91 = 289 (100%)
R 105 of 289 ~ 36.33%
G 93 of 289 ~ 32.18%
B 91 of 289 ~ 31.49'%

%36.33
%32.18
%31.49

CMYK color model

#695D5B color CMYK value is (0,11,13,59).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 13.33%
  • key color value is 58.82%

CMYK: (0,11,13,59)
C0M11Y13K59 (0%, 11%, 13%, 59%)
(0.00 / 0.11 / 0.13 / 0.59)

CMYK percentages

%0
%11.43
%13.33
%58.82

Codes

Color #695D5B in popluar color models

69 5D 5B
RGB 105 93 91
HSL 7.14% 38.43%
HSB/HSV 13.33% 41.18%
CMYK 0.00% 11.43% 13.33%
58.82%

Color #695D5B in popluar number systems.

HEX 69 5D 5B
Decimal 105 93 91
Binary 1101001 1011101 1011011
Octal 151 135 133

Shades and tints

Shades of #695D5B

#695D5B
(105,93,91)
#605553
(96,85,83)
#574D4B
(87,77,75)
#4E4543
(78,69,67)
#453D3B
(69,61,59)
#3C3533
(60,53,51)
#332D2B
(51,45,43)
#2A2523
(42,37,35)
#211D1B
(33,29,27)
#181513
(24,21,19)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #695D5B

#695D5B
(105,93,91)
#766B69
(118,107,105)
#837977
(131,121,119)
#908785
(144,135,133)
#9D9593
(157,149,147)
#AAA3A1
(170,163,161)
#B7B1AF
(183,177,175)
#C4BFBD
(196,191,189)
#D1CDCB
(209,205,203)
#DEDBD9
(222,219,217)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695D5B; }

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

This text font color is #695D5B.

Background Color

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

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

This div background color is #695D5B.

Border color

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

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

This div border color is #695D5B.

Opacity

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

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

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

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

This text has shadow with #695D5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #695D5B.

Preview

Color preview on black background

This text has color #695D5B on black background.


Color preview on white background

This text has color #695D5B on white background.


Black color preview on #695D5B background

This text has black color on #695D5B background.


White color preview on #695D5B background

This text has white color on #695D5B background.


Related colors

Complementary color

Complementary color for #hex is #96A2A4.


I love getcolorcode.com

Triadic colors

1 #5B695D and #5D5B69 with #695D5B are triadic colors.

2 #5B5D69 and #5D695B with #695D5B are triadic colors.