COLOR #668638

HEX: #668638
RGB: (102,134,56)

Color info

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

RGB color model

#668638 color RGB value is (102,134,56).

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

RGB channels and saturation

R 102 of 255 = 40%
G 134 of 255 = 53%
B 56 of 255 = 22%

102
134
56

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

Portions of RGB colors in percentages

R + G + B =
102 + 134 + 56 = 292 (100%)
R 102 of 292 ~ 34.93%
G 134 of 292 ~ 45.89%
B 56 of 292 ~ 19.18%

%34.93
%45.89
%19.18

CMYK color model

#668638 color CMYK value is (24,0,58,47).

  • cyan value is 23.88%
  • magenta value is 0.00%
  • yellow value is 58.21%
  • key color value is 47.45%
CMYK:
(24,0,58,47)
C24M0Y58K47 
(24%,0%,58%,47%)
(0.24/0.00/0.58/0.47)	

CMYK percentages

%23.88
%0
%58.21
%47.45

Codes

Color #668638 in popluar color models

668638
RGB10213456
HSL85°41.05%37.25%
HSB/HSV85°58.21%52.55%
CMYK23.88%0.00%58.21%
47.45%

Color #668638 in popluar number systems.

HEX668638
Decimal10213456
Binary110011010000110111000
Octal14620670

Shades and tints

Shades of #668638

#668638
(102,134,56)
#5D7A33
(93,122,51)
#546E2E
(84,110,46)
#4B6229
(75,98,41)
#425624
(66,86,36)
#394A1F
(57,74,31)
#303E1A
(48,62,26)
#273215
(39,50,21)
#1E2610
(30,38,16)
#151A0B
(21,26,11)
#0C0E06
(12,14,6)
#000000
(0,0,0)

Tints of #668638

#668638
(102,134,56)
#73914A
(115,145,74)
#809C5C
(128,156,92)
#8DA76E
(141,167,110)
#9AB280
(154,178,128)
#A7BD92
(167,189,146)
#B4C8A4
(180,200,164)
#C1D3B6
(193,211,182)
#CEDEC8
(206,222,200)
#DBE9DA
(219,233,218)
#E8F4EC
(232,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668638; }

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

This text font color is #668638.


Background Color

.myBgColor { background-color: #668638; }

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

This div background color is #668638.


Border color

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

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

This div border color is #668638.


Opacity

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

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

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

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

This text has shadow with #668638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668638 on black background.


Color preview on white background

This text has color #668638 on white background.



Black color preview on #668638 background

This text has black color on #668638 background.


White color preview on #668638 background

This text has white color on #668638 background.