COLOR #668864

HEX: #668864
RGB: (102,136,100)

Color info

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

RGB color model

#668864 color RGB value is (102,136,100).

  • red value is 102;
  • green value is 136;
  • blue value is 100.
RGB:
(102,136,100)
(40%,53%,39%)

RGB channels and saturation

R 102 of 255 = 40%
G 136 of 255 = 53%
B 100 of 255 = 39%

102
136
100

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

Portions of RGB colors in percentages

R + G + B =
102 + 136 + 100 = 338 (100%)
R 102 of 338 ~ 30.18%
G 136 of 338 ~ 40.24%
B 100 of 338 ~ 29.59%

%30.18
%40.24
%29.59

CMYK color model

#668864 color CMYK value is (25,0,26,47).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 26.47%
  • key color value is 46.67%
CMYK:
(25,0,26,47)
C25M0Y26K47 
(25%,0%,26%,47%)
(0.25/0.00/0.26/0.47)	

CMYK percentages

%25
%0
%26.47
%46.67

Codes

Color #668864 in popluar color models

668864
RGB102136100
HSL117°15.25%46.27%
HSB/HSV117°26.47%53.33%
CMYK25.00%0.00%26.47%
46.67%

Color #668864 in popluar number systems.

HEX668864
Decimal102136100
Binary1100110100010001100100
Octal146210144

Shades and tints

Shades of #668864

#668864
(102,136,100)
#5D7C5B
(93,124,91)
#547052
(84,112,82)
#4B6449
(75,100,73)
#425840
(66,88,64)
#394C37
(57,76,55)
#30402E
(48,64,46)
#273425
(39,52,37)
#1E281C
(30,40,28)
#151C13
(21,28,19)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #668864

#668864
(102,136,100)
#739272
(115,146,114)
#809C80
(128,156,128)
#8DA68E
(141,166,142)
#9AB09C
(154,176,156)
#A7BAAA
(167,186,170)
#B4C4B8
(180,196,184)
#C1CEC6
(193,206,198)
#CED8D4
(206,216,212)
#DBE2E2
(219,226,226)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668864 color. Also use rgb(102,136,100) instead hex code.

Text Font Color

.myTextColor { color: #668864; }

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

This text font color is #668864.


Background Color

.myBgColor { background-color: #668864; }

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

This div background color is #668864.


Border color

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

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

This div border color is #668864.


Opacity

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

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

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

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

This text has shadow with #668864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668864 on black background.


Color preview on white background

This text has color #668864 on white background.



Black color preview on #668864 background

This text has black color on #668864 background.


White color preview on #668864 background

This text has white color on #668864 background.