COLOR #697555

HEX: #697555
RGB: (105,117,85)

Color info

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

RGB color model

#697555 color RGB value is (105,117,85).

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

RGB channels and saturation

R 105 of 255 = 41%
G 117 of 255 = 46%
B 85 of 255 = 33%

105
117
85

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

Portions of RGB colors in percentages

R + G + B =
105 + 117 + 85 = 307 (100%)
R 105 of 307 ~ 34.2%
G 117 of 307 ~ 38.11%
B 85 of 307 ~ 27.69%

%34.2
%38.11
%27.69

CMYK color model

#697555 color CMYK value is (10,0,27,54).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 27.35%
  • key color value is 54.12%
CMYK:
(10,0,27,54)
C10M0Y27K54 
(10%,0%,27%,54%)
(0.10/0.00/0.27/0.54)	

CMYK percentages

%10.26
%0
%27.35
%54.12

Codes

Color #697555 in popluar color models

697555
RGB10511785
HSL83°15.84%39.61%
HSB/HSV83°27.35%45.88%
CMYK10.26%0.00%27.35%
54.12%

Color #697555 in popluar number systems.

HEX697555
Decimal10511785
Binary110100111101011010101
Octal151165125

Shades and tints

Shades of #697555

#697555
(105,117,85)
#606B4E
(96,107,78)
#576147
(87,97,71)
#4E5740
(78,87,64)
#454D39
(69,77,57)
#3C4332
(60,67,50)
#33392B
(51,57,43)
#2A2F24
(42,47,36)
#21251D
(33,37,29)
#181B16
(24,27,22)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #697555

#697555
(105,117,85)
#768164
(118,129,100)
#838D73
(131,141,115)
#909982
(144,153,130)
#9DA591
(157,165,145)
#AAB1A0
(170,177,160)
#B7BDAF
(183,189,175)
#C4C9BE
(196,201,190)
#D1D5CD
(209,213,205)
#DEE1DC
(222,225,220)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697555; }

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

This text font color is #697555.


Background Color

.myBgColor { background-color: #697555; }

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

This div background color is #697555.


Border color

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

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

This div border color is #697555.


Opacity

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

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

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

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

This text has shadow with #697555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697555 on black background.


Color preview on white background

This text has color #697555 on white background.



Black color preview on #697555 background

This text has black color on #697555 background.


White color preview on #697555 background

This text has white color on #697555 background.