COLOR #8CB653

HEX: #8CB653
RGB: (140,182,83)

Color info

#8CB653 contains mainly red and green colors. Web safe color of #8CB653 is #99CC66 (or #9C6).

RGB color model

#8CB653 color RGB value is (140,182,83).

  • red value is 140;
  • green value is 182;
  • blue value is 83.
RGB:
(140,182,83)
(55%,71%,33%)

RGB channels and saturation

R 140 of 255 = 55%
G 182 of 255 = 71%
B 83 of 255 = 33%

140
182
83

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

Portions of RGB colors in percentages

R + G + B =
140 + 182 + 83 = 405 (100%)
R 140 of 405 ~ 34.57%
G 182 of 405 ~ 44.94%
B 83 of 405 ~ 20.49%

%34.57
%44.94
%20.49

CMYK color model

#8CB653 color CMYK value is (23,0,54,29).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 54.40%
  • key color value is 28.63%
CMYK:
(23,0,54,29)
C23M0Y54K29 
(23%,0%,54%,29%)
(0.23/0.00/0.54/0.29)	

CMYK percentages

%23.08
%0
%54.4
%28.63

Codes

Color #8CB653 in popluar color models

8CB653
RGB14018283
HSL85°40.41%51.96%
HSB/HSV85°54.40%71.37%
CMYK23.08%0.00%54.40%
28.63%

Color #8CB653 in popluar number systems.

HEX8CB653
Decimal14018283
Binary10001100101101101010011
Octal214266123

Shades and tints

Shades of #8CB653

#8CB653
(140,182,83)
#80A64C
(128,166,76)
#749645
(116,150,69)
#68863E
(104,134,62)
#5C7637
(92,118,55)
#506630
(80,102,48)
#445629
(68,86,41)
#384622
(56,70,34)
#2C361B
(44,54,27)
#202614
(32,38,20)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #8CB653

#8CB653
(140,182,83)
#96BC62
(150,188,98)
#A0C271
(160,194,113)
#AAC880
(170,200,128)
#B4CE8F
(180,206,143)
#BED49E
(190,212,158)
#C8DAAD
(200,218,173)
#D2E0BC
(210,224,188)
#DCE6CB
(220,230,203)
#E6ECDA
(230,236,218)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB653 color. Also use rgb(140,182,83) instead hex code.

Text Font Color

.myTextColor { color: #8CB653; }

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

This text font color is #8CB653.


Background Color

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

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

This div background color is #8CB653.


Border color

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

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

This div border color is #8CB653.


Opacity

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

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

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

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

This text has shadow with #8CB653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB653 on black background.


Color preview on white background

This text has color #8CB653 on white background.



Black color preview on #8CB653 background

This text has black color on #8CB653 background.


White color preview on #8CB653 background

This text has white color on #8CB653 background.