COLOR #668417

HEX: #668417
RGB: (102,132,23)

Color info

#668417 contains mainly red and green colors. Web safe color of #668417 is #669900 (or #690).

RGB color model

#668417 color RGB value is (102,132,23).

  • red value is 102;
  • green value is 132;
  • blue value is 23.
RGB:
(102,132,23)
(40%,52%,9%)

RGB channels and saturation

R 102 of 255 = 40%
G 132 of 255 = 52%
B 23 of 255 = 9%

102
132
23

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

Portions of RGB colors in percentages

R + G + B =
102 + 132 + 23 = 257 (100%)
R 102 of 257 ~ 39.69%
G 132 of 257 ~ 51.36%
B 23 of 257 ~ 8.95%

%39.69
%51.36

CMYK color model

#668417 color CMYK value is (23,0,83,48).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 82.58%
  • key color value is 48.24%
CMYK:
(23,0,83,48)
C23M0Y83K48 
(23%,0%,83%,48%)
(0.23/0.00/0.83/0.48)	

CMYK percentages

%22.73
%0
%82.58
%48.24

Codes

Color #668417 in popluar color models

668417
RGB10213223
HSL77°70.32%30.39%
HSB/HSV77°82.58%51.76%
CMYK22.73%0.00%82.58%
48.24%

Color #668417 in popluar number systems.

HEX668417
Decimal10213223
Binary11001101000010010111
Octal14620427

Shades and tints

Shades of #668417

#668417
(102,132,23)
#5D7815
(93,120,21)
#546C13
(84,108,19)
#4B6011
(75,96,17)
#42540F
(66,84,15)
#39480D
(57,72,13)
#303C0B
(48,60,11)
#273009
(39,48,9)
#1E2407
(30,36,7)
#151805
(21,24,5)
#0C0C03
(12,12,3)
#000000
(0,0,0)

Tints of #668417

#668417
(102,132,23)
#738F2C
(115,143,44)
#809A41
(128,154,65)
#8DA556
(141,165,86)
#9AB06B
(154,176,107)
#A7BB80
(167,187,128)
#B4C695
(180,198,149)
#C1D1AA
(193,209,170)
#CEDCBF
(206,220,191)
#DBE7D4
(219,231,212)
#E8F2E9
(232,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668417 color. Also use rgb(102,132,23) instead hex code.

Text Font Color

.myTextColor { color: #668417; }

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

This text font color is #668417.


Background Color

.myBgColor { background-color: #668417; }

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

This div background color is #668417.


Border color

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

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

This div border color is #668417.


Opacity

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

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

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

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

This text has shadow with #668417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668417 on black background.


Color preview on white background

This text has color #668417 on white background.



Black color preview on #668417 background

This text has black color on #668417 background.


White color preview on #668417 background

This text has white color on #668417 background.