COLOR #697565

HEX: #697565
RGB: (105,117,101)

Color info

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

RGB color model

#697565 color RGB value is (105,117,101).

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

RGB channels and saturation

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

105
117
101

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

Portions of RGB colors in percentages

R + G + B =
105 + 117 + 101 = 323 (100%)
R 105 of 323 ~ 32.51%
G 117 of 323 ~ 36.22%
B 101 of 323 ~ 31.27%

%32.51
%36.22
%31.27

CMYK color model

#697565 color CMYK value is (10,0,14,54).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 54.12%
CMYK:
(10,0,14,54)
C10M0Y14K54 
(10%,0%,14%,54%)
(0.10/0.00/0.14/0.54)	

CMYK percentages

%10.26
%0
%13.68
%54.12

Codes

Color #697565 in popluar color models

697565
RGB105117101
HSL105°7.34%42.75%
HSB/HSV105°13.68%45.88%
CMYK10.26%0.00%13.68%
54.12%

Color #697565 in popluar number systems.

HEX697565
Decimal105117101
Binary110100111101011100101
Octal151165145

Shades and tints

Shades of #697565

#697565
(105,117,101)
#606B5C
(96,107,92)
#576153
(87,97,83)
#4E574A
(78,87,74)
#454D41
(69,77,65)
#3C4338
(60,67,56)
#33392F
(51,57,47)
#2A2F26
(42,47,38)
#21251D
(33,37,29)
#181B14
(24,27,20)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #697565

#697565
(105,117,101)
#768173
(118,129,115)
#838D81
(131,141,129)
#90998F
(144,153,143)
#9DA59D
(157,165,157)
#AAB1AB
(170,177,171)
#B7BDB9
(183,189,185)
#C4C9C7
(196,201,199)
#D1D5D5
(209,213,213)
#DEE1E3
(222,225,227)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697565; }

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

This text font color is #697565.


Background Color

.myBgColor { background-color: #697565; }

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

This div background color is #697565.


Border color

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

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

This div border color is #697565.


Opacity

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

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

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

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

This text has shadow with #697565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697565 on black background.


Color preview on white background

This text has color #697565 on white background.



Black color preview on #697565 background

This text has black color on #697565 background.


White color preview on #697565 background

This text has white color on #697565 background.