COLOR #696D75

HEX: #696D75 RGB: (105,109,117)

Color info

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

RGB color model

#696D75 color RGB value is (105,109,117).

RGB: (105,109,117) (41%, 43%, 46%)

RGB channels and saturation

R 105 of 255 = 41%
G 109 of 255 = 43%
B 117 of 255 = 46%

105
109
117

R + G + B ~ 43%. #696D75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 109 + 117 = 331 (100%)
R 105 of 331 ~ 31.72%
G 109 of 331 ~ 32.93%
B 117 of 331 ~ 35.35'%

%31.72
%32.93
%35.35

CMYK color model

#696D75 color CMYK value is (10,7,0,54).

  • cyan value is 10.26%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (10,7,0,54)
C10M7Y0K54 (10%, 7%, 0%, 54%)
(0.10 / 0.07 / 0.00 / 0.54)

CMYK percentages

%10.26
%6.84
%0
%54.12

Codes

Color #696D75 in popluar color models

69 6D 75
RGB 105 109 117
HSL 220° 5.41% 43.53%
HSB/HSV 220° 10.26% 45.88%
CMYK 10.26% 6.84% 0.00%
54.12%

Color #696D75 in popluar number systems.

HEX 69 6D 75
Decimal 105 109 117
Binary 1101001 1101101 1110101
Octal 151 155 165

Shades and tints

Shades of #696D75

#696D75
(105,109,117)
#60646B
(96,100,107)
#575B61
(87,91,97)
#4E5257
(78,82,87)
#45494D
(69,73,77)
#3C4043
(60,64,67)
#333739
(51,55,57)
#2A2E2F
(42,46,47)
#212525
(33,37,37)
#181C1B
(24,28,27)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #696D75

#696D75
(105,109,117)
#767A81
(118,122,129)
#83878D
(131,135,141)
#909499
(144,148,153)
#9DA1A5
(157,161,165)
#AAAEB1
(170,174,177)
#B7BBBD
(183,187,189)
#C4C8C9
(196,200,201)
#D1D5D5
(209,213,213)
#DEE2E1
(222,226,225)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696D75 color. Also use rgb(105,109,117) instead hex code.

Text Font Color

.myTextColor { color: #696D75; }

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

This text font color is #696D75.

Background Color

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

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

This div background color is #696D75.

Border color

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

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

This div border color is #696D75.

Opacity

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

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

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

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

This text has shadow with #696D75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696D75.

Preview

Color preview on black background

This text has color #696D75 on black background.


Color preview on white background

This text has color #696D75 on white background.


Black color preview on #696D75 background

This text has black color on #696D75 background.


White color preview on #696D75 background

This text has white color on #696D75 background.


Related colors

Complementary color

Complementary color for #hex is #96928A.


I love getcolorcode.com

Triadic colors

1 #75696D and #6D7569 with #696D75 are triadic colors.

2 #756D69 and #6D6975 with #696D75 are triadic colors.