COLOR #696D62

HEX: #696D62 RGB: (105,109,98)

Color info

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

RGB color model

#696D62 color RGB value is (105,109,98).

RGB: (105,109,98) (41%, 43%, 38%)

RGB channels and saturation

R 105 of 255 = 41%
G 109 of 255 = 43%
B 98 of 255 = 38%

105
109
98

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

Portions of RGB colors in percentages

R + G + B = 105 + 109 + 98 = 312 (100%)
R 105 of 312 ~ 33.65%
G 109 of 312 ~ 34.94%
B 98 of 312 ~ 31.41'%

%33.65
%34.94
%31.41

CMYK color model

#696D62 color CMYK value is (4,0,10,57).

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

CMYK: (4,0,10,57)
C4M0Y10K57 (4%, 0%, 10%, 57%)
(0.04 / 0.00 / 0.10 / 0.57)

CMYK percentages

%3.67
%0
%10.09
%57.25

Codes

Color #696D62 in popluar color models

69 6D 62
RGB 105 109 98
HSL 82° 5.31% 40.59%
HSB/HSV 82° 10.09% 42.75%
CMYK 3.67% 0.00% 10.09%
57.25%

Color #696D62 in popluar number systems.

HEX 69 6D 62
Decimal 105 109 98
Binary 1101001 1101101 1100010
Octal 151 155 142

Shades and tints

Shades of #696D62

#696D62
(105,109,98)
#60645A
(96,100,90)
#575B52
(87,91,82)
#4E524A
(78,82,74)
#454942
(69,73,66)
#3C403A
(60,64,58)
#333732
(51,55,50)
#2A2E2A
(42,46,42)
#212522
(33,37,34)
#181C1A
(24,28,26)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #696D62

#696D62
(105,109,98)
#767A70
(118,122,112)
#83877E
(131,135,126)
#90948C
(144,148,140)
#9DA19A
(157,161,154)
#AAAEA8
(170,174,168)
#B7BBB6
(183,187,182)
#C4C8C4
(196,200,196)
#D1D5D2
(209,213,210)
#DEE2E0
(222,226,224)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696D62; }

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

This text font color is #696D62.

Background Color

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

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

This div background color is #696D62.

Border color

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

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

This div border color is #696D62.

Opacity

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

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

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

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

This text has shadow with #696D62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696D62.

Preview

Color preview on black background

This text has color #696D62 on black background.


Color preview on white background

This text has color #696D62 on white background.


Black color preview on #696D62 background

This text has black color on #696D62 background.


White color preview on #696D62 background

This text has white color on #696D62 background.


Related colors

Complementary color

Complementary color for #hex is #96929D.


I love getcolorcode.com

Triadic colors

1 #62696D and #6D6269 with #696D62 are triadic colors.

2 #626D69 and #6D6962 with #696D62 are triadic colors.