COLOR #696D59

HEX: #696D59 RGB: (105,109,89)

Color info

#696D59 contains red, green and blue colors in about the same proportion. Web safe color of #696D59 is #666666 (or #666).

RGB color model

#696D59 color RGB value is (105,109,89).

RGB: (105,109,89) (41%, 43%, 35%)

RGB channels and saturation

R 105 of 255 = 41%
G 109 of 255 = 43%
B 89 of 255 = 35%

105
109
89

R + G + B ~ 40%. #696D59 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 109 + 89 = 303 (100%)
R 105 of 303 ~ 34.65%
G 109 of 303 ~ 35.97%
B 89 of 303 ~ 29.37'%

%34.65
%35.97
%29.37

CMYK color model

#696D59 color CMYK value is (4,0,18,57).

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

CMYK: (4,0,18,57)
C4M0Y18K57 (4%, 0%, 18%, 57%)
(0.04 / 0.00 / 0.18 / 0.57)

CMYK percentages

%3.67
%0
%18.35
%57.25

Codes

Color #696D59 in popluar color models

69 6D 59
RGB 105 109 89
HSL 72° 10.10% 38.82%
HSB/HSV 72° 18.35% 42.75%
CMYK 3.67% 0.00% 18.35%
57.25%

Color #696D59 in popluar number systems.

HEX 69 6D 59
Decimal 105 109 89
Binary 1101001 1101101 1011001
Octal 151 155 131

Shades and tints

Shades of #696D59

#696D59
(105,109,89)
#606451
(96,100,81)
#575B49
(87,91,73)
#4E5241
(78,82,65)
#454939
(69,73,57)
#3C4031
(60,64,49)
#333729
(51,55,41)
#2A2E21
(42,46,33)
#212519
(33,37,25)
#181C11
(24,28,17)
#0F1309
(15,19,9)
#000000
(0,0,0)

Tints of #696D59

#696D59
(105,109,89)
#767A68
(118,122,104)
#838777
(131,135,119)
#909486
(144,148,134)
#9DA195
(157,161,149)
#AAAEA4
(170,174,164)
#B7BBB3
(183,187,179)
#C4C8C2
(196,200,194)
#D1D5D1
(209,213,209)
#DEE2E0
(222,226,224)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696D59; }

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

This text font color is #696D59.

Background Color

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

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

This div background color is #696D59.

Border color

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

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

This div border color is #696D59.

Opacity

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

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

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

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

This text has shadow with #696D59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696D59.

Preview

Color preview on black background

This text has color #696D59 on black background.


Color preview on white background

This text has color #696D59 on white background.


Black color preview on #696D59 background

This text has black color on #696D59 background.


White color preview on #696D59 background

This text has white color on #696D59 background.


Related colors

Complementary color

Complementary color for #hex is #9692A6.


I love getcolorcode.com

Triadic colors

1 #59696D and #6D5969 with #696D59 are triadic colors.

2 #596D69 and #6D6959 with #696D59 are triadic colors.