COLOR #696353

HEX: #696353
RGB: (105,99,83)

Color info

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

RGB color model

#696353 color RGB value is (105,99,83).

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

RGB channels and saturation

R 105 of 255 = 41%
G 99 of 255 = 39%
B 83 of 255 = 33%

105
99
83

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

Portions of RGB colors in percentages

R + G + B =
105 + 99 + 83 = 287 (100%)
R 105 of 287 ~ 36.59%
G 99 of 287 ~ 34.49%
B 83 of 287 ~ 28.92%

%36.59
%34.49
%28.92

CMYK color model

#696353 color CMYK value is (0,6,21,59).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 20.95%
  • key color value is 58.82%
CMYK:
(0,6,21,59)
C0M6Y21K59 
(0%,6%,21%,59%)
(0.00/0.06/0.21/0.59)	

CMYK percentages

%0
%5.71
%20.95
%58.82

Codes

Color #696353 in popluar color models

696353
RGB1059983
HSL44°11.70%36.86%
HSB/HSV44°20.95%41.18%
CMYK0.00%5.71%20.95%
58.82%

Color #696353 in popluar number systems.

HEX696353
Decimal1059983
Binary110100111000111010011
Octal151143123

Shades and tints

Shades of #696353

#696353
(105,99,83)
#605A4C
(96,90,76)
#575145
(87,81,69)
#4E483E
(78,72,62)
#453F37
(69,63,55)
#3C3630
(60,54,48)
#332D29
(51,45,41)
#2A2422
(42,36,34)
#211B1B
(33,27,27)
#181214
(24,18,20)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #696353

#696353
(105,99,83)
#767162
(118,113,98)
#837F71
(131,127,113)
#908D80
(144,141,128)
#9D9B8F
(157,155,143)
#AAA99E
(170,169,158)
#B7B7AD
(183,183,173)
#C4C5BC
(196,197,188)
#D1D3CB
(209,211,203)
#DEE1DA
(222,225,218)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696353; }

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

This text font color is #696353.


Background Color

.myBgColor { background-color: #696353; }

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

This div background color is #696353.


Border color

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

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

This div border color is #696353.


Opacity

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

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

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

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

This text has shadow with #696353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696353 on black background.


Color preview on white background

This text has color #696353 on white background.



Black color preview on #696353 background

This text has black color on #696353 background.


White color preview on #696353 background

This text has white color on #696353 background.