COLOR #696359

HEX: #696359
RGB: (105,99,89)

Color info

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

RGB color model

#696359 color RGB value is (105,99,89).

  • red value is 105;
  • green value is 99;
  • blue value is 89.
RGB:
(105,99,89)
(41%,39%,35%)

RGB channels and saturation

R 105 of 255 = 41%
G 99 of 255 = 39%
B 89 of 255 = 35%

105
99
89

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

Portions of RGB colors in percentages

R + G + B =
105 + 99 + 89 = 293 (100%)
R 105 of 293 ~ 35.84%
G 99 of 293 ~ 33.79%
B 89 of 293 ~ 30.38%

%35.84
%33.79
%30.38

CMYK color model

#696359 color CMYK value is (0,6,15,59).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 15.24%
  • key color value is 58.82%
CMYK:
(0,6,15,59)
C0M6Y15K59 
(0%,6%,15%,59%)
(0.00/0.06/0.15/0.59)	

CMYK percentages

%0
%5.71
%15.24
%58.82

Codes

Color #696359 in popluar color models

696359
RGB1059989
HSL38°8.25%38.04%
HSB/HSV38°15.24%41.18%
CMYK0.00%5.71%15.24%
58.82%

Color #696359 in popluar number systems.

HEX696359
Decimal1059989
Binary110100111000111011001
Octal151143131

Shades and tints

Shades of #696359

#696359
(105,99,89)
#605A51
(96,90,81)
#575149
(87,81,73)
#4E4841
(78,72,65)
#453F39
(69,63,57)
#3C3631
(60,54,49)
#332D29
(51,45,41)
#2A2421
(42,36,33)
#211B19
(33,27,25)
#181211
(24,18,17)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #696359

#696359
(105,99,89)
#767168
(118,113,104)
#837F77
(131,127,119)
#908D86
(144,141,134)
#9D9B95
(157,155,149)
#AAA9A4
(170,169,164)
#B7B7B3
(183,183,179)
#C4C5C2
(196,197,194)
#D1D3D1
(209,211,209)
#DEE1E0
(222,225,224)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696359; }

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

This text font color is #696359.


Background Color

.myBgColor { background-color: #696359; }

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

This div background color is #696359.


Border color

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

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

This div border color is #696359.


Opacity

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

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

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

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

This text has shadow with #696359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696359 on black background.


Color preview on white background

This text has color #696359 on white background.



Black color preview on #696359 background

This text has black color on #696359 background.


White color preview on #696359 background

This text has white color on #696359 background.