COLOR #668870

HEX: #668870
RGB: (102,136,112)

Color info

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

RGB color model

#668870 color RGB value is (102,136,112).

  • red value is 102;
  • green value is 136;
  • blue value is 112.
RGB:
(102,136,112)
(40%,53%,44%)

RGB channels and saturation

R 102 of 255 = 40%
G 136 of 255 = 53%
B 112 of 255 = 44%

102
136
112

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

Portions of RGB colors in percentages

R + G + B =
102 + 136 + 112 = 350 (100%)
R 102 of 350 ~ 29.14%
G 136 of 350 ~ 38.86%
B 112 of 350 ~ 32%

%29.14
%38.86
%32

CMYK color model

#668870 color CMYK value is (25,0,18,47).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 46.67%
CMYK:
(25,0,18,47)
C25M0Y18K47 
(25%,0%,18%,47%)
(0.25/0.00/0.18/0.47)	

CMYK percentages

%25
%0
%17.65
%46.67

Codes

Color #668870 in popluar color models

668870
RGB102136112
HSL138°14.29%46.67%
HSB/HSV138°25.00%53.33%
CMYK25.00%0.00%17.65%
46.67%

Color #668870 in popluar number systems.

HEX668870
Decimal102136112
Binary1100110100010001110000
Octal146210160

Shades and tints

Shades of #668870

#668870
(102,136,112)
#5D7C66
(93,124,102)
#54705C
(84,112,92)
#4B6452
(75,100,82)
#425848
(66,88,72)
#394C3E
(57,76,62)
#304034
(48,64,52)
#27342A
(39,52,42)
#1E2820
(30,40,32)
#151C16
(21,28,22)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #668870

#668870
(102,136,112)
#73927D
(115,146,125)
#809C8A
(128,156,138)
#8DA697
(141,166,151)
#9AB0A4
(154,176,164)
#A7BAB1
(167,186,177)
#B4C4BE
(180,196,190)
#C1CECB
(193,206,203)
#CED8D8
(206,216,216)
#DBE2E5
(219,226,229)
#E8ECF2
(232,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668870 color. Also use rgb(102,136,112) instead hex code.

Text Font Color

.myTextColor { color: #668870; }

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

This text font color is #668870.


Background Color

.myBgColor { background-color: #668870; }

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

This div background color is #668870.


Border color

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

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

This div border color is #668870.


Opacity

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

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

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

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

This text has shadow with #668870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668870 on black background.


Color preview on white background

This text has color #668870 on white background.



Black color preview on #668870 background

This text has black color on #668870 background.


White color preview on #668870 background

This text has white color on #668870 background.