COLOR #697761

HEX: #697761
RGB: (105,119,97)

Color info

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

RGB color model

#697761 color RGB value is (105,119,97).

  • red value is 105;
  • green value is 119;
  • blue value is 97.
RGB:
(105,119,97)
(41%,47%,38%)

RGB channels and saturation

R 105 of 255 = 41%
G 119 of 255 = 47%
B 97 of 255 = 38%

105
119
97

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

Portions of RGB colors in percentages

R + G + B =
105 + 119 + 97 = 321 (100%)
R 105 of 321 ~ 32.71%
G 119 of 321 ~ 37.07%
B 97 of 321 ~ 30.22%

%32.71
%37.07
%30.22

CMYK color model

#697761 color CMYK value is (12,0,18,53).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 18.49%
  • key color value is 53.33%
CMYK:
(12,0,18,53)
C12M0Y18K53 
(12%,0%,18%,53%)
(0.12/0.00/0.18/0.53)	

CMYK percentages

%11.76
%0
%18.49
%53.33

Codes

Color #697761 in popluar color models

697761
RGB10511997
HSL98°10.19%42.35%
HSB/HSV98°18.49%46.67%
CMYK11.76%0.00%18.49%
53.33%

Color #697761 in popluar number systems.

HEX697761
Decimal10511997
Binary110100111101111100001
Octal151167141

Shades and tints

Shades of #697761

#697761
(105,119,97)
#606D59
(96,109,89)
#576351
(87,99,81)
#4E5949
(78,89,73)
#454F41
(69,79,65)
#3C4539
(60,69,57)
#333B31
(51,59,49)
#2A3129
(42,49,41)
#212721
(33,39,33)
#181D19
(24,29,25)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #697761

#697761
(105,119,97)
#76836F
(118,131,111)
#838F7D
(131,143,125)
#909B8B
(144,155,139)
#9DA799
(157,167,153)
#AAB3A7
(170,179,167)
#B7BFB5
(183,191,181)
#C4CBC3
(196,203,195)
#D1D7D1
(209,215,209)
#DEE3DF
(222,227,223)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697761 color. Also use rgb(105,119,97) instead hex code.

Text Font Color

.myTextColor { color: #697761; }

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

This text font color is #697761.


Background Color

.myBgColor { background-color: #697761; }

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

This div background color is #697761.


Border color

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

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

This div border color is #697761.


Opacity

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

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

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

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

This text has shadow with #697761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697761 on black background.


Color preview on white background

This text has color #697761 on white background.



Black color preview on #697761 background

This text has black color on #697761 background.


White color preview on #697761 background

This text has white color on #697761 background.