COLOR #695736

HEX: #695736
RGB: (105,87,54)

Color info

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

RGB color model

#695736 color RGB value is (105,87,54).

  • red value is 105;
  • green value is 87;
  • blue value is 54.
RGB:
(105,87,54)
(41%,34%,21%)

RGB channels and saturation

R 105 of 255 = 41%
G 87 of 255 = 34%
B 54 of 255 = 21%

105
87
54

R + G + B ~ 32%. #695736 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 87 + 54 = 246 (100%)
R 105 of 246 ~ 42.68%
G 87 of 246 ~ 35.37%
B 54 of 246 ~ 21.95%

%42.68
%35.37
%21.95

CMYK color model

#695736 color CMYK value is (0,17,49,59).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 48.57%
  • key color value is 58.82%
CMYK:
(0,17,49,59)
C0M17Y49K59 
(0%,17%,49%,59%)
(0.00/0.17/0.49/0.59)	

CMYK percentages

%0
%17.14
%48.57
%58.82

Codes

Color #695736 in popluar color models

695736
RGB1058754
HSL39°32.08%31.18%
HSB/HSV39°48.57%41.18%
CMYK0.00%17.14%48.57%
58.82%

Color #695736 in popluar number systems.

HEX695736
Decimal1058754
Binary11010011010111110110
Octal15112766

Shades and tints

Shades of #695736

#695736
(105,87,54)
#605032
(96,80,50)
#57492E
(87,73,46)
#4E422A
(78,66,42)
#453B26
(69,59,38)
#3C3422
(60,52,34)
#332D1E
(51,45,30)
#2A261A
(42,38,26)
#211F16
(33,31,22)
#181812
(24,24,18)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #695736

#695736
(105,87,54)
#766648
(118,102,72)
#83755A
(131,117,90)
#90846C
(144,132,108)
#9D937E
(157,147,126)
#AAA290
(170,162,144)
#B7B1A2
(183,177,162)
#C4C0B4
(196,192,180)
#D1CFC6
(209,207,198)
#DEDED8
(222,222,216)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695736 color. Also use rgb(105,87,54) instead hex code.

Text Font Color

.myTextColor { color: #695736; }

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

This text font color is #695736.


Background Color

.myBgColor { background-color: #695736; }

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

This div background color is #695736.


Border color

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

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

This div border color is #695736.


Opacity

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

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

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

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

This text has shadow with #695736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695736 on black background.


Color preview on white background

This text has color #695736 on white background.



Black color preview on #695736 background

This text has black color on #695736 background.


White color preview on #695736 background

This text has white color on #695736 background.