COLOR #667E75

HEX: #667E75
RGB: (102,126,117)

Color info

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

RGB color model

#667E75 color RGB value is (102,126,117).

  • red value is 102;
  • green value is 126;
  • blue value is 117.
RGB:
(102,126,117)
(40%,49%,46%)

RGB channels and saturation

R 102 of 255 = 40%
G 126 of 255 = 49%
B 117 of 255 = 46%

102
126
117

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

Portions of RGB colors in percentages

R + G + B =
102 + 126 + 117 = 345 (100%)
R 102 of 345 ~ 29.57%
G 126 of 345 ~ 36.52%
B 117 of 345 ~ 33.91%

%29.57
%36.52
%33.91

CMYK color model

#667E75 color CMYK value is (19,0,7,51).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 50.59%
CMYK:
(19,0,7,51)
C19M0Y7K51 
(19%,0%,7%,51%)
(0.19/0.00/0.07/0.51)	

CMYK percentages

%19.05
%0
%7.14
%50.59

Codes

Color #667E75 in popluar color models

667E75
RGB102126117
HSL158°10.53%44.71%
HSB/HSV158°19.05%49.41%
CMYK19.05%0.00%7.14%
50.59%

Color #667E75 in popluar number systems.

HEX667E75
Decimal102126117
Binary110011011111101110101
Octal146176165

Shades and tints

Shades of #667E75

#667E75
(102,126,117)
#5D736B
(93,115,107)
#546861
(84,104,97)
#4B5D57
(75,93,87)
#42524D
(66,82,77)
#394743
(57,71,67)
#303C39
(48,60,57)
#27312F
(39,49,47)
#1E2625
(30,38,37)
#151B1B
(21,27,27)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #667E75

#667E75
(102,126,117)
#738981
(115,137,129)
#80948D
(128,148,141)
#8D9F99
(141,159,153)
#9AAAA5
(154,170,165)
#A7B5B1
(167,181,177)
#B4C0BD
(180,192,189)
#C1CBC9
(193,203,201)
#CED6D5
(206,214,213)
#DBE1E1
(219,225,225)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667E75 color. Also use rgb(102,126,117) instead hex code.

Text Font Color

.myTextColor { color: #667E75; }

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

This text font color is #667E75.


Background Color

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

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

This div background color is #667E75.


Border color

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

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

This div border color is #667E75.


Opacity

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

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

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

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

This text has shadow with #667E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667E75 on black background.


Color preview on white background

This text has color #667E75 on white background.



Black color preview on #667E75 background

This text has black color on #667E75 background.


White color preview on #667E75 background

This text has white color on #667E75 background.