COLOR #8CAC68

HEX: #8CAC68
RGB: (140,172,104)

Color info

#8CAC68 contains mainly red and green colors. Web safe color of #8CAC68 is #999966 (or #996).

RGB color model

#8CAC68 color RGB value is (140,172,104).

  • red value is 140;
  • green value is 172;
  • blue value is 104.
RGB:
(140,172,104)
(55%,67%,41%)

RGB channels and saturation

R 140 of 255 = 55%
G 172 of 255 = 67%
B 104 of 255 = 41%

140
172
104

R + G + B ~ 54%. #8CAC68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 172 + 104 = 416 (100%)
R 140 of 416 ~ 33.65%
G 172 of 416 ~ 41.35%
B 104 of 416 ~ 25%

%33.65
%41.35
%25

CMYK color model

#8CAC68 color CMYK value is (19,0,40,33).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 39.53%
  • key color value is 32.55%
CMYK:
(19,0,40,33)
C19M0Y40K33 
(19%,0%,40%,33%)
(0.19/0.00/0.40/0.33)	

CMYK percentages

%18.6
%0
%39.53
%32.55

Codes

Color #8CAC68 in popluar color models

8CAC68
RGB140172104
HSL88°29.06%54.12%
HSB/HSV88°39.53%67.45%
CMYK18.60%0.00%39.53%
32.55%

Color #8CAC68 in popluar number systems.

HEX8CAC68
Decimal140172104
Binary10001100101011001101000
Octal214254150

Shades and tints

Shades of #8CAC68

#8CAC68
(140,172,104)
#809D5F
(128,157,95)
#748E56
(116,142,86)
#687F4D
(104,127,77)
#5C7044
(92,112,68)
#50613B
(80,97,59)
#445232
(68,82,50)
#384329
(56,67,41)
#2C3420
(44,52,32)
#202517
(32,37,23)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #8CAC68

#8CAC68
(140,172,104)
#96B375
(150,179,117)
#A0BA82
(160,186,130)
#AAC18F
(170,193,143)
#B4C89C
(180,200,156)
#BECFA9
(190,207,169)
#C8D6B6
(200,214,182)
#D2DDC3
(210,221,195)
#DCE4D0
(220,228,208)
#E6EBDD
(230,235,221)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CAC68 color. Also use rgb(140,172,104) instead hex code.

Text Font Color

.myTextColor { color: #8CAC68; }

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

This text font color is #8CAC68.


Background Color

.myBgColor { background-color: #8CAC68; }

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

This div background color is #8CAC68.


Border color

.myBorderColor { border: 1px solid #8CAC68; }

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

This div border color is #8CAC68.


Opacity

.myOpacity80 { color: #8CAC68; opacity: 0.8; }

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

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

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

This text has shadow with #8CAC68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CAC68 on black background.


Color preview on white background

This text has color #8CAC68 on white background.



Black color preview on #8CAC68 background

This text has black color on #8CAC68 background.


White color preview on #8CAC68 background

This text has white color on #8CAC68 background.