COLOR #697F57

HEX: #697F57
RGB: (105,127,87)

Color info

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

RGB color model

#697F57 color RGB value is (105,127,87).

  • red value is 105;
  • green value is 127;
  • blue value is 87.
RGB: (105,127,87) (41%,50%,34%)

RGB channels and saturation

R 105 of 255 = 41%
G 127 of 255 = 50%
B 87 of 255 = 34%

105
127
87

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

Portions of RGB colors in percentages

R + G + B =
105 + 127 + 87 = 319 (100%)
R 105 of 319 ~ 32.92%
G 127 of 319 ~ 39.81%
B 87 of 319 ~ 27.27%

%32.92
%39.81
%27.27

CMYK color model

#697F57 color CMYK value is (17,0,31,50).

  • cyan value is 17.32%
  • magenta value is 0.00%
  • yellow value is 31.50%
  • key color value is 50.20%
CMYK: (17,0,31,50) C17M0Y31K50 (17%,0%,31%,50%) (0.17/0.00/0.31/0.50)

CMYK percentages

%17.32
%0
%31.5
%50.2

Codes

Color #697F57 in popluar color models

697F57
RGB10512787
HSL93°18.69%41.96%
HSB/HSV93°31.50%49.80%
CMYK17.32%0.00%31.50%
50.20%

Color #697F57 in popluar number systems.

HEX697F57
Decimal10512787
Binary110100111111111010111
Octal151177127

Shades and tints

Shades of #697F57

#697F57
(105,127,87)
#607450
(96,116,80)
#576949
(87,105,73)
#4E5E42
(78,94,66)
#45533B
(69,83,59)
#3C4834
(60,72,52)
#333D2D
(51,61,45)
#2A3226
(42,50,38)
#21271F
(33,39,31)
#181C18
(24,28,24)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #697F57

#697F57
(105,127,87)
#768A66
(118,138,102)
#839575
(131,149,117)
#90A084
(144,160,132)
#9DAB93
(157,171,147)
#AAB6A2
(170,182,162)
#B7C1B1
(183,193,177)
#C4CCC0
(196,204,192)
#D1D7CF
(209,215,207)
#DEE2DE
(222,226,222)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697F57 color. Also use rgb(105,127,87) instead hex code.

Text Font Color

.myTextColor { color: #697F57; }

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

This text font color is #697F57.


Background Color

.myBgColor { background-color: #697F57; }

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

This div background color is #697F57.


Border color

.myBorderColor { border: 1px solid #697F57; }

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

This div border color is #697F57.


Opacity

.myOpacity80 { color: #697F57; opacity: 0.8; }

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

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

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

This text has shadow with #697F57 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #697F57 on black background.


Color preview on white background

This text has color #697F57 on white background.



Black color preview on #697F57 background

This text has black color on #697F57 background.


White color preview on #697F57 background

This text has white color on #697F57 background.