COLOR #8CA83D

HEX: #8CA83D
RGB: (140,168,61)

Color info

#8CA83D contains mainly red and green colors. Web safe color of #8CA83D is #999933 (or #993).

RGB color model

#8CA83D color RGB value is (140,168,61).

  • red value is 140;
  • green value is 168;
  • blue value is 61.
RGB:
(140,168,61)
(55%,66%,24%)

RGB channels and saturation

R 140 of 255 = 55%
G 168 of 255 = 66%
B 61 of 255 = 24%

140
168
61

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

Portions of RGB colors in percentages

R + G + B =
140 + 168 + 61 = 369 (100%)
R 140 of 369 ~ 37.94%
G 168 of 369 ~ 45.53%
B 61 of 369 ~ 16.53%

%37.94
%45.53
%16.53

CMYK color model

#8CA83D color CMYK value is (17,0,64,34).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 63.69%
  • key color value is 34.12%
CMYK:
(17,0,64,34)
C17M0Y64K34 
(17%,0%,64%,34%)
(0.17/0.00/0.64/0.34)	

CMYK percentages

%16.67
%0
%63.69
%34.12

Codes

Color #8CA83D in popluar color models

8CA83D
RGB14016861
HSL76°46.72%44.90%
HSB/HSV76°63.69%65.88%
CMYK16.67%0.00%63.69%
34.12%

Color #8CA83D in popluar number systems.

HEX8CA83D
Decimal14016861
Binary1000110010101000111101
Octal21425075

Shades and tints

Shades of #8CA83D

#8CA83D
(140,168,61)
#809938
(128,153,56)
#748A33
(116,138,51)
#687B2E
(104,123,46)
#5C6C29
(92,108,41)
#505D24
(80,93,36)
#444E1F
(68,78,31)
#383F1A
(56,63,26)
#2C3015
(44,48,21)
#202110
(32,33,16)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #8CA83D

#8CA83D
(140,168,61)
#96AF4E
(150,175,78)
#A0B65F
(160,182,95)
#AABD70
(170,189,112)
#B4C481
(180,196,129)
#BECB92
(190,203,146)
#C8D2A3
(200,210,163)
#D2D9B4
(210,217,180)
#DCE0C5
(220,224,197)
#E6E7D6
(230,231,214)
#F0EEE7
(240,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA83D color. Also use rgb(140,168,61) instead hex code.

Text Font Color

.myTextColor { color: #8CA83D; }

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

This text font color is #8CA83D.


Background Color

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

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

This div background color is #8CA83D.


Border color

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

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

This div border color is #8CA83D.


Opacity

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

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

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

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

This text has shadow with #8CA83D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA83D on black background.


Color preview on white background

This text has color #8CA83D on white background.



Black color preview on #8CA83D background

This text has black color on #8CA83D background.


White color preview on #8CA83D background

This text has white color on #8CA83D background.