COLOR #668D7C

HEX: #668D7C RGB: (102,141,124)

Color info

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

RGB color model

#668D7C color RGB value is (102,141,124).

RGB: (102,141,124) (40%, 55%, 49%)

RGB channels and saturation

R 102 of 255 = 40%
G 141 of 255 = 55%
B 124 of 255 = 49%

102
141
124

R + G + B ~ 48%. #668D7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 141 + 124 = 367 (100%)
R 102 of 367 ~ 27.79%
G 141 of 367 ~ 38.42%
B 124 of 367 ~ 33.79'%

%27.79
%38.42
%33.79

CMYK color model

#668D7C color CMYK value is (28,0,12,45).

  • cyan value is 27.66%
  • magenta value is 0.00%
  • yellow value is 12.06%
  • key color value is 44.71%

CMYK: (28,0,12,45)
C28M0Y12K45 (28%, 0%, 12%, 45%)
(0.28 / 0.00 / 0.12 / 0.45)

CMYK percentages

%27.66
%0
%12.06
%44.71

Codes

Color #668D7C in popluar color models

66 8D 7C
RGB 102 141 124
HSL 154° 16.05% 47.65%
HSB/HSV 154° 27.66% 55.29%
CMYK 27.66% 0.00% 12.06%
44.71%

Color #668D7C in popluar number systems.

HEX 66 8D 7C
Decimal 102 141 124
Binary 1100110 10001101 1111100
Octal 146 215 174

Shades and tints

Shades of #668D7C

#668D7C
(102,141,124)
#5D8171
(93,129,113)
#547566
(84,117,102)
#4B695B
(75,105,91)
#425D50
(66,93,80)
#395145
(57,81,69)
#30453A
(48,69,58)
#27392F
(39,57,47)
#1E2D24
(30,45,36)
#152119
(21,33,25)
#0C150E
(12,21,14)
#000000
(0,0,0)

Tints of #668D7C

#668D7C
(102,141,124)
#739787
(115,151,135)
#80A192
(128,161,146)
#8DAB9D
(141,171,157)
#9AB5A8
(154,181,168)
#A7BFB3
(167,191,179)
#B4C9BE
(180,201,190)
#C1D3C9
(193,211,201)
#CEDDD4
(206,221,212)
#DBE7DF
(219,231,223)
#E8F1EA
(232,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668D7C color. Also use rgb(102,141,124) instead hex code.

Text Font Color

.myTextColor { color: #668D7C; }

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

This text font color is #668D7C.

Background Color

.myBgColor { background-color: #668D7C; }

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

This div background color is #668D7C.

Border color

.myBorderColor { border: 1px solid #668D7C; }

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

This div border color is #668D7C.

Opacity

.myOpacity80 { color: #668D7C; opacity: 0.8; }

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

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

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

This text has shadow with #668D7C color.


.textShadow {text-shadow: 3px 3px 1px #668D7C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #668D7C; -webkit-box-shadow: 1px 1px 3px 2px #668D7C; box-shadow:1px 1px 3px 2px #668D7C;">
Div content here
</div>

This div box has shadow with color #668D7C.

Preview

Color preview on black background

This text has color #668D7C on black background.


Color preview on white background

This text has color #668D7C on white background.


Black color preview on #668D7C background

This text has black color on #668D7C background.


White color preview on #668D7C background

This text has white color on #668D7C background.


Related colors

Complementary color

Complementary color for #hex is #997283.


I love getcolorcode.com

Triadic colors

1 #7C668D and #8D7C66 with #668D7C are triadic colors.

2 #7C8D66 and #8D667C with #668D7C are triadic colors.