COLOR #667B5F

HEX: #667B5F
RGB: (102,123,95)

Color info

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

RGB color model

#667B5F color RGB value is (102,123,95).

  • red value is 102;
  • green value is 123;
  • blue value is 95.
RGB:
(102,123,95)
(40%,48%,37%)

RGB channels and saturation

R 102 of 255 = 40%
G 123 of 255 = 48%
B 95 of 255 = 37%

102
123
95

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

Portions of RGB colors in percentages

R + G + B =
102 + 123 + 95 = 320 (100%)
R 102 of 320 ~ 31.88%
G 123 of 320 ~ 38.44%
B 95 of 320 ~ 29.69%

%31.88
%38.44
%29.69

CMYK color model

#667B5F color CMYK value is (17,0,23,52).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 22.76%
  • key color value is 51.76%
CMYK:
(17,0,23,52)
C17M0Y23K52 
(17%,0%,23%,52%)
(0.17/0.00/0.23/0.52)	

CMYK percentages

%17.07
%0
%22.76
%51.76

Codes

Color #667B5F in popluar color models

667B5F
RGB10212395
HSL105°12.84%42.75%
HSB/HSV105°22.76%48.24%
CMYK17.07%0.00%22.76%
51.76%

Color #667B5F in popluar number systems.

HEX667B5F
Decimal10212395
Binary110011011110111011111
Octal146173137

Shades and tints

Shades of #667B5F

#667B5F
(102,123,95)
#5D7057
(93,112,87)
#54654F
(84,101,79)
#4B5A47
(75,90,71)
#424F3F
(66,79,63)
#394437
(57,68,55)
#30392F
(48,57,47)
#272E27
(39,46,39)
#1E231F
(30,35,31)
#151817
(21,24,23)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #667B5F

#667B5F
(102,123,95)
#73876D
(115,135,109)
#80937B
(128,147,123)
#8D9F89
(141,159,137)
#9AAB97
(154,171,151)
#A7B7A5
(167,183,165)
#B4C3B3
(180,195,179)
#C1CFC1
(193,207,193)
#CEDBCF
(206,219,207)
#DBE7DD
(219,231,221)
#E8F3EB
(232,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667B5F color. Also use rgb(102,123,95) instead hex code.

Text Font Color

.myTextColor { color: #667B5F; }

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

This text font color is #667B5F.


Background Color

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

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

This div background color is #667B5F.


Border color

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

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

This div border color is #667B5F.


Opacity

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

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

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

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

This text has shadow with #667B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667B5F on black background.


Color preview on white background

This text has color #667B5F on white background.



Black color preview on #667B5F background

This text has black color on #667B5F background.


White color preview on #667B5F background

This text has white color on #667B5F background.