COLOR #667D6E

HEX: #667D6E
RGB: (102,125,110)

Color info

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

RGB color model

#667D6E color RGB value is (102,125,110).

  • red value is 102;
  • green value is 125;
  • blue value is 110.
RGB:
(102,125,110)
(40%,49%,43%)

RGB channels and saturation

R 102 of 255 = 40%
G 125 of 255 = 49%
B 110 of 255 = 43%

102
125
110

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

Portions of RGB colors in percentages

R + G + B =
102 + 125 + 110 = 337 (100%)
R 102 of 337 ~ 30.27%
G 125 of 337 ~ 37.09%
B 110 of 337 ~ 32.64%

%30.27
%37.09
%32.64

CMYK color model

#667D6E color CMYK value is (18,0,12,51).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 50.98%
CMYK:
(18,0,12,51)
C18M0Y12K51 
(18%,0%,12%,51%)
(0.18/0.00/0.12/0.51)	

CMYK percentages

%18.4
%0
%12
%50.98

Codes

Color #667D6E in popluar color models

667D6E
RGB102125110
HSL141°10.13%44.51%
HSB/HSV141°18.40%49.02%
CMYK18.40%0.00%12.00%
50.98%

Color #667D6E in popluar number systems.

HEX667D6E
Decimal102125110
Binary110011011111011101110
Octal146175156

Shades and tints

Shades of #667D6E

#667D6E
(102,125,110)
#5D7264
(93,114,100)
#54675A
(84,103,90)
#4B5C50
(75,92,80)
#425146
(66,81,70)
#39463C
(57,70,60)
#303B32
(48,59,50)
#273028
(39,48,40)
#1E251E
(30,37,30)
#151A14
(21,26,20)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #667D6E

#667D6E
(102,125,110)
#73887B
(115,136,123)
#809388
(128,147,136)
#8D9E95
(141,158,149)
#9AA9A2
(154,169,162)
#A7B4AF
(167,180,175)
#B4BFBC
(180,191,188)
#C1CAC9
(193,202,201)
#CED5D6
(206,213,214)
#DBE0E3
(219,224,227)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667D6E; }

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

This text font color is #667D6E.


Background Color

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

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

This div background color is #667D6E.


Border color

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

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

This div border color is #667D6E.


Opacity

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

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

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

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

This text has shadow with #667D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667D6E on black background.


Color preview on white background

This text has color #667D6E on white background.



Black color preview on #667D6E background

This text has black color on #667D6E background.


White color preview on #667D6E background

This text has white color on #667D6E background.