COLOR #667969

HEX: #667969 RGB: (102,121,105)

Color info

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

RGB color model

#667969 color RGB value is (102,121,105).

RGB: (102,121,105) (40%, 47%, 41%)

RGB channels and saturation

R 102 of 255 = 40%
G 121 of 255 = 47%
B 105 of 255 = 41%

102
121
105

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

Portions of RGB colors in percentages

R + G + B = 102 + 121 + 105 = 328 (100%)
R 102 of 328 ~ 31.1%
G 121 of 328 ~ 36.89%
B 105 of 328 ~ 32.01'%

%31.1
%36.89
%32.01

CMYK color model

#667969 color CMYK value is (16,0,13,53).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 13.22%
  • key color value is 52.55%

CMYK: (16,0,13,53)
C16M0Y13K53 (16%, 0%, 13%, 53%)
(0.16 / 0.00 / 0.13 / 0.53)

CMYK percentages

%15.7
%0
%13.22
%52.55

Codes

Color #667969 in popluar color models

66 79 69
RGB 102 121 105
HSL 129° 8.52% 43.73%
HSB/HSV 129° 15.70% 47.45%
CMYK 15.70% 0.00% 13.22%
52.55%

Color #667969 in popluar number systems.

HEX 66 79 69
Decimal 102 121 105
Binary 1100110 1111001 1101001
Octal 146 171 151

Shades and tints

Shades of #667969

#667969
(102,121,105)
#5D6E60
(93,110,96)
#546357
(84,99,87)
#4B584E
(75,88,78)
#424D45
(66,77,69)
#39423C
(57,66,60)
#303733
(48,55,51)
#272C2A
(39,44,42)
#1E2121
(30,33,33)
#151618
(21,22,24)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #667969

#667969
(102,121,105)
#738576
(115,133,118)
#809183
(128,145,131)
#8D9D90
(141,157,144)
#9AA99D
(154,169,157)
#A7B5AA
(167,181,170)
#B4C1B7
(180,193,183)
#C1CDC4
(193,205,196)
#CED9D1
(206,217,209)
#DBE5DE
(219,229,222)
#E8F1EB
(232,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667969; }

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

This text font color is #667969.

Background Color

.myBgColor { background-color: #667969; }

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

This div background color is #667969.

Border color

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

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

This div border color is #667969.

Opacity

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

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

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

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

This text has shadow with #667969 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667969.

Preview

Color preview on black background

This text has color #667969 on black background.


Color preview on white background

This text has color #667969 on white background.


Black color preview on #667969 background

This text has black color on #667969 background.


White color preview on #667969 background

This text has white color on #667969 background.


Related colors

Complementary color

Complementary color for #hex is #998696.


I love getcolorcode.com

Triadic colors

1 #696679 and #796966 with #667969 are triadic colors.

2 #697966 and #796669 with #667969 are triadic colors.