COLOR #697566

HEX: #697566
RGB: (105,117,102)

Color info

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

RGB color model

#697566 color RGB value is (105,117,102).

  • red value is 105;
  • green value is 117;
  • blue value is 102.
RGB:
(105,117,102)
(41%,46%,40%)

RGB channels and saturation

R 105 of 255 = 41%
G 117 of 255 = 46%
B 102 of 255 = 40%

105
117
102

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

Portions of RGB colors in percentages

R + G + B =
105 + 117 + 102 = 324 (100%)
R 105 of 324 ~ 32.41%
G 117 of 324 ~ 36.11%
B 102 of 324 ~ 31.48%

%32.41
%36.11
%31.48

CMYK color model

#697566 color CMYK value is (10,0,13,54).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 54.12%
CMYK:
(10,0,13,54)
C10M0Y13K54 
(10%,0%,13%,54%)
(0.10/0.00/0.13/0.54)	

CMYK percentages

%10.26
%0
%12.82
%54.12

Codes

Color #697566 in popluar color models

697566
RGB105117102
HSL108°6.85%42.94%
HSB/HSV108°12.82%45.88%
CMYK10.26%0.00%12.82%
54.12%

Color #697566 in popluar number systems.

HEX697566
Decimal105117102
Binary110100111101011100110
Octal151165146

Shades and tints

Shades of #697566

#697566
(105,117,102)
#606B5D
(96,107,93)
#576154
(87,97,84)
#4E574B
(78,87,75)
#454D42
(69,77,66)
#3C4339
(60,67,57)
#333930
(51,57,48)
#2A2F27
(42,47,39)
#21251E
(33,37,30)
#181B15
(24,27,21)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #697566

#697566
(105,117,102)
#768173
(118,129,115)
#838D80
(131,141,128)
#90998D
(144,153,141)
#9DA59A
(157,165,154)
#AAB1A7
(170,177,167)
#B7BDB4
(183,189,180)
#C4C9C1
(196,201,193)
#D1D5CE
(209,213,206)
#DEE1DB
(222,225,219)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697566; }

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

This text font color is #697566.


Background Color

.myBgColor { background-color: #697566; }

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

This div background color is #697566.


Border color

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

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

This div border color is #697566.


Opacity

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

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

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

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

This text has shadow with #697566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697566 on black background.


Color preview on white background

This text has color #697566 on white background.



Black color preview on #697566 background

This text has black color on #697566 background.


White color preview on #697566 background

This text has white color on #697566 background.