COLOR #695D4D

HEX: #695D4D
RGB: (105,93,77)

Color info

#695D4D contains red, green and blue colors in about the same proportion. Web safe color of #695D4D is #666633 (or #663).

RGB color model

#695D4D color RGB value is (105,93,77).

  • red value is 105;
  • green value is 93;
  • blue value is 77.
RGB:
(105,93,77)
(41%,36%,30%)

RGB channels and saturation

R 105 of 255 = 41%
G 93 of 255 = 36%
B 77 of 255 = 30%

105
93
77

R + G + B ~ 36%. #695D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 93 + 77 = 275 (100%)
R 105 of 275 ~ 38.18%
G 93 of 275 ~ 33.82%
B 77 of 275 ~ 28%

%38.18
%33.82
%28

CMYK color model

#695D4D color CMYK value is (0,11,27,59).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 26.67%
  • key color value is 58.82%
CMYK:
(0,11,27,59)
C0M11Y27K59 
(0%,11%,27%,59%)
(0.00/0.11/0.27/0.59)	

CMYK percentages

%0
%11.43
%26.67
%58.82

Codes

Color #695D4D in popluar color models

695D4D
RGB1059377
HSL34°15.38%35.69%
HSB/HSV34°26.67%41.18%
CMYK0.00%11.43%26.67%
58.82%

Color #695D4D in popluar number systems.

HEX695D4D
Decimal1059377
Binary110100110111011001101
Octal151135115

Shades and tints

Shades of #695D4D

#695D4D
(105,93,77)
#605546
(96,85,70)
#574D3F
(87,77,63)
#4E4538
(78,69,56)
#453D31
(69,61,49)
#3C352A
(60,53,42)
#332D23
(51,45,35)
#2A251C
(42,37,28)
#211D15
(33,29,21)
#18150E
(24,21,14)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #695D4D

#695D4D
(105,93,77)
#766B5D
(118,107,93)
#83796D
(131,121,109)
#90877D
(144,135,125)
#9D958D
(157,149,141)
#AAA39D
(170,163,157)
#B7B1AD
(183,177,173)
#C4BFBD
(196,191,189)
#D1CDCD
(209,205,205)
#DEDBDD
(222,219,221)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695D4D; }

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

This text font color is #695D4D.


Background Color

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

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

This div background color is #695D4D.


Border color

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

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

This div border color is #695D4D.


Opacity

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

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

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

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

This text has shadow with #695D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695D4D on black background.


Color preview on white background

This text has color #695D4D on white background.



Black color preview on #695D4D background

This text has black color on #695D4D background.


White color preview on #695D4D background

This text has white color on #695D4D background.