COLOR #696B3C

HEX: #696B3C
RGB: (105,107,60)

Color info

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

RGB color model

#696B3C color RGB value is (105,107,60).

  • red value is 105;
  • green value is 107;
  • blue value is 60.
RGB:
(105,107,60)
(41%,42%,24%)

RGB channels and saturation

R 105 of 255 = 41%
G 107 of 255 = 42%
B 60 of 255 = 24%

105
107
60

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

Portions of RGB colors in percentages

R + G + B =
105 + 107 + 60 = 272 (100%)
R 105 of 272 ~ 38.6%
G 107 of 272 ~ 39.34%
B 60 of 272 ~ 22.06%

%38.6
%39.34
%22.06

CMYK color model

#696B3C color CMYK value is (2,0,44,58).

  • cyan value is 1.87%
  • magenta value is 0.00%
  • yellow value is 43.93%
  • key color value is 58.04%
CMYK:
(2,0,44,58)
C2M0Y44K58 
(2%,0%,44%,58%)
(0.02/0.00/0.44/0.58)	

CMYK percentages

%1.87
%0
%43.93
%58.04

Codes

Color #696B3C in popluar color models

696B3C
RGB10510760
HSL63°28.14%32.75%
HSB/HSV63°43.93%41.96%
CMYK1.87%0.00%43.93%
58.04%

Color #696B3C in popluar number systems.

HEX696B3C
Decimal10510760
Binary11010011101011111100
Octal15115374

Shades and tints

Shades of #696B3C

#696B3C
(105,107,60)
#606237
(96,98,55)
#575932
(87,89,50)
#4E502D
(78,80,45)
#454728
(69,71,40)
#3C3E23
(60,62,35)
#33351E
(51,53,30)
#2A2C19
(42,44,25)
#212314
(33,35,20)
#181A0F
(24,26,15)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #696B3C

#696B3C
(105,107,60)
#76784D
(118,120,77)
#83855E
(131,133,94)
#90926F
(144,146,111)
#9D9F80
(157,159,128)
#AAAC91
(170,172,145)
#B7B9A2
(183,185,162)
#C4C6B3
(196,198,179)
#D1D3C4
(209,211,196)
#DEE0D5
(222,224,213)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696B3C color. Also use rgb(105,107,60) instead hex code.

Text Font Color

.myTextColor { color: #696B3C; }

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

This text font color is #696B3C.


Background Color

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

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

This div background color is #696B3C.


Border color

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

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

This div border color is #696B3C.


Opacity

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

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

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

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

This text has shadow with #696B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696B3C on black background.


Color preview on white background

This text has color #696B3C on white background.



Black color preview on #696B3C background

This text has black color on #696B3C background.


White color preview on #696B3C background

This text has white color on #696B3C background.