COLOR #666B3D

HEX: #666B3D
RGB: (102,107,61)

Color info

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

RGB color model

#666B3D color RGB value is (102,107,61).

  • red value is 102;
  • green value is 107;
  • blue value is 61.
RGB:
(102,107,61)
(40%,42%,24%)

RGB channels and saturation

R 102 of 255 = 40%
G 107 of 255 = 42%
B 61 of 255 = 24%

102
107
61

R + G + B ~ 35%. #666B3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 107 + 61 = 270 (100%)
R 102 of 270 ~ 37.78%
G 107 of 270 ~ 39.63%
B 61 of 270 ~ 22.59%

%37.78
%39.63
%22.59

CMYK color model

#666B3D color CMYK value is (5,0,43,58).

  • cyan value is 4.67%
  • magenta value is 0.00%
  • yellow value is 42.99%
  • key color value is 58.04%
CMYK:
(5,0,43,58)
C5M0Y43K58 
(5%,0%,43%,58%)
(0.05/0.00/0.43/0.58)	

CMYK percentages

%4.67
%0
%42.99
%58.04

Codes

Color #666B3D in popluar color models

666B3D
RGB10210761
HSL67°27.38%32.94%
HSB/HSV67°42.99%41.96%
CMYK4.67%0.00%42.99%
58.04%

Color #666B3D in popluar number systems.

HEX666B3D
Decimal10210761
Binary11001101101011111101
Octal14615375

Shades and tints

Shades of #666B3D

#666B3D
(102,107,61)
#5D6238
(93,98,56)
#545933
(84,89,51)
#4B502E
(75,80,46)
#424729
(66,71,41)
#393E24
(57,62,36)
#30351F
(48,53,31)
#272C1A
(39,44,26)
#1E2315
(30,35,21)
#151A10
(21,26,16)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #666B3D

#666B3D
(102,107,61)
#73784E
(115,120,78)
#80855F
(128,133,95)
#8D9270
(141,146,112)
#9A9F81
(154,159,129)
#A7AC92
(167,172,146)
#B4B9A3
(180,185,163)
#C1C6B4
(193,198,180)
#CED3C5
(206,211,197)
#DBE0D6
(219,224,214)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666B3D color. Also use rgb(102,107,61) instead hex code.

Text Font Color

.myTextColor { color: #666B3D; }

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

This text font color is #666B3D.


Background Color

.myBgColor { background-color: #666B3D; }

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

This div background color is #666B3D.


Border color

.myBorderColor { border: 1px solid #666B3D; }

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

This div border color is #666B3D.


Opacity

.myOpacity80 { color: #666B3D; opacity: 0.8; }

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

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

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

This text has shadow with #666B3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666B3D on black background.


Color preview on white background

This text has color #666B3D on white background.



Black color preview on #666B3D background

This text has black color on #666B3D background.


White color preview on #666B3D background

This text has white color on #666B3D background.