COLOR #666312

HEX: #666312
RGB: (102,99,18)

Color info

#666312 contains mainly red and green colors. Web safe color of #666312 is #666600 (or #660).

RGB color model

#666312 color RGB value is (102,99,18).

  • red value is 102;
  • green value is 99;
  • blue value is 18.
RGB:
(102,99,18)
(40%,39%,7%)

RGB channels and saturation

R 102 of 255 = 40%
G 99 of 255 = 39%
B 18 of 255 = 7%

102
99
18

R + G + B ~ 29%. #666312 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 99 + 18 = 219 (100%)
R 102 of 219 ~ 46.58%
G 99 of 219 ~ 45.21%
B 18 of 219 ~ 8.22%

%46.58
%45.21

CMYK color model

#666312 color CMYK value is (0,3,82,60).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 82.35%
  • key color value is 60.00%
CMYK:
(0,3,82,60)
C0M3Y82K60 
(0%,3%,82%,60%)
(0.00/0.03/0.82/0.60)	

CMYK percentages

%0
%2.94
%82.35
%60

Codes

Color #666312 in popluar color models

666312
RGB1029918
HSL58°70.00%23.53%
HSB/HSV58°82.35%40.00%
CMYK0.00%2.94%82.35%
60.00%

Color #666312 in popluar number systems.

HEX666312
Decimal1029918
Binary1100110110001110010
Octal14614322

Shades and tints

Shades of #666312

#666312
(102,99,18)
#5D5A11
(93,90,17)
#545110
(84,81,16)
#4B480F
(75,72,15)
#423F0E
(66,63,14)
#39360D
(57,54,13)
#302D0C
(48,45,12)
#27240B
(39,36,11)
#1E1B0A
(30,27,10)
#151209
(21,18,9)
#0C0908
(12,9,8)
#000000
(0,0,0)

Tints of #666312

#666312
(102,99,18)
#737127
(115,113,39)
#807F3C
(128,127,60)
#8D8D51
(141,141,81)
#9A9B66
(154,155,102)
#A7A97B
(167,169,123)
#B4B790
(180,183,144)
#C1C5A5
(193,197,165)
#CED3BA
(206,211,186)
#DBE1CF
(219,225,207)
#E8EFE4
(232,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666312 color. Also use rgb(102,99,18) instead hex code.

Text Font Color

.myTextColor { color: #666312; }

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

This text font color is #666312.


Background Color

.myBgColor { background-color: #666312; }

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

This div background color is #666312.


Border color

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

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

This div border color is #666312.


Opacity

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

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

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

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

This text has shadow with #666312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666312 on black background.


Color preview on white background

This text has color #666312 on white background.



Black color preview on #666312 background

This text has black color on #666312 background.


White color preview on #666312 background

This text has white color on #666312 background.