COLOR #667412

HEX: #667412 RGB: (102,116,18)

Color info

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

RGB color model

#667412 color RGB value is (102,116,18).

RGB: (102,116,18) (40%, 45%, 7%)

RGB channels and saturation

R 102 of 255 = 40%
G 116 of 255 = 45%
B 18 of 255 = 7%

102
116
18

R + G + B ~ 31%. #667412 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 116 + 18 = 236 (100%)
R 102 of 236 ~ 43.22%
G 116 of 236 ~ 49.15%
B 18 of 236 ~ 7.63'%

%43.22
%49.15

CMYK color model

#667412 color CMYK value is (12,0,84,55).

  • cyan value is 12.07%
  • magenta value is 0.00%
  • yellow value is 84.48%
  • key color value is 54.51%

CMYK: (12,0,84,55)
C12M0Y84K55 (12%, 0%, 84%, 55%)
(0.12 / 0.00 / 0.84 / 0.55)

CMYK percentages

%12.07
%0
%84.48
%54.51

Codes

Color #667412 in popluar color models

66 74 12
RGB 102 116 18
HSL 69° 73.13% 26.27%
HSB/HSV 69° 84.48% 45.49%
CMYK 12.07% 0.00% 84.48%
54.51%

Color #667412 in popluar number systems.

HEX 66 74 12
Decimal 102 116 18
Binary 1100110 1110100 10010
Octal 146 164 22

Shades and tints

Shades of #667412

#667412
(102,116,18)
#5D6A11
(93,106,17)
#546010
(84,96,16)
#4B560F
(75,86,15)
#424C0E
(66,76,14)
#39420D
(57,66,13)
#30380C
(48,56,12)
#272E0B
(39,46,11)
#1E240A
(30,36,10)
#151A09
(21,26,9)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #667412

#667412
(102,116,18)
#738027
(115,128,39)
#808C3C
(128,140,60)
#8D9851
(141,152,81)
#9AA466
(154,164,102)
#A7B07B
(167,176,123)
#B4BC90
(180,188,144)
#C1C8A5
(193,200,165)
#CED4BA
(206,212,186)
#DBE0CF
(219,224,207)
#E8ECE4
(232,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667412; }

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

This text font color is #667412.

Background Color

.myBgColor { background-color: #667412; }

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

This div background color is #667412.

Border color

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

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

This div border color is #667412.

Opacity

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

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

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

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

This text has shadow with #667412 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667412.

Preview

Color preview on black background

This text has color #667412 on black background.


Color preview on white background

This text has color #667412 on white background.


Black color preview on #667412 background

This text has black color on #667412 background.


White color preview on #667412 background

This text has white color on #667412 background.


Related colors

Complementary color

Complementary color for #hex is #998BED.


I love getcolorcode.com

Triadic colors

1 #126674 and #741266 with #667412 are triadic colors.

2 #127466 and #746612 with #667412 are triadic colors.