COLOR #696957

HEX: #696957
RGB: (105,105,87)

Color info

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

RGB color model

#696957 color RGB value is (105,105,87).

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

RGB channels and saturation

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

105
105
87

R + G + B ~ 39%. #696957 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 105 + 87 = 297 (100%)
R 105 of 297 ~ 35.35%
G 105 of 297 ~ 35.35%
B 87 of 297 ~ 29.29%

%35.35
%35.35
%29.29

CMYK color model

#696957 color CMYK value is (0,0,17,59).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 58.82%
CMYK:
(0,0,17,59)
C0M0Y17K59 
(0%,0%,17%,59%)
(0.00/0.00/0.17/0.59)	

CMYK percentages

%0
%0
%17.14
%58.82

Codes

Color #696957 in popluar color models

696957
RGB10510587
HSL60°9.38%37.65%
HSB/HSV60°17.14%41.18%
CMYK0.00%0.00%17.14%
58.82%

Color #696957 in popluar number systems.

HEX696957
Decimal10510587
Binary110100111010011010111
Octal151151127

Shades and tints

Shades of #696957

#696957
(105,105,87)
#606050
(96,96,80)
#575749
(87,87,73)
#4E4E42
(78,78,66)
#45453B
(69,69,59)
#3C3C34
(60,60,52)
#33332D
(51,51,45)
#2A2A26
(42,42,38)
#21211F
(33,33,31)
#181818
(24,24,24)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #696957

#696957
(105,105,87)
#767666
(118,118,102)
#838375
(131,131,117)
#909084
(144,144,132)
#9D9D93
(157,157,147)
#AAAAA2
(170,170,162)
#B7B7B1
(183,183,177)
#C4C4C0
(196,196,192)
#D1D1CF
(209,209,207)
#DEDEDE
(222,222,222)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696957; }

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

This text font color is #696957.


Background Color

.myBgColor { background-color: #696957; }

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

This div background color is #696957.


Border color

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

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

This div border color is #696957.


Opacity

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

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

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

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

This text has shadow with #696957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696957 on black background.


Color preview on white background

This text has color #696957 on white background.



Black color preview on #696957 background

This text has black color on #696957 background.


White color preview on #696957 background

This text has white color on #696957 background.