COLOR #696E50

HEX: #696E50
RGB: (105,110,80)

Color info

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

RGB color model

#696E50 color RGB value is (105,110,80).

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

RGB channels and saturation

R 105 of 255 = 41%
G 110 of 255 = 43%
B 80 of 255 = 31%

105
110
80

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

Portions of RGB colors in percentages

R + G + B =
105 + 110 + 80 = 295 (100%)
R 105 of 295 ~ 35.59%
G 110 of 295 ~ 37.29%
B 80 of 295 ~ 27.12%

%35.59
%37.29
%27.12

CMYK color model

#696E50 color CMYK value is (5,0,27,57).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 56.86%
CMYK:
(5,0,27,57)
C5M0Y27K57 
(5%,0%,27%,57%)
(0.05/0.00/0.27/0.57)	

CMYK percentages

%4.55
%0
%27.27
%56.86

Codes

Color #696E50 in popluar color models

696E50
RGB10511080
HSL70°15.79%37.25%
HSB/HSV70°27.27%43.14%
CMYK4.55%0.00%27.27%
56.86%

Color #696E50 in popluar number systems.

HEX696E50
Decimal10511080
Binary110100111011101010000
Octal151156120

Shades and tints

Shades of #696E50

#696E50
(105,110,80)
#606449
(96,100,73)
#575A42
(87,90,66)
#4E503B
(78,80,59)
#454634
(69,70,52)
#3C3C2D
(60,60,45)
#333226
(51,50,38)
#2A281F
(42,40,31)
#211E18
(33,30,24)
#181411
(24,20,17)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #696E50

#696E50
(105,110,80)
#767B5F
(118,123,95)
#83886E
(131,136,110)
#90957D
(144,149,125)
#9DA28C
(157,162,140)
#AAAF9B
(170,175,155)
#B7BCAA
(183,188,170)
#C4C9B9
(196,201,185)
#D1D6C8
(209,214,200)
#DEE3D7
(222,227,215)
#EBF0E6
(235,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696E50; }

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

This text font color is #696E50.


Background Color

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

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

This div background color is #696E50.


Border color

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

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

This div border color is #696E50.


Opacity

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

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

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

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

This text has shadow with #696E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696E50 on black background.


Color preview on white background

This text has color #696E50 on white background.



Black color preview on #696E50 background

This text has black color on #696E50 background.


White color preview on #696E50 background

This text has white color on #696E50 background.