COLOR #667561

HEX: #667561
RGB: (102,117,97)

Color info

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

RGB color model

#667561 color RGB value is (102,117,97).

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

RGB channels and saturation

R 102 of 255 = 40%
G 117 of 255 = 46%
B 97 of 255 = 38%

102
117
97

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

Portions of RGB colors in percentages

R + G + B =
102 + 117 + 97 = 316 (100%)
R 102 of 316 ~ 32.28%
G 117 of 316 ~ 37.03%
B 97 of 316 ~ 30.7%

%32.28
%37.03
%30.7

CMYK color model

#667561 color CMYK value is (13,0,17,54).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 17.09%
  • key color value is 54.12%
CMYK:
(13,0,17,54)
C13M0Y17K54 
(13%,0%,17%,54%)
(0.13/0.00/0.17/0.54)	

CMYK percentages

%12.82
%0
%17.09
%54.12

Codes

Color #667561 in popluar color models

667561
RGB10211797
HSL105°9.35%41.96%
HSB/HSV105°17.09%45.88%
CMYK12.82%0.00%17.09%
54.12%

Color #667561 in popluar number systems.

HEX667561
Decimal10211797
Binary110011011101011100001
Octal146165141

Shades and tints

Shades of #667561

#667561
(102,117,97)
#5D6B59
(93,107,89)
#546151
(84,97,81)
#4B5749
(75,87,73)
#424D41
(66,77,65)
#394339
(57,67,57)
#303931
(48,57,49)
#272F29
(39,47,41)
#1E2521
(30,37,33)
#151B19
(21,27,25)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #667561

#667561
(102,117,97)
#73816F
(115,129,111)
#808D7D
(128,141,125)
#8D998B
(141,153,139)
#9AA599
(154,165,153)
#A7B1A7
(167,177,167)
#B4BDB5
(180,189,181)
#C1C9C3
(193,201,195)
#CED5D1
(206,213,209)
#DBE1DF
(219,225,223)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667561; }

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

This text font color is #667561.


Background Color

.myBgColor { background-color: #667561; }

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

This div background color is #667561.


Border color

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

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

This div border color is #667561.


Opacity

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

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

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

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

This text has shadow with #667561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667561 on black background.


Color preview on white background

This text has color #667561 on white background.



Black color preview on #667561 background

This text has black color on #667561 background.


White color preview on #667561 background

This text has white color on #667561 background.