COLOR #8FA383

HEX: #8FA383
RGB: (143,163,131)

Color info

#8FA383 contains red, green and blue colors in about the same proportion. Web safe color of #8FA383 is #999999 (or #999).

RGB color model

#8FA383 color RGB value is (143,163,131).

  • red value is 143;
  • green value is 163;
  • blue value is 131.
RGB:
(143,163,131)
(56%,64%,51%)

RGB channels and saturation

R 143 of 255 = 56%
G 163 of 255 = 64%
B 131 of 255 = 51%

143
163
131

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

Portions of RGB colors in percentages

R + G + B =
143 + 163 + 131 = 437 (100%)
R 143 of 437 ~ 32.72%
G 163 of 437 ~ 37.3%
B 131 of 437 ~ 29.98%

%32.72
%37.3
%29.98

CMYK color model

#8FA383 color CMYK value is (12,0,20,36).

  • cyan value is 12.27%
  • magenta value is 0.00%
  • yellow value is 19.63%
  • key color value is 36.08%
CMYK:
(12,0,20,36)
C12M0Y20K36 
(12%,0%,20%,36%)
(0.12/0.00/0.20/0.36)	

CMYK percentages

%12.27
%0
%19.63
%36.08

Codes

Color #8FA383 in popluar color models

8FA383
RGB143163131
HSL98°14.81%57.65%
HSB/HSV98°19.63%63.92%
CMYK12.27%0.00%19.63%
36.08%

Color #8FA383 in popluar number systems.

HEX8FA383
Decimal143163131
Binary100011111010001110000011
Octal217243203

Shades and tints

Shades of #8FA383

#8FA383
(143,163,131)
#829578
(130,149,120)
#75876D
(117,135,109)
#687962
(104,121,98)
#5B6B57
(91,107,87)
#4E5D4C
(78,93,76)
#414F41
(65,79,65)
#344136
(52,65,54)
#27332B
(39,51,43)
#1A2520
(26,37,32)
#0D1715
(13,23,21)
#000000
(0,0,0)

Tints of #8FA383

#8FA383
(143,163,131)
#99AB8E
(153,171,142)
#A3B399
(163,179,153)
#ADBBA4
(173,187,164)
#B7C3AF
(183,195,175)
#C1CBBA
(193,203,186)
#CBD3C5
(203,211,197)
#D5DBD0
(213,219,208)
#DFE3DB
(223,227,219)
#E9EBE6
(233,235,230)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA383 color. Also use rgb(143,163,131) instead hex code.

Text Font Color

.myTextColor { color: #8FA383; }

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

This text font color is #8FA383.


Background Color

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

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

This div background color is #8FA383.


Border color

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

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

This div border color is #8FA383.


Opacity

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

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

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

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

This text has shadow with #8FA383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA383 on black background.


Color preview on white background

This text has color #8FA383 on white background.



Black color preview on #8FA383 background

This text has black color on #8FA383 background.


White color preview on #8FA383 background

This text has white color on #8FA383 background.