COLOR #66511F

HEX: #66511F RGB: (102,81,31)

Color info

#66511F contains mainly red and green colors. Web safe color of #66511F is #666633 (or #663).

RGB color model

#66511F color RGB value is (102,81,31).

RGB: (102,81,31) (40%, 32%, 12%)

RGB channels and saturation

R 102 of 255 = 40%
G 81 of 255 = 32%
B 31 of 255 = 12%

102
81
31

R + G + B ~ 28%. #66511F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 81 + 31 = 214 (100%)
R 102 of 214 ~ 47.66%
G 81 of 214 ~ 37.85%
B 31 of 214 ~ 14.49'%

%47.66
%37.85
%14.49

CMYK color model

#66511F color CMYK value is (0,21,70,60).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 69.61%
  • key color value is 60.00%

CMYK: (0,21,70,60)
C0M21Y70K60 (0%, 21%, 70%, 60%)
(0.00 / 0.21 / 0.70 / 0.60)

CMYK percentages

%0
%20.59
%69.61
%60

Codes

Color #66511F in popluar color models

66 51 1F
RGB 102 81 31
HSL 42° 53.38% 26.08%
HSB/HSV 42° 69.61% 40.00%
CMYK 0.00% 20.59% 69.61%
60.00%

Color #66511F in popluar number systems.

HEX 66 51 1F
Decimal 102 81 31
Binary 1100110 1010001 11111
Octal 146 121 37

Shades and tints

Shades of #66511F

#66511F
(102,81,31)
#5D4A1D
(93,74,29)
#54431B
(84,67,27)
#4B3C19
(75,60,25)
#423517
(66,53,23)
#392E15
(57,46,21)
#302713
(48,39,19)
#272011
(39,32,17)
#1E190F
(30,25,15)
#15120D
(21,18,13)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #66511F

#66511F
(102,81,31)
#736033
(115,96,51)
#806F47
(128,111,71)
#8D7E5B
(141,126,91)
#9A8D6F
(154,141,111)
#A79C83
(167,156,131)
#B4AB97
(180,171,151)
#C1BAAB
(193,186,171)
#CEC9BF
(206,201,191)
#DBD8D3
(219,216,211)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66511F color. Also use rgb(102,81,31) instead hex code.

Text Font Color

.myTextColor { color: #66511F; }

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

This text font color is #66511F.

Background Color

.myBgColor { background-color: #66511F; }

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

This div background color is #66511F.

Border color

.myBorderColor { border: 1px solid #66511F; }

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

This div border color is #66511F.

Opacity

.myOpacity80 { color: #66511F; opacity: 0.8; }

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

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

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

This text has shadow with #66511F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66511F.

Preview

Color preview on black background

This text has color #66511F on black background.


Color preview on white background

This text has color #66511F on white background.


Black color preview on #66511F background

This text has black color on #66511F background.


White color preview on #66511F background

This text has white color on #66511F background.


Related colors

Complementary color

Complementary color for #hex is #99AEE0.


I love getcolorcode.com

Triadic colors

1 #1F6651 and #511F66 with #66511F are triadic colors.

2 #1F5166 and #51661F with #66511F are triadic colors.