COLOR #695946

HEX: #695946
RGB: (105,89,70)

Color info

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

RGB color model

#695946 color RGB value is (105,89,70).

  • red value is 105;
  • green value is 89;
  • blue value is 70.
RGB:
(105,89,70)
(41%,35%,27%)

RGB channels and saturation

R 105 of 255 = 41%
G 89 of 255 = 35%
B 70 of 255 = 27%

105
89
70

R + G + B ~ 34%. #695946 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 89 + 70 = 264 (100%)
R 105 of 264 ~ 39.77%
G 89 of 264 ~ 33.71%
B 70 of 264 ~ 26.52%

%39.77
%33.71
%26.52

CMYK color model

#695946 color CMYK value is (0,15,33,59).

  • cyan value is 0.00%
  • magenta value is 15.24%
  • yellow value is 33.33%
  • key color value is 58.82%
CMYK:
(0,15,33,59)
C0M15Y33K59 
(0%,15%,33%,59%)
(0.00/0.15/0.33/0.59)	

CMYK percentages

%0
%15.24
%33.33
%58.82

Codes

Color #695946 in popluar color models

695946
RGB1058970
HSL33°20.00%34.31%
HSB/HSV33°33.33%41.18%
CMYK0.00%15.24%33.33%
58.82%

Color #695946 in popluar number systems.

HEX695946
Decimal1058970
Binary110100110110011000110
Octal151131106

Shades and tints

Shades of #695946

#695946
(105,89,70)
#605140
(96,81,64)
#57493A
(87,73,58)
#4E4134
(78,65,52)
#45392E
(69,57,46)
#3C3128
(60,49,40)
#332922
(51,41,34)
#2A211C
(42,33,28)
#211916
(33,25,22)
#181110
(24,17,16)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #695946

#695946
(105,89,70)
#766856
(118,104,86)
#837766
(131,119,102)
#908676
(144,134,118)
#9D9586
(157,149,134)
#AAA496
(170,164,150)
#B7B3A6
(183,179,166)
#C4C2B6
(196,194,182)
#D1D1C6
(209,209,198)
#DEE0D6
(222,224,214)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695946 color. Also use rgb(105,89,70) instead hex code.

Text Font Color

.myTextColor { color: #695946; }

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

This text font color is #695946.


Background Color

.myBgColor { background-color: #695946; }

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

This div background color is #695946.


Border color

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

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

This div border color is #695946.


Opacity

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

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

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

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

This text has shadow with #695946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695946 on black background.


Color preview on white background

This text has color #695946 on white background.



Black color preview on #695946 background

This text has black color on #695946 background.


White color preview on #695946 background

This text has white color on #695946 background.