COLOR #69676C

HEX: #69676C RGB: (105,103,108)

Color info

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

RGB color model

#69676C color RGB value is (105,103,108).

RGB: (105,103,108) (41%, 40%, 42%)

RGB channels and saturation

R 105 of 255 = 41%
G 103 of 255 = 40%
B 108 of 255 = 42%

105
103
108

R + G + B ~ 41%. #69676C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 103 + 108 = 316 (100%)
R 105 of 316 ~ 33.23%
G 103 of 316 ~ 32.59%
B 108 of 316 ~ 34.18'%

%33.23
%32.59
%34.18

CMYK color model

#69676C color CMYK value is (3,5,0,58).

  • cyan value is 2.78%
  • magenta value is 4.63%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (3,5,0,58)
C3M5Y0K58 (3%, 5%, 0%, 58%)
(0.03 / 0.05 / 0.00 / 0.58)

CMYK percentages

%2.78
%4.63
%0
%57.65

Codes

Color #69676C in popluar color models

69 67 6C
RGB 105 103 108
HSL 264° 2.37% 41.37%
HSB/HSV 264° 4.63% 42.35%
CMYK 2.78% 4.63% 0.00%
57.65%

Color #69676C in popluar number systems.

HEX 69 67 6C
Decimal 105 103 108
Binary 1101001 1100111 1101100
Octal 151 147 154

Shades and tints

Shades of #69676C

#69676C
(105,103,108)
#605E63
(96,94,99)
#57555A
(87,85,90)
#4E4C51
(78,76,81)
#454348
(69,67,72)
#3C3A3F
(60,58,63)
#333136
(51,49,54)
#2A282D
(42,40,45)
#211F24
(33,31,36)
#18161B
(24,22,27)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #69676C

#69676C
(105,103,108)
#767479
(118,116,121)
#838186
(131,129,134)
#908E93
(144,142,147)
#9D9BA0
(157,155,160)
#AAA8AD
(170,168,173)
#B7B5BA
(183,181,186)
#C4C2C7
(196,194,199)
#D1CFD4
(209,207,212)
#DEDCE1
(222,220,225)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69676C color. Also use rgb(105,103,108) instead hex code.

Text Font Color

.myTextColor { color: #69676C; }

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

This text font color is #69676C.

Background Color

.myBgColor { background-color: #69676C; }

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

This div background color is #69676C.

Border color

.myBorderColor { border: 1px solid #69676C; }

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

This div border color is #69676C.

Opacity

.myOpacity80 { color: #69676C; opacity: 0.8; }

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

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

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

This text has shadow with #69676C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #69676C.

Preview

Color preview on black background

This text has color #69676C on black background.


Color preview on white background

This text has color #69676C on white background.


Black color preview on #69676C background

This text has black color on #69676C background.


White color preview on #69676C background

This text has white color on #69676C background.


Related colors

Complementary color

Complementary color for #hex is #969893.


I love getcolorcode.com

Triadic colors

1 #6C6967 and #676C69 with #69676C are triadic colors.

2 #6C6769 and #67696C with #69676C are triadic colors.