COLOR #668877

HEX: #668877
RGB: (102,136,119)

Color info

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

RGB color model

#668877 color RGB value is (102,136,119).

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

RGB channels and saturation

R 102 of 255 = 40%
G 136 of 255 = 53%
B 119 of 255 = 47%

102
136
119

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

Portions of RGB colors in percentages

R + G + B =
102 + 136 + 119 = 357 (100%)
R 102 of 357 ~ 28.57%
G 136 of 357 ~ 38.1%
B 119 of 357 ~ 33.33%

%28.57
%38.1
%33.33

CMYK color model

#668877 color CMYK value is (25,0,13,47).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 46.67%
CMYK: (25,0,13,47) C25M0Y13K47 (25%,0%,13%,47%) (0.25/0.00/0.13/0.47)

CMYK percentages

%25
%0
%12.5
%46.67

Codes

Color #668877 in popluar color models

668877
RGB102136119
HSL150°14.29%46.67%
HSB/HSV150°25.00%53.33%
CMYK25.00%0.00%12.50%
46.67%

Color #668877 in popluar number systems.

HEX668877
Decimal102136119
Binary1100110100010001110111
Octal146210167

Shades and tints

Shades of #668877

#668877
(102,136,119)
#5D7C6D
(93,124,109)
#547063
(84,112,99)
#4B6459
(75,100,89)
#42584F
(66,88,79)
#394C45
(57,76,69)
#30403B
(48,64,59)
#273431
(39,52,49)
#1E2827
(30,40,39)
#151C1D
(21,28,29)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #668877

#668877
(102,136,119)
#739283
(115,146,131)
#809C8F
(128,156,143)
#8DA69B
(141,166,155)
#9AB0A7
(154,176,167)
#A7BAB3
(167,186,179)
#B4C4BF
(180,196,191)
#C1CECB
(193,206,203)
#CED8D7
(206,216,215)
#DBE2E3
(219,226,227)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668877; }

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

This text font color is #668877.


Background Color

.myBgColor { background-color: #668877; }

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

This div background color is #668877.


Border color

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

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

This div border color is #668877.


Opacity

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

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

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

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

This text has shadow with #668877 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #668877 on black background.


Color preview on white background

This text has color #668877 on white background.



Black color preview on #668877 background

This text has black color on #668877 background.


White color preview on #668877 background

This text has white color on #668877 background.