COLOR #695849

HEX: #695849
RGB: (105,88,73)

Color info

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

RGB color model

#695849 color RGB value is (105,88,73).

  • red value is 105;
  • green value is 88;
  • blue value is 73.
RGB:
(105,88,73)
(41%,35%,29%)

RGB channels and saturation

R 105 of 255 = 41%
G 88 of 255 = 35%
B 73 of 255 = 29%

105
88
73

R + G + B ~ 35%. #695849 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 88 + 73 = 266 (100%)
R 105 of 266 ~ 39.47%
G 88 of 266 ~ 33.08%
B 73 of 266 ~ 27.44%

%39.47
%33.08
%27.44

CMYK color model

#695849 color CMYK value is (0,16,30,59).

  • cyan value is 0.00%
  • magenta value is 16.19%
  • yellow value is 30.48%
  • key color value is 58.82%
CMYK:
(0,16,30,59)
C0M16Y30K59 
(0%,16%,30%,59%)
(0.00/0.16/0.30/0.59)	

CMYK percentages

%0
%16.19
%30.48
%58.82

Codes

Color #695849 in popluar color models

695849
RGB1058873
HSL28°17.98%34.90%
HSB/HSV28°30.48%41.18%
CMYK0.00%16.19%30.48%
58.82%

Color #695849 in popluar number systems.

HEX695849
Decimal1058873
Binary110100110110001001001
Octal151130111

Shades and tints

Shades of #695849

#695849
(105,88,73)
#605043
(96,80,67)
#57483D
(87,72,61)
#4E4037
(78,64,55)
#453831
(69,56,49)
#3C302B
(60,48,43)
#332825
(51,40,37)
#2A201F
(42,32,31)
#211819
(33,24,25)
#181013
(24,16,19)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #695849

#695849
(105,88,73)
#766759
(118,103,89)
#837669
(131,118,105)
#908579
(144,133,121)
#9D9489
(157,148,137)
#AAA399
(170,163,153)
#B7B2A9
(183,178,169)
#C4C1B9
(196,193,185)
#D1D0C9
(209,208,201)
#DEDFD9
(222,223,217)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695849 color. Also use rgb(105,88,73) instead hex code.

Text Font Color

.myTextColor { color: #695849; }

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

This text font color is #695849.


Background Color

.myBgColor { background-color: #695849; }

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

This div background color is #695849.


Border color

.myBorderColor { border: 1px solid #695849; }

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

This div border color is #695849.


Opacity

.myOpacity80 { color: #695849; opacity: 0.8; }

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

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

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

This text has shadow with #695849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695849 on black background.


Color preview on white background

This text has color #695849 on white background.



Black color preview on #695849 background

This text has black color on #695849 background.


White color preview on #695849 background

This text has white color on #695849 background.