COLOR #667626

HEX: #667626
RGB: (102,118,38)

Color info

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

RGB color model

#667626 color RGB value is (102,118,38).

  • red value is 102;
  • green value is 118;
  • blue value is 38.
RGB:
(102,118,38)
(40%,46%,15%)

RGB channels and saturation

R 102 of 255 = 40%
G 118 of 255 = 46%
B 38 of 255 = 15%

102
118
38

R + G + B ~ 34%. #667626 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 118 + 38 = 258 (100%)
R 102 of 258 ~ 39.53%
G 118 of 258 ~ 45.74%
B 38 of 258 ~ 14.73%

%39.53
%45.74
%14.73

CMYK color model

#667626 color CMYK value is (14,0,68,54).

  • cyan value is 13.56%
  • magenta value is 0.00%
  • yellow value is 67.80%
  • key color value is 53.73%
CMYK:
(14,0,68,54)
C14M0Y68K54 
(14%,0%,68%,54%)
(0.14/0.00/0.68/0.54)	

CMYK percentages

%13.56
%0
%67.8
%53.73

Codes

Color #667626 in popluar color models

667626
RGB10211838
HSL72°51.28%30.59%
HSB/HSV72°67.80%46.27%
CMYK13.56%0.00%67.80%
53.73%

Color #667626 in popluar number systems.

HEX667626
Decimal10211838
Binary11001101110110100110
Octal14616646

Shades and tints

Shades of #667626

#667626
(102,118,38)
#5D6C23
(93,108,35)
#546220
(84,98,32)
#4B581D
(75,88,29)
#424E1A
(66,78,26)
#394417
(57,68,23)
#303A14
(48,58,20)
#273011
(39,48,17)
#1E260E
(30,38,14)
#151C0B
(21,28,11)
#0C1208
(12,18,8)
#000000
(0,0,0)

Tints of #667626

#667626
(102,118,38)
#738239
(115,130,57)
#808E4C
(128,142,76)
#8D9A5F
(141,154,95)
#9AA672
(154,166,114)
#A7B285
(167,178,133)
#B4BE98
(180,190,152)
#C1CAAB
(193,202,171)
#CED6BE
(206,214,190)
#DBE2D1
(219,226,209)
#E8EEE4
(232,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667626 color. Also use rgb(102,118,38) instead hex code.

Text Font Color

.myTextColor { color: #667626; }

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

This text font color is #667626.


Background Color

.myBgColor { background-color: #667626; }

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

This div background color is #667626.


Border color

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

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

This div border color is #667626.


Opacity

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

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

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

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

This text has shadow with #667626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667626 on black background.


Color preview on white background

This text has color #667626 on white background.



Black color preview on #667626 background

This text has black color on #667626 background.


White color preview on #667626 background

This text has white color on #667626 background.