COLOR #93828E

HEX: #93828E RGB: (147,130,142)

Color info

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

RGB color model

#93828E color RGB value is (147,130,142).

RGB: (147,130,142) (58%, 51%, 56%)

RGB channels and saturation

R 147 of 255 = 58%
G 130 of 255 = 51%
B 142 of 255 = 56%

147
130
142

R + G + B ~ 55%. #93828E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 147 + 130 + 142 = 419 (100%)
R 147 of 419 ~ 35.08%
G 130 of 419 ~ 31.03%
B 142 of 419 ~ 33.89'%

%35.08
%31.03
%33.89

CMYK color model

#93828E color CMYK value is (0,12,3,42).

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 3.40%
  • key color value is 42.35%
CMYK: (0,12,3,42) C0M12Y3K42 (0%,12%,3%,42%) (0.00/0.12/0.03/0.42) 

CMYK percentages

%0
%11.56
%3.4
%42.35

Codes

Color #93828E in popluar color models

93 82 8E
RGB 147 130 142
HSL 318° 7.30% 54.31%
HSB/HSV 318° 11.56% 57.65%
CMYK 0.00% 11.56% 3.40%
42.35%

Color #93828E in popluar number systems.

HEX 93 82 8E
Decimal 147 130 142
Binary 10010011 10000010 10001110
Octal 223 202 216

Shades and tints

Shades of #93828E

#93828E
(147,130,142)
#867782
(134,119,130)
#796C76
(121,108,118)
#6C616A
(108,97,106)
#5F565E
(95,86,94)
#524B52
(82,75,82)
#454046
(69,64,70)
#38353A
(56,53,58)
#2B2A2E
(43,42,46)
#1E1F22
(30,31,34)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #93828E

#93828E
(147,130,142)
#9C8D98
(156,141,152)
#A598A2
(165,152,162)
#AEA3AC
(174,163,172)
#B7AEB6
(183,174,182)
#C0B9C0
(192,185,192)
#C9C4CA
(201,196,202)
#D2CFD4
(210,207,212)
#DBDADE
(219,218,222)
#E4E5E8
(228,229,232)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93828E color. Also use rgb(147,130,142) instead hex code.

Text Font Color

.myTextColor { color: #93828E; }

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

This text font color is #93828E.

Background Color

.myBgColor { background-color: #93828E; }

<div style="background-color:#93828E">Inner text</div>

This div background color is #93828E.

Border color

.myBorderColor { border: 1px solid #93828E; }

<div style="border:3px solid #93828E">Div</div>

This div border color is #93828E.

Opacity

.myOpacity80 { color: #93828E; opacity: 0.8; }

<p style="color:#93828E;opacity:0.8;">80%</p>

Text with #93828E 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 #93828E;}

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

This text has shadow with #93828E color.


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

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

This text has shadow with #93828E primary color and red secondary color.


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

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

This text has shadow with #93828E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #93828E.

Preview

Color preview on black background

This text has color #93828E on black background.


Color preview on white background

This text has color #93828E on white background.


Black color preview on #93828E background

This text has black color on #93828E background.


White color preview on #93828E background

This text has white color on #93828E background.


Related colors

Complementary color

Complementary color for #hex is #6C7D71.


I love getcolorcode.com

Triadic colors

1 #8E9382 and #828E93 with #93828E are triadic colors.

2 #8E8293 and #82938E with #93828E are triadic colors.