COLOR #8FA258

HEX: #8FA258 RGB: (143,162,88)

Color info

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

RGB color model

#8FA258 color RGB value is (143,162,88).

RGB: (143,162,88) (56%, 64%, 35%)

RGB channels and saturation

R 143 of 255 = 56%
G 162 of 255 = 64%
B 88 of 255 = 35%

143
162
88

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

Portions of RGB colors in percentages

R + G + B = 143 + 162 + 88 = 393 (100%)
R 143 of 393 ~ 36.39%
G 162 of 393 ~ 41.22%
B 88 of 393 ~ 22.39'%

%36.39
%41.22
%22.39

CMYK color model

#8FA258 color CMYK value is (12,0,46,36).

  • cyan value is 11.73%
  • magenta value is 0.00%
  • yellow value is 45.68%
  • key color value is 36.47%

CMYK: (12,0,46,36)
C12M0Y46K36 (12%, 0%, 46%, 36%)
(0.12 / 0.00 / 0.46 / 0.36)

CMYK percentages

%11.73
%0
%45.68
%36.47

Codes

Color #8FA258 in popluar color models

8F A2 58
RGB 143 162 88
HSL 75° 29.60% 49.02%
HSB/HSV 75° 45.68% 63.53%
CMYK 11.73% 0.00% 45.68%
36.47%

Color #8FA258 in popluar number systems.

HEX 8F A2 58
Decimal 143 162 88
Binary 10001111 10100010 1011000
Octal 217 242 130

Shades and tints

Shades of #8FA258

#8FA258
(143,162,88)
#829450
(130,148,80)
#758648
(117,134,72)
#687840
(104,120,64)
#5B6A38
(91,106,56)
#4E5C30
(78,92,48)
#414E28
(65,78,40)
#344020
(52,64,32)
#273218
(39,50,24)
#1A2410
(26,36,16)
#0D1608
(13,22,8)
#000000
(0,0,0)

Tints of #8FA258

#8FA258
(143,162,88)
#99AA67
(153,170,103)
#A3B276
(163,178,118)
#ADBA85
(173,186,133)
#B7C294
(183,194,148)
#C1CAA3
(193,202,163)
#CBD2B2
(203,210,178)
#D5DAC1
(213,218,193)
#DFE2D0
(223,226,208)
#E9EADF
(233,234,223)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA258 color. Also use rgb(143,162,88) instead hex code.

Text Font Color

.myTextColor { color: #8FA258; }

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

This text font color is #8FA258.

Background Color

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

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

This div background color is #8FA258.

Border color

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

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

This div border color is #8FA258.

Opacity

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

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

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

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

This text has shadow with #8FA258 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA258.

Preview

Color preview on black background

This text has color #8FA258 on black background.


Color preview on white background

This text has color #8FA258 on white background.


Black color preview on #8FA258 background

This text has black color on #8FA258 background.


White color preview on #8FA258 background

This text has white color on #8FA258 background.


Related colors

Complementary color

Complementary color for #hex is #705DA7.


I love getcolorcode.com

Triadic colors

1 #588FA2 and #A2588F with #8FA258 are triadic colors.

2 #58A28F and #A28F58 with #8FA258 are triadic colors.