COLOR #697C63

HEX: #697C63
RGB: (105,124,99)

Color info

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

RGB color model

#697C63 color RGB value is (105,124,99).

  • red value is 105;
  • green value is 124;
  • blue value is 99.
RGB:
(105,124,99)
(41%,49%,39%)

RGB channels and saturation

R 105 of 255 = 41%
G 124 of 255 = 49%
B 99 of 255 = 39%

105
124
99

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

Portions of RGB colors in percentages

R + G + B =
105 + 124 + 99 = 328 (100%)
R 105 of 328 ~ 32.01%
G 124 of 328 ~ 37.8%
B 99 of 328 ~ 30.18%

%32.01
%37.8
%30.18

CMYK color model

#697C63 color CMYK value is (15,0,20,51).

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 20.16%
  • key color value is 51.37%
CMYK:
(15,0,20,51)
C15M0Y20K51 
(15%,0%,20%,51%)
(0.15/0.00/0.20/0.51)	

CMYK percentages

%15.32
%0
%20.16
%51.37

Codes

Color #697C63 in popluar color models

697C63
RGB10512499
HSL106°11.21%43.73%
HSB/HSV106°20.16%48.63%
CMYK15.32%0.00%20.16%
51.37%

Color #697C63 in popluar number systems.

HEX697C63
Decimal10512499
Binary110100111111001100011
Octal151174143

Shades and tints

Shades of #697C63

#697C63
(105,124,99)
#60715A
(96,113,90)
#576651
(87,102,81)
#4E5B48
(78,91,72)
#45503F
(69,80,63)
#3C4536
(60,69,54)
#333A2D
(51,58,45)
#2A2F24
(42,47,36)
#21241B
(33,36,27)
#181912
(24,25,18)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #697C63

#697C63
(105,124,99)
#768771
(118,135,113)
#83927F
(131,146,127)
#909D8D
(144,157,141)
#9DA89B
(157,168,155)
#AAB3A9
(170,179,169)
#B7BEB7
(183,190,183)
#C4C9C5
(196,201,197)
#D1D4D3
(209,212,211)
#DEDFE1
(222,223,225)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697C63 color. Also use rgb(105,124,99) instead hex code.

Text Font Color

.myTextColor { color: #697C63; }

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

This text font color is #697C63.


Background Color

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

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

This div background color is #697C63.


Border color

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

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

This div border color is #697C63.


Opacity

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

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

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

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

This text has shadow with #697C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697C63 on black background.


Color preview on white background

This text has color #697C63 on white background.



Black color preview on #697C63 background

This text has black color on #697C63 background.


White color preview on #697C63 background

This text has white color on #697C63 background.