COLOR #667261

HEX: #667261
RGB: (102,114,97)

Color info

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

RGB color model

#667261 color RGB value is (102,114,97).

  • red value is 102;
  • green value is 114;
  • blue value is 97.
RGB:
(102,114,97)
(40%,45%,38%)

RGB channels and saturation

R 102 of 255 = 40%
G 114 of 255 = 45%
B 97 of 255 = 38%

102
114
97

R + G + B ~ 41%. #667261 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 114 + 97 = 313 (100%)
R 102 of 313 ~ 32.59%
G 114 of 313 ~ 36.42%
B 97 of 313 ~ 30.99%

%32.59
%36.42
%30.99

CMYK color model

#667261 color CMYK value is (11,0,15,55).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 14.91%
  • key color value is 55.29%
CMYK:
(11,0,15,55)
C11M0Y15K55 
(11%,0%,15%,55%)
(0.11/0.00/0.15/0.55)	

CMYK percentages

%10.53
%0
%14.91
%55.29

Codes

Color #667261 in popluar color models

667261
RGB10211497
HSL102°8.06%41.37%
HSB/HSV102°14.91%44.71%
CMYK10.53%0.00%14.91%
55.29%

Color #667261 in popluar number systems.

HEX667261
Decimal10211497
Binary110011011100101100001
Octal146162141

Shades and tints

Shades of #667261

#667261
(102,114,97)
#5D6859
(93,104,89)
#545E51
(84,94,81)
#4B5449
(75,84,73)
#424A41
(66,74,65)
#394039
(57,64,57)
#303631
(48,54,49)
#272C29
(39,44,41)
#1E2221
(30,34,33)
#151819
(21,24,25)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #667261

#667261
(102,114,97)
#737E6F
(115,126,111)
#808A7D
(128,138,125)
#8D968B
(141,150,139)
#9AA299
(154,162,153)
#A7AEA7
(167,174,167)
#B4BAB5
(180,186,181)
#C1C6C3
(193,198,195)
#CED2D1
(206,210,209)
#DBDEDF
(219,222,223)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667261 color. Also use rgb(102,114,97) instead hex code.

Text Font Color

.myTextColor { color: #667261; }

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

This text font color is #667261.


Background Color

.myBgColor { background-color: #667261; }

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

This div background color is #667261.


Border color

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

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

This div border color is #667261.


Opacity

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

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

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

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

This text has shadow with #667261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667261 on black background.


Color preview on white background

This text has color #667261 on white background.



Black color preview on #667261 background

This text has black color on #667261 background.


White color preview on #667261 background

This text has white color on #667261 background.