COLOR #8FA583

HEX: #8FA583 RGB: (143,165,131)

Color info

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

RGB color model

#8FA583 color RGB value is (143,165,131).

RGB: (143,165,131) (56%, 65%, 51%)

RGB channels and saturation

R 143 of 255 = 56%
G 165 of 255 = 65%
B 131 of 255 = 51%

143
165
131

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

Portions of RGB colors in percentages

R + G + B = 143 + 165 + 131 = 439 (100%)
R 143 of 439 ~ 32.57%
G 165 of 439 ~ 37.59%
B 131 of 439 ~ 29.84'%

%32.57
%37.59
%29.84

CMYK color model

#8FA583 color CMYK value is (13,0,21,35).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 20.61%
  • key color value is 35.29%

CMYK: (13,0,21,35)
C13M0Y21K35 (13%, 0%, 21%, 35%)
(0.13 / 0.00 / 0.21 / 0.35)

CMYK percentages

%13.33
%0
%20.61
%35.29

Codes

Color #8FA583 in popluar color models

8F A5 83
RGB 143 165 131
HSL 99° 15.89% 58.04%
HSB/HSV 99° 20.61% 64.71%
CMYK 13.33% 0.00% 20.61%
35.29%

Color #8FA583 in popluar number systems.

HEX 8F A5 83
Decimal 143 165 131
Binary 10001111 10100101 10000011
Octal 217 245 203

Shades and tints

Shades of #8FA583

#8FA583
(143,165,131)
#829678
(130,150,120)
#75876D
(117,135,109)
#687862
(104,120,98)
#5B6957
(91,105,87)
#4E5A4C
(78,90,76)
#414B41
(65,75,65)
#343C36
(52,60,54)
#272D2B
(39,45,43)
#1A1E20
(26,30,32)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #8FA583

#8FA583
(143,165,131)
#99AD8E
(153,173,142)
#A3B599
(163,181,153)
#ADBDA4
(173,189,164)
#B7C5AF
(183,197,175)
#C1CDBA
(193,205,186)
#CBD5C5
(203,213,197)
#D5DDD0
(213,221,208)
#DFE5DB
(223,229,219)
#E9EDE6
(233,237,230)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA583; }

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

This text font color is #8FA583.

Background Color

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

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

This div background color is #8FA583.

Border color

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

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

This div border color is #8FA583.

Opacity

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

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

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

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

This text has shadow with #8FA583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA583.

Preview

Color preview on black background

This text has color #8FA583 on black background.


Color preview on white background

This text has color #8FA583 on white background.


Black color preview on #8FA583 background

This text has black color on #8FA583 background.


White color preview on #8FA583 background

This text has white color on #8FA583 background.


Related colors

Complementary color

Complementary color for #hex is #705A7C.


I love getcolorcode.com

Triadic colors

1 #838FA5 and #A5838F with #8FA583 are triadic colors.

2 #83A58F and #A58F83 with #8FA583 are triadic colors.