COLOR #696A55

HEX: #696A55
RGB: (105,106,85)

Color info

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

RGB color model

#696A55 color RGB value is (105,106,85).

  • red value is 105;
  • green value is 106;
  • blue value is 85.
RGB:
(105,106,85)
(41%,42%,33%)

RGB channels and saturation

R 105 of 255 = 41%
G 106 of 255 = 42%
B 85 of 255 = 33%

105
106
85

R + G + B ~ 39%. #696A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 106 + 85 = 296 (100%)
R 105 of 296 ~ 35.47%
G 106 of 296 ~ 35.81%
B 85 of 296 ~ 28.72%

%35.47
%35.81
%28.72

CMYK color model

#696A55 color CMYK value is (1,0,20,58).

  • cyan value is 0.94%
  • magenta value is 0.00%
  • yellow value is 19.81%
  • key color value is 58.43%
CMYK:
(1,0,20,58)
C1M0Y20K58 
(1%,0%,20%,58%)
(0.01/0.00/0.20/0.58)	

CMYK percentages

%0.94
%0
%19.81
%58.43

Codes

Color #696A55 in popluar color models

696A55
RGB10510685
HSL63°10.99%37.45%
HSB/HSV63°19.81%41.57%
CMYK0.94%0.00%19.81%
58.43%

Color #696A55 in popluar number systems.

HEX696A55
Decimal10510685
Binary110100111010101010101
Octal151152125

Shades and tints

Shades of #696A55

#696A55
(105,106,85)
#60614E
(96,97,78)
#575847
(87,88,71)
#4E4F40
(78,79,64)
#454639
(69,70,57)
#3C3D32
(60,61,50)
#33342B
(51,52,43)
#2A2B24
(42,43,36)
#21221D
(33,34,29)
#181916
(24,25,22)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #696A55

#696A55
(105,106,85)
#767764
(118,119,100)
#838473
(131,132,115)
#909182
(144,145,130)
#9D9E91
(157,158,145)
#AAABA0
(170,171,160)
#B7B8AF
(183,184,175)
#C4C5BE
(196,197,190)
#D1D2CD
(209,210,205)
#DEDFDC
(222,223,220)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696A55 color. Also use rgb(105,106,85) instead hex code.

Text Font Color

.myTextColor { color: #696A55; }

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

This text font color is #696A55.


Background Color

.myBgColor { background-color: #696A55; }

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

This div background color is #696A55.


Border color

.myBorderColor { border: 1px solid #696A55; }

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

This div border color is #696A55.


Opacity

.myOpacity80 { color: #696A55; opacity: 0.8; }

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

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

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

This text has shadow with #696A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696A55 on black background.


Color preview on white background

This text has color #696A55 on white background.



Black color preview on #696A55 background

This text has black color on #696A55 background.


White color preview on #696A55 background

This text has white color on #696A55 background.