COLOR #696C74

HEX: #696C74
RGB: (105,108,116)

Color info

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

RGB color model

#696C74 color RGB value is (105,108,116).

  • red value is 105;
  • green value is 108;
  • blue value is 116.
RGB:
(105,108,116)
(41%,42%,45%)

RGB channels and saturation

R 105 of 255 = 41%
G 108 of 255 = 42%
B 116 of 255 = 45%

105
108
116

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

Portions of RGB colors in percentages

R + G + B =
105 + 108 + 116 = 329 (100%)
R 105 of 329 ~ 31.91%
G 108 of 329 ~ 32.83%
B 116 of 329 ~ 35.26%

%31.91
%32.83
%35.26

CMYK color model

#696C74 color CMYK value is (9,7,0,55).

  • cyan value is 9.48%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(9,7,0,55)
C9M7Y0K55 
(9%,7%,0%,55%)
(0.09/0.07/0.00/0.55)	

CMYK percentages

%9.48
%6.9
%0
%54.51

Codes

Color #696C74 in popluar color models

696C74
RGB105108116
HSL224°4.98%43.33%
HSB/HSV224°9.48%45.49%
CMYK9.48%6.90%0.00%
54.51%

Color #696C74 in popluar number systems.

HEX696C74
Decimal105108116
Binary110100111011001110100
Octal151154164

Shades and tints

Shades of #696C74

#696C74
(105,108,116)
#60636A
(96,99,106)
#575A60
(87,90,96)
#4E5156
(78,81,86)
#45484C
(69,72,76)
#3C3F42
(60,63,66)
#333638
(51,54,56)
#2A2D2E
(42,45,46)
#212424
(33,36,36)
#181B1A
(24,27,26)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #696C74

#696C74
(105,108,116)
#767980
(118,121,128)
#83868C
(131,134,140)
#909398
(144,147,152)
#9DA0A4
(157,160,164)
#AAADB0
(170,173,176)
#B7BABC
(183,186,188)
#C4C7C8
(196,199,200)
#D1D4D4
(209,212,212)
#DEE1E0
(222,225,224)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696C74 color. Also use rgb(105,108,116) instead hex code.

Text Font Color

.myTextColor { color: #696C74; }

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

This text font color is #696C74.


Background Color

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

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

This div background color is #696C74.


Border color

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

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

This div border color is #696C74.


Opacity

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

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

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

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

This text has shadow with #696C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696C74 on black background.


Color preview on white background

This text has color #696C74 on white background.



Black color preview on #696C74 background

This text has black color on #696C74 background.


White color preview on #696C74 background

This text has white color on #696C74 background.