COLOR #667844

HEX: #667844
RGB: (102,120,68)

Color info

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

RGB color model

#667844 color RGB value is (102,120,68).

  • red value is 102;
  • green value is 120;
  • blue value is 68.
RGB:
(102,120,68)
(40%,47%,27%)

RGB channels and saturation

R 102 of 255 = 40%
G 120 of 255 = 47%
B 68 of 255 = 27%

102
120
68

R + G + B ~ 38%. #667844 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 120 + 68 = 290 (100%)
R 102 of 290 ~ 35.17%
G 120 of 290 ~ 41.38%
B 68 of 290 ~ 23.45%

%35.17
%41.38
%23.45

CMYK color model

#667844 color CMYK value is (15,0,43,53).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 43.33%
  • key color value is 52.94%
CMYK:
(15,0,43,53)
C15M0Y43K53 
(15%,0%,43%,53%)
(0.15/0.00/0.43/0.53)	

CMYK percentages

%15
%0
%43.33
%52.94

Codes

Color #667844 in popluar color models

667844
RGB10212068
HSL81°27.66%36.86%
HSB/HSV81°43.33%47.06%
CMYK15.00%0.00%43.33%
52.94%

Color #667844 in popluar number systems.

HEX667844
Decimal10212068
Binary110011011110001000100
Octal146170104

Shades and tints

Shades of #667844

#667844
(102,120,68)
#5D6E3E
(93,110,62)
#546438
(84,100,56)
#4B5A32
(75,90,50)
#42502C
(66,80,44)
#394626
(57,70,38)
#303C20
(48,60,32)
#27321A
(39,50,26)
#1E2814
(30,40,20)
#151E0E
(21,30,14)
#0C1408
(12,20,8)
#000000
(0,0,0)

Tints of #667844

#667844
(102,120,68)
#738455
(115,132,85)
#809066
(128,144,102)
#8D9C77
(141,156,119)
#9AA888
(154,168,136)
#A7B499
(167,180,153)
#B4C0AA
(180,192,170)
#C1CCBB
(193,204,187)
#CED8CC
(206,216,204)
#DBE4DD
(219,228,221)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667844 color. Also use rgb(102,120,68) instead hex code.

Text Font Color

.myTextColor { color: #667844; }

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

This text font color is #667844.


Background Color

.myBgColor { background-color: #667844; }

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

This div background color is #667844.


Border color

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

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

This div border color is #667844.


Opacity

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

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

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

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

This text has shadow with #667844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667844 on black background.


Color preview on white background

This text has color #667844 on white background.



Black color preview on #667844 background

This text has black color on #667844 background.


White color preview on #667844 background

This text has white color on #667844 background.