COLOR #697D6A

HEX: #697D6A
RGB: (105,125,106)

Color info

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

RGB color model

#697D6A color RGB value is (105,125,106).

  • red value is 105;
  • green value is 125;
  • blue value is 106.
RGB: (105,125,106) (41%,49%,42%)

RGB channels and saturation

R 105 of 255 = 41%
G 125 of 255 = 49%
B 106 of 255 = 42%

105
125
106

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

Portions of RGB colors in percentages

R + G + B =
105 + 125 + 106 = 336 (100%)
R 105 of 336 ~ 31.25%
G 125 of 336 ~ 37.2%
B 106 of 336 ~ 31.55%

%31.25
%37.2
%31.55

CMYK color model

#697D6A color CMYK value is (16,0,15,51).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 50.98%
CMYK: (16,0,15,51) C16M0Y15K51 (16%,0%,15%,51%) (0.16/0.00/0.15/0.51)

CMYK percentages

%16
%0
%15.2
%50.98

Codes

Color #697D6A in popluar color models

697D6A
RGB105125106
HSL123°8.70%45.10%
HSB/HSV123°16.00%49.02%
CMYK16.00%0.00%15.20%
50.98%

Color #697D6A in popluar number systems.

HEX697D6A
Decimal105125106
Binary110100111111011101010
Octal151175152

Shades and tints

Shades of #697D6A

#697D6A
(105,125,106)
#607261
(96,114,97)
#576758
(87,103,88)
#4E5C4F
(78,92,79)
#455146
(69,81,70)
#3C463D
(60,70,61)
#333B34
(51,59,52)
#2A302B
(42,48,43)
#212522
(33,37,34)
#181A19
(24,26,25)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #697D6A

#697D6A
(105,125,106)
#768877
(118,136,119)
#839384
(131,147,132)
#909E91
(144,158,145)
#9DA99E
(157,169,158)
#AAB4AB
(170,180,171)
#B7BFB8
(183,191,184)
#C4CAC5
(196,202,197)
#D1D5D2
(209,213,210)
#DEE0DF
(222,224,223)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697D6A color. Also use rgb(105,125,106) instead hex code.

Text Font Color

.myTextColor { color: #697D6A; }

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

This text font color is #697D6A.


Background Color

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

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

This div background color is #697D6A.


Border color

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

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

This div border color is #697D6A.


Opacity

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

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

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

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

This text has shadow with #697D6A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #697D6A on black background.


Color preview on white background

This text has color #697D6A on white background.



Black color preview on #697D6A background

This text has black color on #697D6A background.


White color preview on #697D6A background

This text has white color on #697D6A background.