COLOR #696147

HEX: #696147
RGB: (105,97,71)

Color info

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

RGB color model

#696147 color RGB value is (105,97,71).

  • red value is 105;
  • green value is 97;
  • blue value is 71.
RGB:
(105,97,71)
(41%,38%,28%)

RGB channels and saturation

R 105 of 255 = 41%
G 97 of 255 = 38%
B 71 of 255 = 28%

105
97
71

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

Portions of RGB colors in percentages

R + G + B =
105 + 97 + 71 = 273 (100%)
R 105 of 273 ~ 38.46%
G 97 of 273 ~ 35.53%
B 71 of 273 ~ 26.01%

%38.46
%35.53
%26.01

CMYK color model

#696147 color CMYK value is (0,8,32,59).

  • cyan value is 0.00%
  • magenta value is 7.62%
  • yellow value is 32.38%
  • key color value is 58.82%
CMYK:
(0,8,32,59)
C0M8Y32K59 
(0%,8%,32%,59%)
(0.00/0.08/0.32/0.59)	

CMYK percentages

%0
%7.62
%32.38
%58.82

Codes

Color #696147 in popluar color models

696147
RGB1059771
HSL46°19.32%34.51%
HSB/HSV46°32.38%41.18%
CMYK0.00%7.62%32.38%
58.82%

Color #696147 in popluar number systems.

HEX696147
Decimal1059771
Binary110100111000011000111
Octal151141107

Shades and tints

Shades of #696147

#696147
(105,97,71)
#605941
(96,89,65)
#57513B
(87,81,59)
#4E4935
(78,73,53)
#45412F
(69,65,47)
#3C3929
(60,57,41)
#333123
(51,49,35)
#2A291D
(42,41,29)
#212117
(33,33,23)
#181911
(24,25,17)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #696147

#696147
(105,97,71)
#766F57
(118,111,87)
#837D67
(131,125,103)
#908B77
(144,139,119)
#9D9987
(157,153,135)
#AAA797
(170,167,151)
#B7B5A7
(183,181,167)
#C4C3B7
(196,195,183)
#D1D1C7
(209,209,199)
#DEDFD7
(222,223,215)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696147 color. Also use rgb(105,97,71) instead hex code.

Text Font Color

.myTextColor { color: #696147; }

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

This text font color is #696147.


Background Color

.myBgColor { background-color: #696147; }

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

This div background color is #696147.


Border color

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

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

This div border color is #696147.


Opacity

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

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

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

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

This text has shadow with #696147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696147 on black background.


Color preview on white background

This text has color #696147 on white background.



Black color preview on #696147 background

This text has black color on #696147 background.


White color preview on #696147 background

This text has white color on #696147 background.