COLOR #696D47

HEX: #696D47
RGB: (105,109,71)

Color info

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

RGB color model

#696D47 color RGB value is (105,109,71).

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

RGB channels and saturation

R 105 of 255 = 41%
G 109 of 255 = 43%
B 71 of 255 = 28%

105
109
71

R + G + B ~ 37%. #696D47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 109 + 71 = 285 (100%)
R 105 of 285 ~ 36.84%
G 109 of 285 ~ 38.25%
B 71 of 285 ~ 24.91%

%36.84
%38.25
%24.91

CMYK color model

#696D47 color CMYK value is (4,0,35,57).

  • cyan value is 3.67%
  • magenta value is 0.00%
  • yellow value is 34.86%
  • key color value is 57.25%
CMYK:
(4,0,35,57)
C4M0Y35K57 
(4%,0%,35%,57%)
(0.04/0.00/0.35/0.57)	

CMYK percentages

%3.67
%0
%34.86
%57.25

Codes

Color #696D47 in popluar color models

696D47
RGB10510971
HSL66°21.11%35.29%
HSB/HSV66°34.86%42.75%
CMYK3.67%0.00%34.86%
57.25%

Color #696D47 in popluar number systems.

HEX696D47
Decimal10510971
Binary110100111011011000111
Octal151155107

Shades and tints

Shades of #696D47

#696D47
(105,109,71)
#606441
(96,100,65)
#575B3B
(87,91,59)
#4E5235
(78,82,53)
#45492F
(69,73,47)
#3C4029
(60,64,41)
#333723
(51,55,35)
#2A2E1D
(42,46,29)
#212517
(33,37,23)
#181C11
(24,28,17)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #696D47

#696D47
(105,109,71)
#767A57
(118,122,87)
#838767
(131,135,103)
#909477
(144,148,119)
#9DA187
(157,161,135)
#AAAE97
(170,174,151)
#B7BBA7
(183,187,167)
#C4C8B7
(196,200,183)
#D1D5C7
(209,213,199)
#DEE2D7
(222,226,215)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696D47; }

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

This text font color is #696D47.


Background Color

.myBgColor { background-color: #696D47; }

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

This div background color is #696D47.


Border color

.myBorderColor { border: 1px solid #696D47; }

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

This div border color is #696D47.


Opacity

.myOpacity80 { color: #696D47; opacity: 0.8; }

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

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

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

This text has shadow with #696D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696D47 on black background.


Color preview on white background

This text has color #696D47 on white background.



Black color preview on #696D47 background

This text has black color on #696D47 background.


White color preview on #696D47 background

This text has white color on #696D47 background.