COLOR #668176

HEX: #668176
RGB: (102,129,118)

Color info

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

RGB color model

#668176 color RGB value is (102,129,118).

  • red value is 102;
  • green value is 129;
  • blue value is 118.
RGB:
(102,129,118)
(40%,51%,46%)

RGB channels and saturation

R 102 of 255 = 40%
G 129 of 255 = 51%
B 118 of 255 = 46%

102
129
118

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

Portions of RGB colors in percentages

R + G + B =
102 + 129 + 118 = 349 (100%)
R 102 of 349 ~ 29.23%
G 129 of 349 ~ 36.96%
B 118 of 349 ~ 33.81%

%29.23
%36.96
%33.81

CMYK color model

#668176 color CMYK value is (21,0,9,49).

  • cyan value is 20.93%
  • magenta value is 0.00%
  • yellow value is 8.53%
  • key color value is 49.41%
CMYK:
(21,0,9,49)
C21M0Y9K49 
(21%,0%,9%,49%)
(0.21/0.00/0.09/0.49)	

CMYK percentages

%20.93
%0
%8.53
%49.41

Codes

Color #668176 in popluar color models

668176
RGB102129118
HSL156°11.69%45.29%
HSB/HSV156°20.93%50.59%
CMYK20.93%0.00%8.53%
49.41%

Color #668176 in popluar number systems.

HEX668176
Decimal102129118
Binary1100110100000011110110
Octal146201166

Shades and tints

Shades of #668176

#668176
(102,129,118)
#5D766C
(93,118,108)
#546B62
(84,107,98)
#4B6058
(75,96,88)
#42554E
(66,85,78)
#394A44
(57,74,68)
#303F3A
(48,63,58)
#273430
(39,52,48)
#1E2926
(30,41,38)
#151E1C
(21,30,28)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #668176

#668176
(102,129,118)
#738C82
(115,140,130)
#80978E
(128,151,142)
#8DA29A
(141,162,154)
#9AADA6
(154,173,166)
#A7B8B2
(167,184,178)
#B4C3BE
(180,195,190)
#C1CECA
(193,206,202)
#CED9D6
(206,217,214)
#DBE4E2
(219,228,226)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668176; }

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

This text font color is #668176.


Background Color

.myBgColor { background-color: #668176; }

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

This div background color is #668176.


Border color

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

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

This div border color is #668176.


Opacity

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

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

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

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

This text has shadow with #668176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668176 on black background.


Color preview on white background

This text has color #668176 on white background.



Black color preview on #668176 background

This text has black color on #668176 background.


White color preview on #668176 background

This text has white color on #668176 background.