COLOR #697355

HEX: #697355
RGB: (105,115,85)

Color info

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

RGB color model

#697355 color RGB value is (105,115,85).

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

RGB channels and saturation

R 105 of 255 = 41%
G 115 of 255 = 45%
B 85 of 255 = 33%

105
115
85

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

Portions of RGB colors in percentages

R + G + B =
105 + 115 + 85 = 305 (100%)
R 105 of 305 ~ 34.43%
G 115 of 305 ~ 37.7%
B 85 of 305 ~ 27.87%

%34.43
%37.7
%27.87

CMYK color model

#697355 color CMYK value is (9,0,26,55).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 54.90%
CMYK:
(9,0,26,55)
C9M0Y26K55 
(9%,0%,26%,55%)
(0.09/0.00/0.26/0.55)	

CMYK percentages

%8.7
%0
%26.09
%54.9

Codes

Color #697355 in popluar color models

697355
RGB10511585
HSL80°15.00%39.22%
HSB/HSV80°26.09%45.10%
CMYK8.70%0.00%26.09%
54.90%

Color #697355 in popluar number systems.

HEX697355
Decimal10511585
Binary110100111100111010101
Octal151163125

Shades and tints

Shades of #697355

#697355
(105,115,85)
#60694E
(96,105,78)
#575F47
(87,95,71)
#4E5540
(78,85,64)
#454B39
(69,75,57)
#3C4132
(60,65,50)
#33372B
(51,55,43)
#2A2D24
(42,45,36)
#21231D
(33,35,29)
#181916
(24,25,22)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #697355

#697355
(105,115,85)
#767F64
(118,127,100)
#838B73
(131,139,115)
#909782
(144,151,130)
#9DA391
(157,163,145)
#AAAFA0
(170,175,160)
#B7BBAF
(183,187,175)
#C4C7BE
(196,199,190)
#D1D3CD
(209,211,205)
#DEDFDC
(222,223,220)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697355; }

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

This text font color is #697355.


Background Color

.myBgColor { background-color: #697355; }

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

This div background color is #697355.


Border color

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

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

This div border color is #697355.


Opacity

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

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

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

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

This text has shadow with #697355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697355 on black background.


Color preview on white background

This text has color #697355 on white background.



Black color preview on #697355 background

This text has black color on #697355 background.


White color preview on #697355 background

This text has white color on #697355 background.