COLOR #696767

HEX: #696767 RGB: (105,103,103)

Color info

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

RGB color model

#696767 color RGB value is (105,103,103).

RGB: (105,103,103) (41%, 40%, 40%)

RGB channels and saturation

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

105
103
103

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

Portions of RGB colors in percentages

R + G + B = 105 + 103 + 103 = 311 (100%)
R 105 of 311 ~ 33.76%
G 103 of 311 ~ 33.12%
B 103 of 311 ~ 33.12'%

%33.76
%33.12
%33.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.90%
  • yellow value is 1.90%
  • key color value is 58.82%

CMYK: (0,2,2,59)
C0M2Y2K59 (0%, 2%, 2%, 59%)
(0.00 / 0.02 / 0.02 / 0.59)

CMYK percentages

%0
%1.9
%1.9
%58.82

Codes

Color #696767 in popluar color models

69 67 67
RGB 105 103 103
HSL 0.96% 40.78%
HSB/HSV 1.90% 41.18%
CMYK 0.00% 1.90% 1.90%
58.82%

Color #696767 in popluar number systems.

HEX 69 67 67
Decimal 105 103 103
Binary 1101001 1100111 1100111
Octal 151 147 147

Shades and tints

Shades of #696767

#696767
(105,103,103)
#605E5E
(96,94,94)
#575555
(87,85,85)
#4E4C4C
(78,76,76)
#454343
(69,67,67)
#3C3A3A
(60,58,58)
#333131
(51,49,49)
#2A2828
(42,40,40)
#211F1F
(33,31,31)
#181616
(24,22,22)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #696767

#696767
(105,103,103)
#767474
(118,116,116)
#838181
(131,129,129)
#908E8E
(144,142,142)
#9D9B9B
(157,155,155)
#AAA8A8
(170,168,168)
#B7B5B5
(183,181,181)
#C4C2C2
(196,194,194)
#D1CFCF
(209,207,207)
#DEDCDC
(222,220,220)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696767; }

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

This text font color is #696767.

Background Color

.myBgColor { background-color: #696767; }

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

This div background color is #696767.

Border color

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

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

This div border color is #696767.

Opacity

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

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

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

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

This text has shadow with #696767 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696767.

Preview

Color preview on black background

This text has color #696767 on black background.


Color preview on white background

This text has color #696767 on white background.


Black color preview on #696767 background

This text has black color on #696767 background.


White color preview on #696767 background

This text has white color on #696767 background.


Related colors

Complementary color

Complementary color for #hex is #969898.


I love getcolorcode.com