COLOR #8CB592

HEX: #8CB592 RGB: (140,181,146)

Color info

#8CB592 contains red, green and blue colors in about the same proportion. Web safe color of #8CB592 is #99CC99 (or #9C9).

RGB color model

#8CB592 color RGB value is (140,181,146).

RGB: (140,181,146) (55%, 71%, 57%)

RGB channels and saturation

R 140 of 255 = 55%
G 181 of 255 = 71%
B 146 of 255 = 57%

140
181
146

R + G + B ~ 61%. #8CB592 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 181 + 146 = 467 (100%)
R 140 of 467 ~ 29.98%
G 181 of 467 ~ 38.76%
B 146 of 467 ~ 31.26'%

%29.98
%38.76
%31.26

CMYK color model

#8CB592 color CMYK value is (23,0,19,29).

  • cyan value is 22.65%
  • magenta value is 0.00%
  • yellow value is 19.34%
  • key color value is 29.02%

CMYK: (23,0,19,29)
C23M0Y19K29 (23%, 0%, 19%, 29%)
(0.23 / 0.00 / 0.19 / 0.29)

CMYK percentages

%22.65
%0
%19.34
%29.02

Codes

Color #8CB592 in popluar color models

8C B5 92
RGB 140 181 146
HSL 129° 21.69% 62.94%
HSB/HSV 129° 22.65% 70.98%
CMYK 22.65% 0.00% 19.34%
29.02%

Color #8CB592 in popluar number systems.

HEX 8C B5 92
Decimal 140 181 146
Binary 10001100 10110101 10010010
Octal 214 265 222

Shades and tints

Shades of #8CB592

#8CB592
(140,181,146)
#80A585
(128,165,133)
#749578
(116,149,120)
#68856B
(104,133,107)
#5C755E
(92,117,94)
#506551
(80,101,81)
#445544
(68,85,68)
#384537
(56,69,55)
#2C352A
(44,53,42)
#20251D
(32,37,29)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #8CB592

#8CB592
(140,181,146)
#96BB9B
(150,187,155)
#A0C1A4
(160,193,164)
#AAC7AD
(170,199,173)
#B4CDB6
(180,205,182)
#BED3BF
(190,211,191)
#C8D9C8
(200,217,200)
#D2DFD1
(210,223,209)
#DCE5DA
(220,229,218)
#E6EBE3
(230,235,227)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB592 color. Also use rgb(140,181,146) instead hex code.

Text Font Color

.myTextColor { color: #8CB592; }

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

This text font color is #8CB592.

Background Color

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

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

This div background color is #8CB592.

Border color

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

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

This div border color is #8CB592.

Opacity

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

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

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

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

This text has shadow with #8CB592 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CB592.

Preview

Color preview on black background

This text has color #8CB592 on black background.


Color preview on white background

This text has color #8CB592 on white background.


Black color preview on #8CB592 background

This text has black color on #8CB592 background.


White color preview on #8CB592 background

This text has white color on #8CB592 background.


Related colors

Complementary color

Complementary color for #hex is #734A6D.


I love getcolorcode.com

Triadic colors

1 #928CB5 and #B5928C with #8CB592 are triadic colors.

2 #92B58C and #B58C92 with #8CB592 are triadic colors.