COLOR #667050

HEX: #667050
RGB: (102,112,80)

Color info

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

RGB color model

#667050 color RGB value is (102,112,80).

  • red value is 102;
  • green value is 112;
  • blue value is 80.
RGB:
(102,112,80)
(40%,44%,31%)

RGB channels and saturation

R 102 of 255 = 40%
G 112 of 255 = 44%
B 80 of 255 = 31%

102
112
80

R + G + B ~ 38%. #667050 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 112 + 80 = 294 (100%)
R 102 of 294 ~ 34.69%
G 112 of 294 ~ 38.1%
B 80 of 294 ~ 27.21%

%34.69
%38.1
%27.21

CMYK color model

#667050 color CMYK value is (9,0,29,56).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 56.08%
CMYK:
(9,0,29,56)
C9M0Y29K56 
(9%,0%,29%,56%)
(0.09/0.00/0.29/0.56)	

CMYK percentages

%8.93
%0
%28.57
%56.08

Codes

Color #667050 in popluar color models

667050
RGB10211280
HSL79°16.67%37.65%
HSB/HSV79°28.57%43.92%
CMYK8.93%0.00%28.57%
56.08%

Color #667050 in popluar number systems.

HEX667050
Decimal10211280
Binary110011011100001010000
Octal146160120

Shades and tints

Shades of #667050

#667050
(102,112,80)
#5D6649
(93,102,73)
#545C42
(84,92,66)
#4B523B
(75,82,59)
#424834
(66,72,52)
#393E2D
(57,62,45)
#303426
(48,52,38)
#272A1F
(39,42,31)
#1E2018
(30,32,24)
#151611
(21,22,17)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #667050

#667050
(102,112,80)
#737D5F
(115,125,95)
#808A6E
(128,138,110)
#8D977D
(141,151,125)
#9AA48C
(154,164,140)
#A7B19B
(167,177,155)
#B4BEAA
(180,190,170)
#C1CBB9
(193,203,185)
#CED8C8
(206,216,200)
#DBE5D7
(219,229,215)
#E8F2E6
(232,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667050 color. Also use rgb(102,112,80) instead hex code.

Text Font Color

.myTextColor { color: #667050; }

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

This text font color is #667050.


Background Color

.myBgColor { background-color: #667050; }

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

This div background color is #667050.


Border color

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

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

This div border color is #667050.


Opacity

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

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

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

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

This text has shadow with #667050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667050 on black background.


Color preview on white background

This text has color #667050 on white background.



Black color preview on #667050 background

This text has black color on #667050 background.


White color preview on #667050 background

This text has white color on #667050 background.