COLOR #668979

HEX: #668979
RGB: (102,137,121)

Color info

#668979 contains red, green and blue colors in about the same proportion. Web safe color of #668979 is #669966 (or #696).

RGB color model

#668979 color RGB value is (102,137,121).

  • red value is 102;
  • green value is 137;
  • blue value is 121.
RGB:
(102,137,121)
(40%,54%,47%)

RGB channels and saturation

R 102 of 255 = 40%
G 137 of 255 = 54%
B 121 of 255 = 47%

102
137
121

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

Portions of RGB colors in percentages

R + G + B =
102 + 137 + 121 = 360 (100%)
R 102 of 360 ~ 28.33%
G 137 of 360 ~ 38.06%
B 121 of 360 ~ 33.61%

%28.33
%38.06
%33.61

CMYK color model

#668979 color CMYK value is (26,0,12,46).

  • cyan value is 25.55%
  • magenta value is 0.00%
  • yellow value is 11.68%
  • key color value is 46.27%
CMYK:
(26,0,12,46)
C26M0Y12K46 
(26%,0%,12%,46%)
(0.26/0.00/0.12/0.46)	

CMYK percentages

%25.55
%0
%11.68
%46.27

Codes

Color #668979 in popluar color models

668979
RGB102137121
HSL153°14.64%46.86%
HSB/HSV153°25.55%53.73%
CMYK25.55%0.00%11.68%
46.27%

Color #668979 in popluar number systems.

HEX668979
Decimal102137121
Binary1100110100010011111001
Octal146211171

Shades and tints

Shades of #668979

#668979
(102,137,121)
#5D7D6E
(93,125,110)
#547163
(84,113,99)
#4B6558
(75,101,88)
#42594D
(66,89,77)
#394D42
(57,77,66)
#304137
(48,65,55)
#27352C
(39,53,44)
#1E2921
(30,41,33)
#151D16
(21,29,22)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #668979

#668979
(102,137,121)
#739385
(115,147,133)
#809D91
(128,157,145)
#8DA79D
(141,167,157)
#9AB1A9
(154,177,169)
#A7BBB5
(167,187,181)
#B4C5C1
(180,197,193)
#C1CFCD
(193,207,205)
#CED9D9
(206,217,217)
#DBE3E5
(219,227,229)
#E8EDF1
(232,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668979; }

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

This text font color is #668979.


Background Color

.myBgColor { background-color: #668979; }

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

This div background color is #668979.


Border color

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

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

This div border color is #668979.


Opacity

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

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

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

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

This text has shadow with #668979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668979 on black background.


Color preview on white background

This text has color #668979 on white background.



Black color preview on #668979 background

This text has black color on #668979 background.


White color preview on #668979 background

This text has white color on #668979 background.