COLOR #696D3E

HEX: #696D3E RGB: (105,109,62)

Color info

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

RGB color model

#696D3E color RGB value is (105,109,62).

RGB: (105,109,62) (41%, 43%, 24%)

RGB channels and saturation

R 105 of 255 = 41%
G 109 of 255 = 43%
B 62 of 255 = 24%

105
109
62

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

Portions of RGB colors in percentages

R + G + B = 105 + 109 + 62 = 276 (100%)
R 105 of 276 ~ 38.04%
G 109 of 276 ~ 39.49%
B 62 of 276 ~ 22.46'%

%38.04
%39.49
%22.46

CMYK color model

#696D3E color CMYK value is (4,0,43,57).

  • cyan value is 3.67%
  • magenta value is 0.00%
  • yellow value is 43.12%
  • key color value is 57.25%

CMYK: (4,0,43,57)
C4M0Y43K57 (4%, 0%, 43%, 57%)
(0.04 / 0.00 / 0.43 / 0.57)

CMYK percentages

%3.67
%0
%43.12
%57.25

Codes

Color #696D3E in popluar color models

69 6D 3E
RGB 105 109 62
HSL 65° 27.49% 33.53%
HSB/HSV 65° 43.12% 42.75%
CMYK 3.67% 0.00% 43.12%
57.25%

Color #696D3E in popluar number systems.

HEX 69 6D 3E
Decimal 105 109 62
Binary 1101001 1101101 111110
Octal 151 155 76

Shades and tints

Shades of #696D3E

#696D3E
(105,109,62)
#606439
(96,100,57)
#575B34
(87,91,52)
#4E522F
(78,82,47)
#45492A
(69,73,42)
#3C4025
(60,64,37)
#333720
(51,55,32)
#2A2E1B
(42,46,27)
#212516
(33,37,22)
#181C11
(24,28,17)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #696D3E

#696D3E
(105,109,62)
#767A4F
(118,122,79)
#838760
(131,135,96)
#909471
(144,148,113)
#9DA182
(157,161,130)
#AAAE93
(170,174,147)
#B7BBA4
(183,187,164)
#C4C8B5
(196,200,181)
#D1D5C6
(209,213,198)
#DEE2D7
(222,226,215)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696D3E; }

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

This text font color is #696D3E.

Background Color

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

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

This div background color is #696D3E.

Border color

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

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

This div border color is #696D3E.

Opacity

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

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

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

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

This text has shadow with #696D3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696D3E.

Preview

Color preview on black background

This text has color #696D3E on black background.


Color preview on white background

This text has color #696D3E on white background.


Black color preview on #696D3E background

This text has black color on #696D3E background.


White color preview on #696D3E background

This text has white color on #696D3E background.


Related colors

Complementary color

Complementary color for #hex is #9692C1.


I love getcolorcode.com

Triadic colors

1 #3E696D and #6D3E69 with #696D3E are triadic colors.

2 #3E6D69 and #6D693E with #696D3E are triadic colors.