COLOR #696365

HEX: #696365
RGB: (105,99,101)

Color info

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

RGB color model

#696365 color RGB value is (105,99,101).

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

RGB channels and saturation

R 105 of 255 = 41%
G 99 of 255 = 39%
B 101 of 255 = 40%

105
99
101

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

Portions of RGB colors in percentages

R + G + B =
105 + 99 + 101 = 305 (100%)
R 105 of 305 ~ 34.43%
G 99 of 305 ~ 32.46%
B 101 of 305 ~ 33.11%

%34.43
%32.46
%33.11

CMYK color model

#696365 color CMYK value is (0,6,4,59).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 3.81%
  • key color value is 58.82%
CMYK:
(0,6,4,59)
C0M6Y4K59 
(0%,6%,4%,59%)
(0.00/0.06/0.04/0.59)	

CMYK percentages

%0
%5.71
%3.81
%58.82

Codes

Color #696365 in popluar color models

696365
RGB10599101
HSL340°2.94%40.00%
HSB/HSV340°5.71%41.18%
CMYK0.00%5.71%3.81%
58.82%

Color #696365 in popluar number systems.

HEX696365
Decimal10599101
Binary110100111000111100101
Octal151143145

Shades and tints

Shades of #696365

#696365
(105,99,101)
#605A5C
(96,90,92)
#575153
(87,81,83)
#4E484A
(78,72,74)
#453F41
(69,63,65)
#3C3638
(60,54,56)
#332D2F
(51,45,47)
#2A2426
(42,36,38)
#211B1D
(33,27,29)
#181214
(24,18,20)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #696365

#696365
(105,99,101)
#767173
(118,113,115)
#837F81
(131,127,129)
#908D8F
(144,141,143)
#9D9B9D
(157,155,157)
#AAA9AB
(170,169,171)
#B7B7B9
(183,183,185)
#C4C5C7
(196,197,199)
#D1D3D5
(209,211,213)
#DEE1E3
(222,225,227)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696365; }

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

This text font color is #696365.


Background Color

.myBgColor { background-color: #696365; }

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

This div background color is #696365.


Border color

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

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

This div border color is #696365.


Opacity

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

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

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

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

This text has shadow with #696365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696365 on black background.


Color preview on white background

This text has color #696365 on white background.



Black color preview on #696365 background

This text has black color on #696365 background.


White color preview on #696365 background

This text has white color on #696365 background.