COLOR #697F6C

HEX: #697F6C
RGB: (105,127,108)

Color info

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

RGB color model

#697F6C color RGB value is (105,127,108).

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

RGB channels and saturation

R 105 of 255 = 41%
G 127 of 255 = 50%
B 108 of 255 = 42%

105
127
108

R + G + B ~ 44%. #697F6C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 127 + 108 = 340 (100%)
R 105 of 340 ~ 30.88%
G 127 of 340 ~ 37.35%
B 108 of 340 ~ 31.76%

%30.88
%37.35
%31.76

CMYK color model

#697F6C color CMYK value is (17,0,15,50).

  • cyan value is 17.32%
  • magenta value is 0.00%
  • yellow value is 14.96%
  • key color value is 50.20%
CMYK:
(17,0,15,50)
C17M0Y15K50 
(17%,0%,15%,50%)
(0.17/0.00/0.15/0.50)	

CMYK percentages

%17.32
%0
%14.96
%50.2

Codes

Color #697F6C in popluar color models

697F6C
RGB105127108
HSL128°9.48%45.49%
HSB/HSV128°17.32%49.80%
CMYK17.32%0.00%14.96%
50.20%

Color #697F6C in popluar number systems.

HEX697F6C
Decimal105127108
Binary110100111111111101100
Octal151177154

Shades and tints

Shades of #697F6C

#697F6C
(105,127,108)
#607463
(96,116,99)
#57695A
(87,105,90)
#4E5E51
(78,94,81)
#455348
(69,83,72)
#3C483F
(60,72,63)
#333D36
(51,61,54)
#2A322D
(42,50,45)
#212724
(33,39,36)
#181C1B
(24,28,27)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #697F6C

#697F6C
(105,127,108)
#768A79
(118,138,121)
#839586
(131,149,134)
#90A093
(144,160,147)
#9DABA0
(157,171,160)
#AAB6AD
(170,182,173)
#B7C1BA
(183,193,186)
#C4CCC7
(196,204,199)
#D1D7D4
(209,215,212)
#DEE2E1
(222,226,225)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697F6C color. Also use rgb(105,127,108) instead hex code.

Text Font Color

.myTextColor { color: #697F6C; }

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

This text font color is #697F6C.


Background Color

.myBgColor { background-color: #697F6C; }

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

This div background color is #697F6C.


Border color

.myBorderColor { border: 1px solid #697F6C; }

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

This div border color is #697F6C.


Opacity

.myOpacity80 { color: #697F6C; opacity: 0.8; }

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

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

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

This text has shadow with #697F6C color.

.textShadow {text-shadow: 3px 3px 1px #697F6C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697F6C on black background.


Color preview on white background

This text has color #697F6C on white background.



Black color preview on #697F6C background

This text has black color on #697F6C background.


White color preview on #697F6C background

This text has white color on #697F6C background.