COLOR #668771

HEX: #668771
RGB: (102,135,113)

Color info

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

RGB color model

#668771 color RGB value is (102,135,113).

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

RGB channels and saturation

R 102 of 255 = 40%
G 135 of 255 = 53%
B 113 of 255 = 44%

102
135
113

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

Portions of RGB colors in percentages

R + G + B =
102 + 135 + 113 = 350 (100%)
R 102 of 350 ~ 29.14%
G 135 of 350 ~ 38.57%
B 113 of 350 ~ 32.29%

%29.14
%38.57
%32.29

CMYK color model

#668771 color CMYK value is (24,0,16,47).

  • cyan value is 24.44%
  • magenta value is 0.00%
  • yellow value is 16.30%
  • key color value is 47.06%
CMYK:
(24,0,16,47)
C24M0Y16K47 
(24%,0%,16%,47%)
(0.24/0.00/0.16/0.47)	

CMYK percentages

%24.44
%0
%16.3
%47.06

Codes

Color #668771 in popluar color models

668771
RGB102135113
HSL140°13.92%46.47%
HSB/HSV140°24.44%52.94%
CMYK24.44%0.00%16.30%
47.06%

Color #668771 in popluar number systems.

HEX668771
Decimal102135113
Binary1100110100001111110001
Octal146207161

Shades and tints

Shades of #668771

#668771
(102,135,113)
#5D7B67
(93,123,103)
#546F5D
(84,111,93)
#4B6353
(75,99,83)
#425749
(66,87,73)
#394B3F
(57,75,63)
#303F35
(48,63,53)
#27332B
(39,51,43)
#1E2721
(30,39,33)
#151B17
(21,27,23)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #668771

#668771
(102,135,113)
#73917D
(115,145,125)
#809B89
(128,155,137)
#8DA595
(141,165,149)
#9AAFA1
(154,175,161)
#A7B9AD
(167,185,173)
#B4C3B9
(180,195,185)
#C1CDC5
(193,205,197)
#CED7D1
(206,215,209)
#DBE1DD
(219,225,221)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668771; }

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

This text font color is #668771.


Background Color

.myBgColor { background-color: #668771; }

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

This div background color is #668771.


Border color

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

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

This div border color is #668771.


Opacity

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

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

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

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

This text has shadow with #668771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668771 on black background.


Color preview on white background

This text has color #668771 on white background.



Black color preview on #668771 background

This text has black color on #668771 background.


White color preview on #668771 background

This text has white color on #668771 background.