COLOR #66886E

HEX: #66886E RGB: (102,136,110)

Color info

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

RGB color model

#66886E color RGB value is (102,136,110).

RGB: (102,136,110) (40%, 53%, 43%)

RGB channels and saturation

R 102 of 255 = 40%
G 136 of 255 = 53%
B 110 of 255 = 43%

102
136
110

R + G + B ~ 45%. #66886E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 136 + 110 = 348 (100%)
R 102 of 348 ~ 29.31%
G 136 of 348 ~ 39.08%
B 110 of 348 ~ 31.61'%

%29.31
%39.08
%31.61

CMYK color model

#66886E color CMYK value is (25,0,19,47).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 46.67%

CMYK: (25,0,19,47)
C25M0Y19K47 (25%, 0%, 19%, 47%)
(0.25 / 0.00 / 0.19 / 0.47)

CMYK percentages

%25
%0
%19.12
%46.67

Codes

Color #66886E in popluar color models

66 88 6E
RGB 102 136 110
HSL 134° 14.29% 46.67%
HSB/HSV 134° 25.00% 53.33%
CMYK 25.00% 0.00% 19.12%
46.67%

Color #66886E in popluar number systems.

HEX 66 88 6E
Decimal 102 136 110
Binary 1100110 10001000 1101110
Octal 146 210 156

Shades and tints

Shades of #66886E

#66886E
(102,136,110)
#5D7C64
(93,124,100)
#54705A
(84,112,90)
#4B6450
(75,100,80)
#425846
(66,88,70)
#394C3C
(57,76,60)
#304032
(48,64,50)
#273428
(39,52,40)
#1E281E
(30,40,30)
#151C14
(21,28,20)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #66886E

#66886E
(102,136,110)
#73927B
(115,146,123)
#809C88
(128,156,136)
#8DA695
(141,166,149)
#9AB0A2
(154,176,162)
#A7BAAF
(167,186,175)
#B4C4BC
(180,196,188)
#C1CEC9
(193,206,201)
#CED8D6
(206,216,214)
#DBE2E3
(219,226,227)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66886E; }

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

This text font color is #66886E.

Background Color

.myBgColor { background-color: #66886E; }

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

This div background color is #66886E.

Border color

.myBorderColor { border: 1px solid #66886E; }

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

This div border color is #66886E.

Opacity

.myOpacity80 { color: #66886E; opacity: 0.8; }

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

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

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

This text has shadow with #66886E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66886E.

Preview

Color preview on black background

This text has color #66886E on black background.


Color preview on white background

This text has color #66886E on white background.


Black color preview on #66886E background

This text has black color on #66886E background.


White color preview on #66886E background

This text has white color on #66886E background.


Related colors

Complementary color

Complementary color for #hex is #997791.


I love getcolorcode.com

Triadic colors

1 #6E6688 and #886E66 with #66886E are triadic colors.

2 #6E8866 and #88666E with #66886E are triadic colors.