COLOR #696F49

HEX: #696F49
RGB: (105,111,73)

Color info

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

RGB color model

#696F49 color RGB value is (105,111,73).

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

RGB channels and saturation

R 105 of 255 = 41%
G 111 of 255 = 44%
B 73 of 255 = 29%

105
111
73

R + G + B ~ 38%. #696F49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 111 + 73 = 289 (100%)
R 105 of 289 ~ 36.33%
G 111 of 289 ~ 38.41%
B 73 of 289 ~ 25.26%

%36.33
%38.41
%25.26

CMYK color model

#696F49 color CMYK value is (5,0,34,56).

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 34.23%
  • key color value is 56.47%
CMYK: (5,0,34,56) C5M0Y34K56 (5%,0%,34%,56%) (0.05/0.00/0.34/0.56)

CMYK percentages

%5.41
%0
%34.23
%56.47

Codes

Color #696F49 in popluar color models

696F49
RGB10511173
HSL69°20.65%36.08%
HSB/HSV69°34.23%43.53%
CMYK5.41%0.00%34.23%
56.47%

Color #696F49 in popluar number systems.

HEX696F49
Decimal10511173
Binary110100111011111001001
Octal151157111

Shades and tints

Shades of #696F49

#696F49
(105,111,73)
#606543
(96,101,67)
#575B3D
(87,91,61)
#4E5137
(78,81,55)
#454731
(69,71,49)
#3C3D2B
(60,61,43)
#333325
(51,51,37)
#2A291F
(42,41,31)
#211F19
(33,31,25)
#181513
(24,21,19)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #696F49

#696F49
(105,111,73)
#767C59
(118,124,89)
#838969
(131,137,105)
#909679
(144,150,121)
#9DA389
(157,163,137)
#AAB099
(170,176,153)
#B7BDA9
(183,189,169)
#C4CAB9
(196,202,185)
#D1D7C9
(209,215,201)
#DEE4D9
(222,228,217)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696F49; }

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

This text font color is #696F49.


Background Color

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

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

This div background color is #696F49.


Border color

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

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

This div border color is #696F49.


Opacity

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

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

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

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

This text has shadow with #696F49 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #696F49 on black background.


Color preview on white background

This text has color #696F49 on white background.



Black color preview on #696F49 background

This text has black color on #696F49 background.


White color preview on #696F49 background

This text has white color on #696F49 background.