COLOR #8CA758

HEX: #8CA758
RGB: (140,167,88)

Color info

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

RGB color model

#8CA758 color RGB value is (140,167,88).

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

RGB channels and saturation

R 140 of 255 = 55%
G 167 of 255 = 65%
B 88 of 255 = 35%

140
167
88

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

Portions of RGB colors in percentages

R + G + B =
140 + 167 + 88 = 395 (100%)
R 140 of 395 ~ 35.44%
G 167 of 395 ~ 42.28%
B 88 of 395 ~ 22.28%

%35.44
%42.28
%22.28

CMYK color model

#8CA758 color CMYK value is (16,0,47,35).

  • cyan value is 16.17%
  • magenta value is 0.00%
  • yellow value is 47.31%
  • key color value is 34.51%
CMYK:
(16,0,47,35)
C16M0Y47K35 
(16%,0%,47%,35%)
(0.16/0.00/0.47/0.35)	

CMYK percentages

%16.17
%0
%47.31
%34.51

Codes

Color #8CA758 in popluar color models

8CA758
RGB14016788
HSL81°30.98%50.00%
HSB/HSV81°47.31%65.49%
CMYK16.17%0.00%47.31%
34.51%

Color #8CA758 in popluar number systems.

HEX8CA758
Decimal14016788
Binary10001100101001111011000
Octal214247130

Shades and tints

Shades of #8CA758

#8CA758
(140,167,88)
#809850
(128,152,80)
#748948
(116,137,72)
#687A40
(104,122,64)
#5C6B38
(92,107,56)
#505C30
(80,92,48)
#444D28
(68,77,40)
#383E20
(56,62,32)
#2C2F18
(44,47,24)
#202010
(32,32,16)
#141108
(20,17,8)
#000000
(0,0,0)

Tints of #8CA758

#8CA758
(140,167,88)
#96AF67
(150,175,103)
#A0B776
(160,183,118)
#AABF85
(170,191,133)
#B4C794
(180,199,148)
#BECFA3
(190,207,163)
#C8D7B2
(200,215,178)
#D2DFC1
(210,223,193)
#DCE7D0
(220,231,208)
#E6EFDF
(230,239,223)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA758; }

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

This text font color is #8CA758.


Background Color

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

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

This div background color is #8CA758.


Border color

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

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

This div border color is #8CA758.


Opacity

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

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

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

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

This text has shadow with #8CA758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA758 on black background.


Color preview on white background

This text has color #8CA758 on white background.



Black color preview on #8CA758 background

This text has black color on #8CA758 background.


White color preview on #8CA758 background

This text has white color on #8CA758 background.