COLOR #696A50

HEX: #696A50
RGB: (105,106,80)

Color info

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

RGB color model

#696A50 color RGB value is (105,106,80).

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

RGB channels and saturation

R 105 of 255 = 41%
G 106 of 255 = 42%
B 80 of 255 = 31%

105
106
80

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

Portions of RGB colors in percentages

R + G + B =
105 + 106 + 80 = 291 (100%)
R 105 of 291 ~ 36.08%
G 106 of 291 ~ 36.43%
B 80 of 291 ~ 27.49%

%36.08
%36.43
%27.49

CMYK color model

#696A50 color CMYK value is (1,0,25,58).

  • cyan value is 0.94%
  • magenta value is 0.00%
  • yellow value is 24.53%
  • key color value is 58.43%
CMYK:
(1,0,25,58)
C1M0Y25K58 
(1%,0%,25%,58%)
(0.01/0.00/0.25/0.58)	

CMYK percentages

%0.94
%0
%24.53
%58.43

Codes

Color #696A50 in popluar color models

696A50
RGB10510680
HSL62°13.98%36.47%
HSB/HSV62°24.53%41.57%
CMYK0.94%0.00%24.53%
58.43%

Color #696A50 in popluar number systems.

HEX696A50
Decimal10510680
Binary110100111010101010000
Octal151152120

Shades and tints

Shades of #696A50

#696A50
(105,106,80)
#606149
(96,97,73)
#575842
(87,88,66)
#4E4F3B
(78,79,59)
#454634
(69,70,52)
#3C3D2D
(60,61,45)
#333426
(51,52,38)
#2A2B1F
(42,43,31)
#212218
(33,34,24)
#181911
(24,25,17)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #696A50

#696A50
(105,106,80)
#76775F
(118,119,95)
#83846E
(131,132,110)
#90917D
(144,145,125)
#9D9E8C
(157,158,140)
#AAAB9B
(170,171,155)
#B7B8AA
(183,184,170)
#C4C5B9
(196,197,185)
#D1D2C8
(209,210,200)
#DEDFD7
(222,223,215)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696A50; }

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

This text font color is #696A50.


Background Color

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

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

This div background color is #696A50.


Border color

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

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

This div border color is #696A50.


Opacity

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

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

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

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

This text has shadow with #696A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696A50 on black background.


Color preview on white background

This text has color #696A50 on white background.



Black color preview on #696A50 background

This text has black color on #696A50 background.


White color preview on #696A50 background

This text has white color on #696A50 background.