COLOR #667556

HEX: #667556
RGB: (102,117,86)

Color info

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

RGB color model

#667556 color RGB value is (102,117,86).

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

RGB channels and saturation

R 102 of 255 = 40%
G 117 of 255 = 46%
B 86 of 255 = 34%

102
117
86

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

Portions of RGB colors in percentages

R + G + B =
102 + 117 + 86 = 305 (100%)
R 102 of 305 ~ 33.44%
G 117 of 305 ~ 38.36%
B 86 of 305 ~ 28.2%

%33.44
%38.36
%28.2

CMYK color model

#667556 color CMYK value is (13,0,26,54).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 26.50%
  • key color value is 54.12%
CMYK:
(13,0,26,54)
C13M0Y26K54 
(13%,0%,26%,54%)
(0.13/0.00/0.26/0.54)	

CMYK percentages

%12.82
%0
%26.5
%54.12

Codes

Color #667556 in popluar color models

667556
RGB10211786
HSL89°15.27%39.80%
HSB/HSV89°26.50%45.88%
CMYK12.82%0.00%26.50%
54.12%

Color #667556 in popluar number systems.

HEX667556
Decimal10211786
Binary110011011101011010110
Octal146165126

Shades and tints

Shades of #667556

#667556
(102,117,86)
#5D6B4F
(93,107,79)
#546148
(84,97,72)
#4B5741
(75,87,65)
#424D3A
(66,77,58)
#394333
(57,67,51)
#30392C
(48,57,44)
#272F25
(39,47,37)
#1E251E
(30,37,30)
#151B17
(21,27,23)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #667556

#667556
(102,117,86)
#738165
(115,129,101)
#808D74
(128,141,116)
#8D9983
(141,153,131)
#9AA592
(154,165,146)
#A7B1A1
(167,177,161)
#B4BDB0
(180,189,176)
#C1C9BF
(193,201,191)
#CED5CE
(206,213,206)
#DBE1DD
(219,225,221)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667556; }

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

This text font color is #667556.


Background Color

.myBgColor { background-color: #667556; }

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

This div background color is #667556.


Border color

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

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

This div border color is #667556.


Opacity

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

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

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

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

This text has shadow with #667556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667556 on black background.


Color preview on white background

This text has color #667556 on white background.



Black color preview on #667556 background

This text has black color on #667556 background.


White color preview on #667556 background

This text has white color on #667556 background.