COLOR #667366

HEX: #667366
RGB: (102,115,102)

Color info

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

RGB color model

#667366 color RGB value is (102,115,102).

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

RGB channels and saturation

R 102 of 255 = 40%
G 115 of 255 = 45%
B 102 of 255 = 40%

102
115
102

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

Portions of RGB colors in percentages

R + G + B =
102 + 115 + 102 = 319 (100%)
R 102 of 319 ~ 31.97%
G 115 of 319 ~ 36.05%
B 102 of 319 ~ 31.97%

%31.97
%36.05
%31.97

CMYK color model

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

  • cyan value is 11.30%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 54.90%
CMYK:
(11,0,11,55)
C11M0Y11K55 
(11%,0%,11%,55%)
(0.11/0.00/0.11/0.55)	

CMYK percentages

%11.3
%0
%11.3
%54.9

Codes

Color #667366 in popluar color models

667366
RGB102115102
HSL120°5.99%42.55%
HSB/HSV120°11.30%45.10%
CMYK11.30%0.00%11.30%
54.90%

Color #667366 in popluar number systems.

HEX667366
Decimal102115102
Binary110011011100111100110
Octal146163146

Shades and tints

Shades of #667366

#667366
(102,115,102)
#5D695D
(93,105,93)
#545F54
(84,95,84)
#4B554B
(75,85,75)
#424B42
(66,75,66)
#394139
(57,65,57)
#303730
(48,55,48)
#272D27
(39,45,39)
#1E231E
(30,35,30)
#151915
(21,25,21)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #667366

#667366
(102,115,102)
#737F73
(115,127,115)
#808B80
(128,139,128)
#8D978D
(141,151,141)
#9AA39A
(154,163,154)
#A7AFA7
(167,175,167)
#B4BBB4
(180,187,180)
#C1C7C1
(193,199,193)
#CED3CE
(206,211,206)
#DBDFDB
(219,223,219)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667366; }

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

This text font color is #667366.


Background Color

.myBgColor { background-color: #667366; }

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

This div background color is #667366.


Border color

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

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

This div border color is #667366.


Opacity

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

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

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

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

This text has shadow with #667366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667366 on black background.


Color preview on white background

This text has color #667366 on white background.



Black color preview on #667366 background

This text has black color on #667366 background.


White color preview on #667366 background

This text has white color on #667366 background.