COLOR #8E8F63

HEX: #8E8F63 RGB: (142,143,99)

Color info

#8E8F63 contains red, green and blue colors in about the same proportion. Web safe color of #8E8F63 is #999966 (or #996).

RGB color model

#8E8F63 color RGB value is (142,143,99).

RGB: (142,143,99) (56%, 56%, 39%)

RGB channels and saturation

R 142 of 255 = 56%
G 143 of 255 = 56%
B 99 of 255 = 39%

142
143
99

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

Portions of RGB colors in percentages

R + G + B = 142 + 143 + 99 = 384 (100%)
R 142 of 384 ~ 36.98%
G 143 of 384 ~ 37.24%
B 99 of 384 ~ 25.78'%

%36.98
%37.24
%25.78

CMYK color model

#8E8F63 color CMYK value is (1,0,31,44).

  • cyan value is 0.70%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 43.92%

CMYK: (1,0,31,44)
C1M0Y31K44 (1%, 0%, 31%, 44%)
(0.01 / 0.00 / 0.31 / 0.44)

CMYK percentages

%0.7
%0
%30.77
%43.92

Codes

Color #8E8F63 in popluar color models

8E 8F 63
RGB 142 143 99
HSL 61° 18.18% 47.45%
HSB/HSV 61° 30.77% 56.08%
CMYK 0.70% 0.00% 30.77%
43.92%

Color #8E8F63 in popluar number systems.

HEX 8E 8F 63
Decimal 142 143 99
Binary 10001110 10001111 1100011
Octal 216 217 143

Shades and tints

Shades of #8E8F63

#8E8F63
(142,143,99)
#82825A
(130,130,90)
#767551
(118,117,81)
#6A6848
(106,104,72)
#5E5B3F
(94,91,63)
#524E36
(82,78,54)
#46412D
(70,65,45)
#3A3424
(58,52,36)
#2E271B
(46,39,27)
#221A12
(34,26,18)
#160D09
(22,13,9)
#000000
(0,0,0)

Tints of #8E8F63

#8E8F63
(142,143,99)
#989971
(152,153,113)
#A2A37F
(162,163,127)
#ACAD8D
(172,173,141)
#B6B79B
(182,183,155)
#C0C1A9
(192,193,169)
#CACBB7
(202,203,183)
#D4D5C5
(212,213,197)
#DEDFD3
(222,223,211)
#E8E9E1
(232,233,225)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8F63 color. Also use rgb(142,143,99) instead hex code.

Text Font Color

.myTextColor { color: #8E8F63; }

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

This text font color is #8E8F63.

Background Color

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

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

This div background color is #8E8F63.

Border color

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

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

This div border color is #8E8F63.

Opacity

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

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

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

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

This text has shadow with #8E8F63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E8F63.

Preview

Color preview on black background

This text has color #8E8F63 on black background.


Color preview on white background

This text has color #8E8F63 on white background.


Black color preview on #8E8F63 background

This text has black color on #8E8F63 background.


White color preview on #8E8F63 background

This text has white color on #8E8F63 background.


Related colors

Complementary color

Complementary color for #hex is #71709C.


I love getcolorcode.com

Triadic colors

1 #638E8F and #8F638E with #8E8F63 are triadic colors.

2 #638F8E and #8F8E63 with #8E8F63 are triadic colors.