COLOR #696257

HEX: #696257
RGB: (105,98,87)

Color info

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

RGB color model

#696257 color RGB value is (105,98,87).

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

RGB channels and saturation

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

105
98
87

R + G + B ~ 38%. #696257 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 98 + 87 = 290 (100%)
R 105 of 290 ~ 36.21%
G 98 of 290 ~ 33.79%
B 87 of 290 ~ 30%

%36.21
%33.79
%30

CMYK color model

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

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

CMYK percentages

%0
%6.67
%17.14
%58.82

Codes

Color #696257 in popluar color models

696257
RGB1059887
HSL37°9.38%37.65%
HSB/HSV37°17.14%41.18%
CMYK0.00%6.67%17.14%
58.82%

Color #696257 in popluar number systems.

HEX696257
Decimal1059887
Binary110100111000101010111
Octal151142127

Shades and tints

Shades of #696257

#696257
(105,98,87)
#605A50
(96,90,80)
#575249
(87,82,73)
#4E4A42
(78,74,66)
#45423B
(69,66,59)
#3C3A34
(60,58,52)
#33322D
(51,50,45)
#2A2A26
(42,42,38)
#21221F
(33,34,31)
#181A18
(24,26,24)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #696257

#696257
(105,98,87)
#767066
(118,112,102)
#837E75
(131,126,117)
#908C84
(144,140,132)
#9D9A93
(157,154,147)
#AAA8A2
(170,168,162)
#B7B6B1
(183,182,177)
#C4C4C0
(196,196,192)
#D1D2CF
(209,210,207)
#DEE0DE
(222,224,222)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696257; }

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

This text font color is #696257.


Background Color

.myBgColor { background-color: #696257; }

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

This div background color is #696257.


Border color

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

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

This div border color is #696257.


Opacity

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

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

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

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

This text has shadow with #696257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696257 on black background.


Color preview on white background

This text has color #696257 on white background.



Black color preview on #696257 background

This text has black color on #696257 background.


White color preview on #696257 background

This text has white color on #696257 background.