COLOR #696742

HEX: #696742
RGB: (105,103,66)

Color info

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

RGB color model

#696742 color RGB value is (105,103,66).

  • red value is 105;
  • green value is 103;
  • blue value is 66.
RGB:
(105,103,66)
(41%,40%,26%)

RGB channels and saturation

R 105 of 255 = 41%
G 103 of 255 = 40%
B 66 of 255 = 26%

105
103
66

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

Portions of RGB colors in percentages

R + G + B =
105 + 103 + 66 = 274 (100%)
R 105 of 274 ~ 38.32%
G 103 of 274 ~ 37.59%
B 66 of 274 ~ 24.09%

%38.32
%37.59
%24.09

CMYK color model

#696742 color CMYK value is (0,2,37,59).

  • cyan value is 0.00%
  • magenta value is 1.90%
  • yellow value is 37.14%
  • key color value is 58.82%
CMYK:
(0,2,37,59)
C0M2Y37K59 
(0%,2%,37%,59%)
(0.00/0.02/0.37/0.59)	

CMYK percentages

%0
%1.9
%37.14
%58.82

Codes

Color #696742 in popluar color models

696742
RGB10510366
HSL57°22.81%33.53%
HSB/HSV57°37.14%41.18%
CMYK0.00%1.90%37.14%
58.82%

Color #696742 in popluar number systems.

HEX696742
Decimal10510366
Binary110100111001111000010
Octal151147102

Shades and tints

Shades of #696742

#696742
(105,103,66)
#605E3C
(96,94,60)
#575536
(87,85,54)
#4E4C30
(78,76,48)
#45432A
(69,67,42)
#3C3A24
(60,58,36)
#33311E
(51,49,30)
#2A2818
(42,40,24)
#211F12
(33,31,18)
#18160C
(24,22,12)
#0F0D06
(15,13,6)
#000000
(0,0,0)

Tints of #696742

#696742
(105,103,66)
#767453
(118,116,83)
#838164
(131,129,100)
#908E75
(144,142,117)
#9D9B86
(157,155,134)
#AAA897
(170,168,151)
#B7B5A8
(183,181,168)
#C4C2B9
(196,194,185)
#D1CFCA
(209,207,202)
#DEDCDB
(222,220,219)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696742 color. Also use rgb(105,103,66) instead hex code.

Text Font Color

.myTextColor { color: #696742; }

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

This text font color is #696742.


Background Color

.myBgColor { background-color: #696742; }

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

This div background color is #696742.


Border color

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

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

This div border color is #696742.


Opacity

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

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

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

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

This text has shadow with #696742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696742 on black background.


Color preview on white background

This text has color #696742 on white background.



Black color preview on #696742 background

This text has black color on #696742 background.


White color preview on #696742 background

This text has white color on #696742 background.