COLOR #8FA591

HEX: #8FA591
RGB: (143,165,145)

Color info

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

RGB color model

#8FA591 color RGB value is (143,165,145).

  • red value is 143;
  • green value is 165;
  • blue value is 145.
RGB:
(143,165,145)
(56%,65%,57%)

RGB channels and saturation

R 143 of 255 = 56%
G 165 of 255 = 65%
B 145 of 255 = 57%

143
165
145

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

Portions of RGB colors in percentages

R + G + B =
143 + 165 + 145 = 453 (100%)
R 143 of 453 ~ 31.57%
G 165 of 453 ~ 36.42%
B 145 of 453 ~ 32.01%

%31.57
%36.42
%32.01

CMYK color model

#8FA591 color CMYK value is (13,0,12,35).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 35.29%
CMYK:
(13,0,12,35)
C13M0Y12K35 
(13%,0%,12%,35%)
(0.13/0.00/0.12/0.35)	

CMYK percentages

%13.33
%0
%12.12
%35.29

Codes

Color #8FA591 in popluar color models

8FA591
RGB143165145
HSL125°10.89%60.39%
HSB/HSV125°13.33%64.71%
CMYK13.33%0.00%12.12%
35.29%

Color #8FA591 in popluar number systems.

HEX8FA591
Decimal143165145
Binary100011111010010110010001
Octal217245221

Shades and tints

Shades of #8FA591

#8FA591
(143,165,145)
#829684
(130,150,132)
#758777
(117,135,119)
#68786A
(104,120,106)
#5B695D
(91,105,93)
#4E5A50
(78,90,80)
#414B43
(65,75,67)
#343C36
(52,60,54)
#272D29
(39,45,41)
#1A1E1C
(26,30,28)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #8FA591

#8FA591
(143,165,145)
#99AD9B
(153,173,155)
#A3B5A5
(163,181,165)
#ADBDAF
(173,189,175)
#B7C5B9
(183,197,185)
#C1CDC3
(193,205,195)
#CBD5CD
(203,213,205)
#D5DDD7
(213,221,215)
#DFE5E1
(223,229,225)
#E9EDEB
(233,237,235)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA591; }

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

This text font color is #8FA591.


Background Color

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

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

This div background color is #8FA591.


Border color

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

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

This div border color is #8FA591.


Opacity

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

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

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

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

This text has shadow with #8FA591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA591 on black background.


Color preview on white background

This text has color #8FA591 on white background.



Black color preview on #8FA591 background

This text has black color on #8FA591 background.


White color preview on #8FA591 background

This text has white color on #8FA591 background.