COLOR #697361

HEX: #697361
RGB: (105,115,97)

Color info

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

RGB color model

#697361 color RGB value is (105,115,97).

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

RGB channels and saturation

R 105 of 255 = 41%
G 115 of 255 = 45%
B 97 of 255 = 38%

105
115
97

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

Portions of RGB colors in percentages

R + G + B =
105 + 115 + 97 = 317 (100%)
R 105 of 317 ~ 33.12%
G 115 of 317 ~ 36.28%
B 97 of 317 ~ 30.6%

%33.12
%36.28
%30.6

CMYK color model

#697361 color CMYK value is (9,0,16,55).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 15.65%
  • key color value is 54.90%
CMYK:
(9,0,16,55)
C9M0Y16K55 
(9%,0%,16%,55%)
(0.09/0.00/0.16/0.55)	

CMYK percentages

%8.7
%0
%15.65
%54.9

Codes

Color #697361 in popluar color models

697361
RGB10511597
HSL93°8.49%41.57%
HSB/HSV93°15.65%45.10%
CMYK8.70%0.00%15.65%
54.90%

Color #697361 in popluar number systems.

HEX697361
Decimal10511597
Binary110100111100111100001
Octal151163141

Shades and tints

Shades of #697361

#697361
(105,115,97)
#606959
(96,105,89)
#575F51
(87,95,81)
#4E5549
(78,85,73)
#454B41
(69,75,65)
#3C4139
(60,65,57)
#333731
(51,55,49)
#2A2D29
(42,45,41)
#212321
(33,35,33)
#181919
(24,25,25)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #697361

#697361
(105,115,97)
#767F6F
(118,127,111)
#838B7D
(131,139,125)
#90978B
(144,151,139)
#9DA399
(157,163,153)
#AAAFA7
(170,175,167)
#B7BBB5
(183,187,181)
#C4C7C3
(196,199,195)
#D1D3D1
(209,211,209)
#DEDFDF
(222,223,223)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697361; }

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

This text font color is #697361.


Background Color

.myBgColor { background-color: #697361; }

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

This div background color is #697361.


Border color

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

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

This div border color is #697361.


Opacity

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

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

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

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

This text has shadow with #697361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697361 on black background.


Color preview on white background

This text has color #697361 on white background.



Black color preview on #697361 background

This text has black color on #697361 background.


White color preview on #697361 background

This text has white color on #697361 background.