COLOR #697466

HEX: #697466
RGB: (105,116,102)

Color info

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

RGB color model

#697466 color RGB value is (105,116,102).

  • red value is 105;
  • green value is 116;
  • blue value is 102.
RGB:
(105,116,102)
(41%,45%,40%)

RGB channels and saturation

R 105 of 255 = 41%
G 116 of 255 = 45%
B 102 of 255 = 40%

105
116
102

R + G + B ~ 42%. #697466 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 116 + 102 = 323 (100%)
R 105 of 323 ~ 32.51%
G 116 of 323 ~ 35.91%
B 102 of 323 ~ 31.58%

%32.51
%35.91
%31.58

CMYK color model

#697466 color CMYK value is (9,0,12,55).

  • cyan value is 9.48%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 54.51%
CMYK:
(9,0,12,55)
C9M0Y12K55 
(9%,0%,12%,55%)
(0.09/0.00/0.12/0.55)	

CMYK percentages

%9.48
%0
%12.07
%54.51

Codes

Color #697466 in popluar color models

697466
RGB105116102
HSL107°6.42%42.75%
HSB/HSV107°12.07%45.49%
CMYK9.48%0.00%12.07%
54.51%

Color #697466 in popluar number systems.

HEX697466
Decimal105116102
Binary110100111101001100110
Octal151164146

Shades and tints

Shades of #697466

#697466
(105,116,102)
#606A5D
(96,106,93)
#576054
(87,96,84)
#4E564B
(78,86,75)
#454C42
(69,76,66)
#3C4239
(60,66,57)
#333830
(51,56,48)
#2A2E27
(42,46,39)
#21241E
(33,36,30)
#181A15
(24,26,21)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #697466

#697466
(105,116,102)
#768073
(118,128,115)
#838C80
(131,140,128)
#90988D
(144,152,141)
#9DA49A
(157,164,154)
#AAB0A7
(170,176,167)
#B7BCB4
(183,188,180)
#C4C8C1
(196,200,193)
#D1D4CE
(209,212,206)
#DEE0DB
(222,224,219)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697466 color. Also use rgb(105,116,102) instead hex code.

Text Font Color

.myTextColor { color: #697466; }

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

This text font color is #697466.


Background Color

.myBgColor { background-color: #697466; }

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

This div background color is #697466.


Border color

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

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

This div border color is #697466.


Opacity

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

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

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

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

This text has shadow with #697466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697466 on black background.


Color preview on white background

This text has color #697466 on white background.



Black color preview on #697466 background

This text has black color on #697466 background.


White color preview on #697466 background

This text has white color on #697466 background.