COLOR #8A9595

HEX: #8A9595 RGB: (138,149,149)

Color info

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

RGB color model

#8A9595 color RGB value is (138,149,149).

RGB: (138,149,149) (54%, 58%, 58%)

RGB channels and saturation

R 138 of 255 = 54%
G 149 of 255 = 58%
B 149 of 255 = 58%

138
149
149

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

Portions of RGB colors in percentages

R + G + B = 138 + 149 + 149 = 436 (100%)
R 138 of 436 ~ 31.65%
G 149 of 436 ~ 34.17%
B 149 of 436 ~ 34.17'%

%31.65
%34.17
%34.17

CMYK color model

#8A9595 color CMYK value is (7,0,0,42).

  • cyan value is 7.38%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (7,0,0,42)
C7M0Y0K42 (7%, 0%, 0%, 42%)
(0.07 / 0.00 / 0.00 / 0.42)

CMYK percentages

%7.38
%0
%0
%41.57

Codes

Color #8A9595 in popluar color models

8A 95 95
RGB 138 149 149
HSL 180° 4.93% 56.27%
HSB/HSV 180° 7.38% 58.43%
CMYK 7.38% 0.00% 0.00%
41.57%

Color #8A9595 in popluar number systems.

HEX 8A 95 95
Decimal 138 149 149
Binary 10001010 10010101 10010101
Octal 212 225 225

Shades and tints

Shades of #8A9595

#8A9595
(138,149,149)
#7E8888
(126,136,136)
#727B7B
(114,123,123)
#666E6E
(102,110,110)
#5A6161
(90,97,97)
#4E5454
(78,84,84)
#424747
(66,71,71)
#363A3A
(54,58,58)
#2A2D2D
(42,45,45)
#1E2020
(30,32,32)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #8A9595

#8A9595
(138,149,149)
#949E9E
(148,158,158)
#9EA7A7
(158,167,167)
#A8B0B0
(168,176,176)
#B2B9B9
(178,185,185)
#BCC2C2
(188,194,194)
#C6CBCB
(198,203,203)
#D0D4D4
(208,212,212)
#DADDDD
(218,221,221)
#E4E6E6
(228,230,230)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9595; }

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

This text font color is #8A9595.

Background Color

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

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

This div background color is #8A9595.

Border color

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

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

This div border color is #8A9595.

Opacity

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

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

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

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

This text has shadow with #8A9595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A9595.

Preview

Color preview on black background

This text has color #8A9595 on black background.


Color preview on white background

This text has color #8A9595 on white background.


Black color preview on #8A9595 background

This text has black color on #8A9595 background.


White color preview on #8A9595 background

This text has white color on #8A9595 background.


Related colors

Complementary color

Complementary color for #hex is #756A6A.


I love getcolorcode.com