COLOR #8A8F78

HEX: #8A8F78 RGB: (138,143,120)

Color info

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

RGB color model

#8A8F78 color RGB value is (138,143,120).

RGB: (138,143,120) (54%, 56%, 47%)

RGB channels and saturation

R 138 of 255 = 54%
G 143 of 255 = 56%
B 120 of 255 = 47%

138
143
120

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

Portions of RGB colors in percentages

R + G + B = 138 + 143 + 120 = 401 (100%)
R 138 of 401 ~ 34.41%
G 143 of 401 ~ 35.66%
B 120 of 401 ~ 29.93'%

%34.41
%35.66
%29.93

CMYK color model

#8A8F78 color CMYK value is (3,0,16,44).

  • cyan value is 3.50%
  • magenta value is 0.00%
  • yellow value is 16.08%
  • key color value is 43.92%
CMYK: (3,0,16,44) C3M0Y16K44 (3%,0%,16%,44%) (0.03/0.00/0.16/0.44) 

CMYK percentages

%3.5
%0
%16.08
%43.92

Codes

Color #8A8F78 in popluar color models

8A 8F 78
RGB 138 143 120
HSL 73° 9.31% 51.57%
HSB/HSV 73° 16.08% 56.08%
CMYK 3.50% 0.00% 16.08%
43.92%

Color #8A8F78 in popluar number systems.

HEX 8A 8F 78
Decimal 138 143 120
Binary 10001010 10001111 1111000
Octal 212 217 170

Shades and tints

Shades of #8A8F78

#8A8F78
(138,143,120)
#7E826E
(126,130,110)
#727564
(114,117,100)
#66685A
(102,104,90)
#5A5B50
(90,91,80)
#4E4E46
(78,78,70)
#42413C
(66,65,60)
#363432
(54,52,50)
#2A2728
(42,39,40)
#1E1A1E
(30,26,30)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #8A8F78

#8A8F78
(138,143,120)
#949984
(148,153,132)
#9EA390
(158,163,144)
#A8AD9C
(168,173,156)
#B2B7A8
(178,183,168)
#BCC1B4
(188,193,180)
#C6CBC0
(198,203,192)
#D0D5CC
(208,213,204)
#DADFD8
(218,223,216)
#E4E9E4
(228,233,228)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8F78 color. Also use rgb(138,143,120) instead hex code.

Text Font Color

.myTextColor { color: #8A8F78; }

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

This text font color is #8A8F78.

Background Color

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

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

This div background color is #8A8F78.

Border color

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

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

This div border color is #8A8F78.

Opacity

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

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

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

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

This text has shadow with #8A8F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A8F78.

Preview

Color preview on black background

This text has color #8A8F78 on black background.


Color preview on white background

This text has color #8A8F78 on white background.


Black color preview on #8A8F78 background

This text has black color on #8A8F78 background.


White color preview on #8A8F78 background

This text has white color on #8A8F78 background.


Related colors

Complementary color

Complementary color for #hex is #757087.


I love getcolorcode.com

Triadic colors

1 #788A8F and #8F788A with #8A8F78 are triadic colors.

2 #788F8A and #8F8A78 with #8A8F78 are triadic colors.