COLOR #66804B

HEX: #66804B RGB: (102,128,75)

Color info

#66804B contains red, green and blue colors in about the same proportion. Web safe color of #66804B is #666633 (or #663).

RGB color model

#66804B color RGB value is (102,128,75).

RGB: (102,128,75) (40%, 50%, 29%)

RGB channels and saturation

R 102 of 255 = 40%
G 128 of 255 = 50%
B 75 of 255 = 29%

102
128
75

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

Portions of RGB colors in percentages

R + G + B = 102 + 128 + 75 = 305 (100%)
R 102 of 305 ~ 33.44%
G 128 of 305 ~ 41.97%
B 75 of 305 ~ 24.59'%

%33.44
%41.97
%24.59

CMYK color model

#66804B color CMYK value is (20,0,41,50).

  • cyan value is 20.31%
  • magenta value is 0.00%
  • yellow value is 41.41%
  • key color value is 49.80%

CMYK: (20,0,41,50)
C20M0Y41K50 (20%, 0%, 41%, 50%)
(0.20 / 0.00 / 0.41 / 0.50)

CMYK percentages

%20.31
%0
%41.41
%49.8

Codes

Color #66804B in popluar color models

66 80 4B
RGB 102 128 75
HSL 89° 26.11% 39.80%
HSB/HSV 89° 41.41% 50.20%
CMYK 20.31% 0.00% 41.41%
49.80%

Color #66804B in popluar number systems.

HEX 66 80 4B
Decimal 102 128 75
Binary 1100110 10000000 1001011
Octal 146 200 113

Shades and tints

Shades of #66804B

#66804B
(102,128,75)
#5D7545
(93,117,69)
#546A3F
(84,106,63)
#4B5F39
(75,95,57)
#425433
(66,84,51)
#39492D
(57,73,45)
#303E27
(48,62,39)
#273321
(39,51,33)
#1E281B
(30,40,27)
#151D15
(21,29,21)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #66804B

#66804B
(102,128,75)
#738B5B
(115,139,91)
#80966B
(128,150,107)
#8DA17B
(141,161,123)
#9AAC8B
(154,172,139)
#A7B79B
(167,183,155)
#B4C2AB
(180,194,171)
#C1CDBB
(193,205,187)
#CED8CB
(206,216,203)
#DBE3DB
(219,227,219)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66804B color. Also use rgb(102,128,75) instead hex code.

Text Font Color

.myTextColor { color: #66804B; }

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

This text font color is #66804B.

Background Color

.myBgColor { background-color: #66804B; }

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

This div background color is #66804B.

Border color

.myBorderColor { border: 1px solid #66804B; }

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

This div border color is #66804B.

Opacity

.myOpacity80 { color: #66804B; opacity: 0.8; }

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

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

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

This text has shadow with #66804B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66804B.

Preview

Color preview on black background

This text has color #66804B on black background.


Color preview on white background

This text has color #66804B on white background.


Black color preview on #66804B background

This text has black color on #66804B background.


White color preview on #66804B background

This text has white color on #66804B background.


Related colors

Complementary color

Complementary color for #hex is #997FB4.


I love getcolorcode.com

Triadic colors

1 #4B6680 and #804B66 with #66804B are triadic colors.

2 #4B8066 and #80664B with #66804B are triadic colors.