COLOR #667D6B

HEX: #667D6B RGB: (102,125,107)

Color info

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

RGB color model

#667D6B color RGB value is (102,125,107).

RGB: (102,125,107) (40%, 49%, 42%)

RGB channels and saturation

R 102 of 255 = 40%
G 125 of 255 = 49%
B 107 of 255 = 42%

102
125
107

R + G + B ~ 44%. #667D6B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 125 + 107 = 334 (100%)
R 102 of 334 ~ 30.54%
G 125 of 334 ~ 37.43%
B 107 of 334 ~ 32.04'%

%30.54
%37.43
%32.04

CMYK color model

#667D6B color CMYK value is (18,0,14,51).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 14.40%
  • key color value is 50.98%

CMYK: (18,0,14,51)
C18M0Y14K51 (18%, 0%, 14%, 51%)
(0.18 / 0.00 / 0.14 / 0.51)

CMYK percentages

%18.4
%0
%14.4
%50.98

Codes

Color #667D6B in popluar color models

66 7D 6B
RGB 102 125 107
HSL 133° 10.13% 44.51%
HSB/HSV 133° 18.40% 49.02%
CMYK 18.40% 0.00% 14.40%
50.98%

Color #667D6B in popluar number systems.

HEX 66 7D 6B
Decimal 102 125 107
Binary 1100110 1111101 1101011
Octal 146 175 153

Shades and tints

Shades of #667D6B

#667D6B
(102,125,107)
#5D7262
(93,114,98)
#546759
(84,103,89)
#4B5C50
(75,92,80)
#425147
(66,81,71)
#39463E
(57,70,62)
#303B35
(48,59,53)
#27302C
(39,48,44)
#1E2523
(30,37,35)
#151A1A
(21,26,26)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #667D6B

#667D6B
(102,125,107)
#738878
(115,136,120)
#809385
(128,147,133)
#8D9E92
(141,158,146)
#9AA99F
(154,169,159)
#A7B4AC
(167,180,172)
#B4BFB9
(180,191,185)
#C1CAC6
(193,202,198)
#CED5D3
(206,213,211)
#DBE0E0
(219,224,224)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667D6B color. Also use rgb(102,125,107) instead hex code.

Text Font Color

.myTextColor { color: #667D6B; }

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

This text font color is #667D6B.

Background Color

.myBgColor { background-color: #667D6B; }

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

This div background color is #667D6B.

Border color

.myBorderColor { border: 1px solid #667D6B; }

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

This div border color is #667D6B.

Opacity

.myOpacity80 { color: #667D6B; opacity: 0.8; }

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

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

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

This text has shadow with #667D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667D6B.

Preview

Color preview on black background

This text has color #667D6B on black background.


Color preview on white background

This text has color #667D6B on white background.


Black color preview on #667D6B background

This text has black color on #667D6B background.


White color preview on #667D6B background

This text has white color on #667D6B background.


Related colors

Complementary color

Complementary color for #hex is #998294.


I love getcolorcode.com

Triadic colors

1 #6B667D and #7D6B66 with #667D6B are triadic colors.

2 #6B7D66 and #7D666B with #667D6B are triadic colors.