COLOR #668B71

HEX: #668B71
RGB: (102,139,113)

Color info

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

RGB color model

#668B71 color RGB value is (102,139,113).

  • red value is 102;
  • green value is 139;
  • blue value is 113.
RGB:
(102,139,113)
(40%,55%,44%)

RGB channels and saturation

R 102 of 255 = 40%
G 139 of 255 = 55%
B 113 of 255 = 44%

102
139
113

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

Portions of RGB colors in percentages

R + G + B =
102 + 139 + 113 = 354 (100%)
R 102 of 354 ~ 28.81%
G 139 of 354 ~ 39.27%
B 113 of 354 ~ 31.92%

%28.81
%39.27
%31.92

CMYK color model

#668B71 color CMYK value is (27,0,19,45).

  • cyan value is 26.62%
  • magenta value is 0.00%
  • yellow value is 18.71%
  • key color value is 45.49%
CMYK:
(27,0,19,45)
C27M0Y19K45 
(27%,0%,19%,45%)
(0.27/0.00/0.19/0.45)	

CMYK percentages

%26.62
%0
%18.71
%45.49

Codes

Color #668B71 in popluar color models

668B71
RGB102139113
HSL138°15.35%47.25%
HSB/HSV138°26.62%54.51%
CMYK26.62%0.00%18.71%
45.49%

Color #668B71 in popluar number systems.

HEX668B71
Decimal102139113
Binary1100110100010111110001
Octal146213161

Shades and tints

Shades of #668B71

#668B71
(102,139,113)
#5D7F67
(93,127,103)
#54735D
(84,115,93)
#4B6753
(75,103,83)
#425B49
(66,91,73)
#394F3F
(57,79,63)
#304335
(48,67,53)
#27372B
(39,55,43)
#1E2B21
(30,43,33)
#151F17
(21,31,23)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #668B71

#668B71
(102,139,113)
#73957D
(115,149,125)
#809F89
(128,159,137)
#8DA995
(141,169,149)
#9AB3A1
(154,179,161)
#A7BDAD
(167,189,173)
#B4C7B9
(180,199,185)
#C1D1C5
(193,209,197)
#CEDBD1
(206,219,209)
#DBE5DD
(219,229,221)
#E8EFE9
(232,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668B71 color. Also use rgb(102,139,113) instead hex code.

Text Font Color

.myTextColor { color: #668B71; }

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

This text font color is #668B71.


Background Color

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

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

This div background color is #668B71.


Border color

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

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

This div border color is #668B71.


Opacity

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

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

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

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

This text has shadow with #668B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668B71 on black background.


Color preview on white background

This text has color #668B71 on white background.



Black color preview on #668B71 background

This text has black color on #668B71 background.


White color preview on #668B71 background

This text has white color on #668B71 background.