COLOR #8C9758

HEX: #8C9758
RGB: (140,151,88)

Color info

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

RGB color model

#8C9758 color RGB value is (140,151,88).

  • red value is 140;
  • green value is 151;
  • blue value is 88.
RGB:
(140,151,88)
(55%,59%,35%)

RGB channels and saturation

R 140 of 255 = 55%
G 151 of 255 = 59%
B 88 of 255 = 35%

140
151
88

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

Portions of RGB colors in percentages

R + G + B =
140 + 151 + 88 = 379 (100%)
R 140 of 379 ~ 36.94%
G 151 of 379 ~ 39.84%
B 88 of 379 ~ 23.22%

%36.94
%39.84
%23.22

CMYK color model

#8C9758 color CMYK value is (7,0,42,41).

  • cyan value is 7.28%
  • magenta value is 0.00%
  • yellow value is 41.72%
  • key color value is 40.78%
CMYK:
(7,0,42,41)
C7M0Y42K41 
(7%,0%,42%,41%)
(0.07/0.00/0.42/0.41)	

CMYK percentages

%7.28
%0
%41.72
%40.78

Codes

Color #8C9758 in popluar color models

8C9758
RGB14015188
HSL70°26.36%46.86%
HSB/HSV70°41.72%59.22%
CMYK7.28%0.00%41.72%
40.78%

Color #8C9758 in popluar number systems.

HEX8C9758
Decimal14015188
Binary10001100100101111011000
Octal214227130

Shades and tints

Shades of #8C9758

#8C9758
(140,151,88)
#808A50
(128,138,80)
#747D48
(116,125,72)
#687040
(104,112,64)
#5C6338
(92,99,56)
#505630
(80,86,48)
#444928
(68,73,40)
#383C20
(56,60,32)
#2C2F18
(44,47,24)
#202210
(32,34,16)
#141508
(20,21,8)
#000000
(0,0,0)

Tints of #8C9758

#8C9758
(140,151,88)
#96A067
(150,160,103)
#A0A976
(160,169,118)
#AAB285
(170,178,133)
#B4BB94
(180,187,148)
#BEC4A3
(190,196,163)
#C8CDB2
(200,205,178)
#D2D6C1
(210,214,193)
#DCDFD0
(220,223,208)
#E6E8DF
(230,232,223)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9758 color. Also use rgb(140,151,88) instead hex code.

Text Font Color

.myTextColor { color: #8C9758; }

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

This text font color is #8C9758.


Background Color

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

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

This div background color is #8C9758.


Border color

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

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

This div border color is #8C9758.


Opacity

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

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

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

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

This text has shadow with #8C9758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9758 on black background.


Color preview on white background

This text has color #8C9758 on white background.



Black color preview on #8C9758 background

This text has black color on #8C9758 background.


White color preview on #8C9758 background

This text has white color on #8C9758 background.