COLOR #668260

HEX: #668260
RGB: (102,130,96)

Color info

#668260 contains red, green and blue colors in about the same proportion. Web safe color of #668260 is #669966 (or #696).

RGB color model

#668260 color RGB value is (102,130,96).

  • red value is 102;
  • green value is 130;
  • blue value is 96.
RGB:
(102,130,96)
(40%,51%,38%)

RGB channels and saturation

R 102 of 255 = 40%
G 130 of 255 = 51%
B 96 of 255 = 38%

102
130
96

R + G + B ~ 43%. #668260 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 130 + 96 = 328 (100%)
R 102 of 328 ~ 31.1%
G 130 of 328 ~ 39.63%
B 96 of 328 ~ 29.27%

%31.1
%39.63
%29.27

CMYK color model

#668260 color CMYK value is (22,0,26,49).

  • cyan value is 21.54%
  • magenta value is 0.00%
  • yellow value is 26.15%
  • key color value is 49.02%
CMYK:
(22,0,26,49)
C22M0Y26K49 
(22%,0%,26%,49%)
(0.22/0.00/0.26/0.49)	

CMYK percentages

%21.54
%0
%26.15
%49.02

Codes

Color #668260 in popluar color models

668260
RGB10213096
HSL109°15.04%44.31%
HSB/HSV109°26.15%50.98%
CMYK21.54%0.00%26.15%
49.02%

Color #668260 in popluar number systems.

HEX668260
Decimal10213096
Binary1100110100000101100000
Octal146202140

Shades and tints

Shades of #668260

#668260
(102,130,96)
#5D7758
(93,119,88)
#546C50
(84,108,80)
#4B6148
(75,97,72)
#425640
(66,86,64)
#394B38
(57,75,56)
#304030
(48,64,48)
#273528
(39,53,40)
#1E2A20
(30,42,32)
#151F18
(21,31,24)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #668260

#668260
(102,130,96)
#738D6E
(115,141,110)
#80987C
(128,152,124)
#8DA38A
(141,163,138)
#9AAE98
(154,174,152)
#A7B9A6
(167,185,166)
#B4C4B4
(180,196,180)
#C1CFC2
(193,207,194)
#CEDAD0
(206,218,208)
#DBE5DE
(219,229,222)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668260 color. Also use rgb(102,130,96) instead hex code.

Text Font Color

.myTextColor { color: #668260; }

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

This text font color is #668260.


Background Color

.myBgColor { background-color: #668260; }

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

This div background color is #668260.


Border color

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

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

This div border color is #668260.


Opacity

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

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

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

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

This text has shadow with #668260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668260 on black background.


Color preview on white background

This text has color #668260 on white background.



Black color preview on #668260 background

This text has black color on #668260 background.


White color preview on #668260 background

This text has white color on #668260 background.