COLOR #8CB575

HEX: #8CB575
RGB: (140,181,117)

Color info

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

RGB color model

#8CB575 color RGB value is (140,181,117).

  • red value is 140;
  • green value is 181;
  • blue value is 117.
RGB:
(140,181,117)
(55%,71%,46%)

RGB channels and saturation

R 140 of 255 = 55%
G 181 of 255 = 71%
B 117 of 255 = 46%

140
181
117

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

Portions of RGB colors in percentages

R + G + B =
140 + 181 + 117 = 438 (100%)
R 140 of 438 ~ 31.96%
G 181 of 438 ~ 41.32%
B 117 of 438 ~ 26.71%

%31.96
%41.32
%26.71

CMYK color model

#8CB575 color CMYK value is (23,0,35,29).

  • cyan value is 22.65%
  • magenta value is 0.00%
  • yellow value is 35.36%
  • key color value is 29.02%
CMYK:
(23,0,35,29)
C23M0Y35K29 
(23%,0%,35%,29%)
(0.23/0.00/0.35/0.29)	

CMYK percentages

%22.65
%0
%35.36
%29.02

Codes

Color #8CB575 in popluar color models

8CB575
RGB140181117
HSL98°30.19%58.43%
HSB/HSV98°35.36%70.98%
CMYK22.65%0.00%35.36%
29.02%

Color #8CB575 in popluar number systems.

HEX8CB575
Decimal140181117
Binary10001100101101011110101
Octal214265165

Shades and tints

Shades of #8CB575

#8CB575
(140,181,117)
#80A56B
(128,165,107)
#749561
(116,149,97)
#688557
(104,133,87)
#5C754D
(92,117,77)
#506543
(80,101,67)
#445539
(68,85,57)
#38452F
(56,69,47)
#2C3525
(44,53,37)
#20251B
(32,37,27)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #8CB575

#8CB575
(140,181,117)
#96BB81
(150,187,129)
#A0C18D
(160,193,141)
#AAC799
(170,199,153)
#B4CDA5
(180,205,165)
#BED3B1
(190,211,177)
#C8D9BD
(200,217,189)
#D2DFC9
(210,223,201)
#DCE5D5
(220,229,213)
#E6EBE1
(230,235,225)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB575; }

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

This text font color is #8CB575.


Background Color

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

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

This div background color is #8CB575.


Border color

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

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

This div border color is #8CB575.


Opacity

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

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

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

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

This text has shadow with #8CB575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB575 on black background.


Color preview on white background

This text has color #8CB575 on white background.



Black color preview on #8CB575 background

This text has black color on #8CB575 background.


White color preview on #8CB575 background

This text has white color on #8CB575 background.