COLOR #8A8A7D

HEX: #8A8A7D
RGB: (138,138,125)

Color info

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

RGB color model

#8A8A7D color RGB value is (138,138,125).

  • red value is 138;
  • green value is 138;
  • blue value is 125.
RGB:
(138,138,125)
(54%,54%,49%)

RGB channels and saturation

R 138 of 255 = 54%
G 138 of 255 = 54%
B 125 of 255 = 49%

138
138
125

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

Portions of RGB colors in percentages

R + G + B =
138 + 138 + 125 = 401 (100%)
R 138 of 401 ~ 34.41%
G 138 of 401 ~ 34.41%
B 125 of 401 ~ 31.17%

%34.41
%34.41
%31.17

CMYK color model

#8A8A7D color CMYK value is (0,0,9,46).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 9.42%
  • key color value is 45.88%
CMYK:
(0,0,9,46)
C0M0Y9K46 
(0%,0%,9%,46%)
(0.00/0.00/0.09/0.46)	

CMYK percentages

%0
%0
%9.42
%45.88

Codes

Color #8A8A7D in popluar color models

8A8A7D
RGB138138125
HSL60°5.26%51.57%
HSB/HSV60°9.42%54.12%
CMYK0.00%0.00%9.42%
45.88%

Color #8A8A7D in popluar number systems.

HEX8A8A7D
Decimal138138125
Binary10001010100010101111101
Octal212212175

Shades and tints

Shades of #8A8A7D

#8A8A7D
(138,138,125)
#7E7E72
(126,126,114)
#727267
(114,114,103)
#66665C
(102,102,92)
#5A5A51
(90,90,81)
#4E4E46
(78,78,70)
#42423B
(66,66,59)
#363630
(54,54,48)
#2A2A25
(42,42,37)
#1E1E1A
(30,30,26)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #8A8A7D

#8A8A7D
(138,138,125)
#949488
(148,148,136)
#9E9E93
(158,158,147)
#A8A89E
(168,168,158)
#B2B2A9
(178,178,169)
#BCBCB4
(188,188,180)
#C6C6BF
(198,198,191)
#D0D0CA
(208,208,202)
#DADAD5
(218,218,213)
#E4E4E0
(228,228,224)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8A7D; }

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

This text font color is #8A8A7D.


Background Color

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

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

This div background color is #8A8A7D.


Border color

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

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

This div border color is #8A8A7D.


Opacity

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

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

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

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

This text has shadow with #8A8A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8A7D on black background.


Color preview on white background

This text has color #8A8A7D on white background.



Black color preview on #8A8A7D background

This text has black color on #8A8A7D background.


White color preview on #8A8A7D background

This text has white color on #8A8A7D background.