COLOR #697465

HEX: #697465 RGB: (105,116,101)

Color info

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

RGB color model

#697465 color RGB value is (105,116,101).

RGB: (105,116,101) (41%, 45%, 40%)

RGB channels and saturation

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

105
116
101

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

Portions of RGB colors in percentages

R + G + B = 105 + 116 + 101 = 322 (100%)
R 105 of 322 ~ 32.61%
G 116 of 322 ~ 36.02%
B 101 of 322 ~ 31.37'%

%32.61
%36.02
%31.37

CMYK color model

#697465 color CMYK value is (9,0,13,55).

  • cyan value is 9.48%
  • magenta value is 0.00%
  • yellow value is 12.93%
  • key color value is 54.51%

CMYK: (9,0,13,55)
C9M0Y13K55 (9%, 0%, 13%, 55%)
(0.09 / 0.00 / 0.13 / 0.55)

CMYK percentages

%9.48
%0
%12.93
%54.51

Codes

Color #697465 in popluar color models

69 74 65
RGB 105 116 101
HSL 104° 6.91% 42.55%
HSB/HSV 104° 12.93% 45.49%
CMYK 9.48% 0.00% 12.93%
54.51%

Color #697465 in popluar number systems.

HEX 69 74 65
Decimal 105 116 101
Binary 1101001 1110100 1100101
Octal 151 164 145

Shades and tints

Shades of #697465

#697465
(105,116,101)
#606A5C
(96,106,92)
#576053
(87,96,83)
#4E564A
(78,86,74)
#454C41
(69,76,65)
#3C4238
(60,66,56)
#33382F
(51,56,47)
#2A2E26
(42,46,38)
#21241D
(33,36,29)
#181A14
(24,26,20)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #697465

#697465
(105,116,101)
#768073
(118,128,115)
#838C81
(131,140,129)
#90988F
(144,152,143)
#9DA49D
(157,164,157)
#AAB0AB
(170,176,171)
#B7BCB9
(183,188,185)
#C4C8C7
(196,200,199)
#D1D4D5
(209,212,213)
#DEE0E3
(222,224,227)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697465; }

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

This text font color is #697465.

Background Color

.myBgColor { background-color: #697465; }

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

This div background color is #697465.

Border color

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

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

This div border color is #697465.

Opacity

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

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

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

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

This text has shadow with #697465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #697465.

Preview

Color preview on black background

This text has color #697465 on black background.


Color preview on white background

This text has color #697465 on white background.


Black color preview on #697465 background

This text has black color on #697465 background.


White color preview on #697465 background

This text has white color on #697465 background.


Related colors

Complementary color

Complementary color for #hex is #968B9A.


I love getcolorcode.com

Triadic colors

1 #656974 and #746569 with #697465 are triadic colors.

2 #657469 and #746965 with #697465 are triadic colors.