COLOR #697359

HEX: #697359
RGB: (105,115,89)

Color info

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

RGB color model

#697359 color RGB value is (105,115,89).

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

RGB channels and saturation

R 105 of 255 = 41%
G 115 of 255 = 45%
B 89 of 255 = 35%

105
115
89

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

Portions of RGB colors in percentages

R + G + B =
105 + 115 + 89 = 309 (100%)
R 105 of 309 ~ 33.98%
G 115 of 309 ~ 37.22%
B 89 of 309 ~ 28.8%

%33.98
%37.22
%28.8

CMYK color model

#697359 color CMYK value is (9,0,23,55).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 22.61%
  • key color value is 54.90%
CMYK:
(9,0,23,55)
C9M0Y23K55 
(9%,0%,23%,55%)
(0.09/0.00/0.23/0.55)	

CMYK percentages

%8.7
%0
%22.61
%54.9

Codes

Color #697359 in popluar color models

697359
RGB10511589
HSL83°12.75%40.00%
HSB/HSV83°22.61%45.10%
CMYK8.70%0.00%22.61%
54.90%

Color #697359 in popluar number systems.

HEX697359
Decimal10511589
Binary110100111100111011001
Octal151163131

Shades and tints

Shades of #697359

#697359
(105,115,89)
#606951
(96,105,81)
#575F49
(87,95,73)
#4E5541
(78,85,65)
#454B39
(69,75,57)
#3C4131
(60,65,49)
#333729
(51,55,41)
#2A2D21
(42,45,33)
#212319
(33,35,25)
#181911
(24,25,17)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #697359

#697359
(105,115,89)
#767F68
(118,127,104)
#838B77
(131,139,119)
#909786
(144,151,134)
#9DA395
(157,163,149)
#AAAFA4
(170,175,164)
#B7BBB3
(183,187,179)
#C4C7C2
(196,199,194)
#D1D3D1
(209,211,209)
#DEDFE0
(222,223,224)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697359; }

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

This text font color is #697359.


Background Color

.myBgColor { background-color: #697359; }

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

This div background color is #697359.


Border color

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

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

This div border color is #697359.


Opacity

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

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

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

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

This text has shadow with #697359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697359 on black background.


Color preview on white background

This text has color #697359 on white background.



Black color preview on #697359 background

This text has black color on #697359 background.


White color preview on #697359 background

This text has white color on #697359 background.