COLOR #696451

HEX: #696451
RGB: (105,100,81)

Color info

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

RGB color model

#696451 color RGB value is (105,100,81).

  • red value is 105;
  • green value is 100;
  • blue value is 81.
RGB:
(105,100,81)
(41%,39%,32%)

RGB channels and saturation

R 105 of 255 = 41%
G 100 of 255 = 39%
B 81 of 255 = 32%

105
100
81

R + G + B ~ 37%. #696451 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 100 + 81 = 286 (100%)
R 105 of 286 ~ 36.71%
G 100 of 286 ~ 34.97%
B 81 of 286 ~ 28.32%

%36.71
%34.97
%28.32

CMYK color model

#696451 color CMYK value is (0,5,23,59).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 22.86%
  • key color value is 58.82%
CMYK:
(0,5,23,59)
C0M5Y23K59 
(0%,5%,23%,59%)
(0.00/0.05/0.23/0.59)	

CMYK percentages

%0
%4.76
%22.86
%58.82

Codes

Color #696451 in popluar color models

696451
RGB10510081
HSL48°12.90%36.47%
HSB/HSV48°22.86%41.18%
CMYK0.00%4.76%22.86%
58.82%

Color #696451 in popluar number systems.

HEX696451
Decimal10510081
Binary110100111001001010001
Octal151144121

Shades and tints

Shades of #696451

#696451
(105,100,81)
#605B4A
(96,91,74)
#575243
(87,82,67)
#4E493C
(78,73,60)
#454035
(69,64,53)
#3C372E
(60,55,46)
#332E27
(51,46,39)
#2A2520
(42,37,32)
#211C19
(33,28,25)
#181312
(24,19,18)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #696451

#696451
(105,100,81)
#767260
(118,114,96)
#83806F
(131,128,111)
#908E7E
(144,142,126)
#9D9C8D
(157,156,141)
#AAAA9C
(170,170,156)
#B7B8AB
(183,184,171)
#C4C6BA
(196,198,186)
#D1D4C9
(209,212,201)
#DEE2D8
(222,226,216)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696451; }

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

This text font color is #696451.


Background Color

.myBgColor { background-color: #696451; }

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

This div background color is #696451.


Border color

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

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

This div border color is #696451.


Opacity

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

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

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

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

This text has shadow with #696451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696451 on black background.


Color preview on white background

This text has color #696451 on white background.



Black color preview on #696451 background

This text has black color on #696451 background.


White color preview on #696451 background

This text has white color on #696451 background.