COLOR #668640

HEX: #668640
RGB: (102,134,64)

Color info

#668640 contains mainly red and green colors. Web safe color of #668640 is #669933 (or #693).

RGB color model

#668640 color RGB value is (102,134,64).

  • red value is 102;
  • green value is 134;
  • blue value is 64.
RGB:
(102,134,64)
(40%,53%,25%)

RGB channels and saturation

R 102 of 255 = 40%
G 134 of 255 = 53%
B 64 of 255 = 25%

102
134
64

R + G + B ~ 39%. #668640 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 134 + 64 = 300 (100%)
R 102 of 300 ~ 34%
G 134 of 300 ~ 44.67%
B 64 of 300 ~ 21.33%

%34
%44.67
%21.33

CMYK color model

#668640 color CMYK value is (24,0,52,47).

  • cyan value is 23.88%
  • magenta value is 0.00%
  • yellow value is 52.24%
  • key color value is 47.45%
CMYK:
(24,0,52,47)
C24M0Y52K47 
(24%,0%,52%,47%)
(0.24/0.00/0.52/0.47)	

CMYK percentages

%23.88
%0
%52.24
%47.45

Codes

Color #668640 in popluar color models

668640
RGB10213464
HSL87°35.35%38.82%
HSB/HSV87°52.24%52.55%
CMYK23.88%0.00%52.24%
47.45%

Color #668640 in popluar number systems.

HEX668640
Decimal10213464
Binary1100110100001101000000
Octal146206100

Shades and tints

Shades of #668640

#668640
(102,134,64)
#5D7A3B
(93,122,59)
#546E36
(84,110,54)
#4B6231
(75,98,49)
#42562C
(66,86,44)
#394A27
(57,74,39)
#303E22
(48,62,34)
#27321D
(39,50,29)
#1E2618
(30,38,24)
#151A13
(21,26,19)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #668640

#668640
(102,134,64)
#739151
(115,145,81)
#809C62
(128,156,98)
#8DA773
(141,167,115)
#9AB284
(154,178,132)
#A7BD95
(167,189,149)
#B4C8A6
(180,200,166)
#C1D3B7
(193,211,183)
#CEDEC8
(206,222,200)
#DBE9D9
(219,233,217)
#E8F4EA
(232,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668640 color. Also use rgb(102,134,64) instead hex code.

Text Font Color

.myTextColor { color: #668640; }

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

This text font color is #668640.


Background Color

.myBgColor { background-color: #668640; }

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

This div background color is #668640.


Border color

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

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

This div border color is #668640.


Opacity

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

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

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

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

This text has shadow with #668640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668640 on black background.


Color preview on white background

This text has color #668640 on white background.



Black color preview on #668640 background

This text has black color on #668640 background.


White color preview on #668640 background

This text has white color on #668640 background.