COLOR #93829D

HEX: #93829D RGB: (147,130,157)

Color info

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

RGB color model

#93829D color RGB value is (147,130,157).

RGB: (147,130,157) (58%, 51%, 62%)

RGB channels and saturation

R 147 of 255 = 58%
G 130 of 255 = 51%
B 157 of 255 = 62%

147
130
157

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

Portions of RGB colors in percentages

R + G + B = 147 + 130 + 157 = 434 (100%)
R 147 of 434 ~ 33.87%
G 130 of 434 ~ 29.95%
B 157 of 434 ~ 36.18'%

%33.87
%29.95
%36.18

CMYK color model

#93829D color CMYK value is (6,17,0,38).

  • cyan value is 6.37%
  • magenta value is 17.20%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (6,17,0,38)
C6M17Y0K38 (6%, 17%, 0%, 38%)
(0.06 / 0.17 / 0.00 / 0.38)

CMYK percentages

%6.37
%17.2
%0
%38.43

Codes

Color #93829D in popluar color models

93 82 9D
RGB 147 130 157
HSL 278° 12.11% 56.27%
HSB/HSV 278° 17.20% 61.57%
CMYK 6.37% 17.20% 0.00%
38.43%

Color #93829D in popluar number systems.

HEX 93 82 9D
Decimal 147 130 157
Binary 10010011 10000010 10011101
Octal 223 202 235

Shades and tints

Shades of #93829D

#93829D
(147,130,157)
#86778F
(134,119,143)
#796C81
(121,108,129)
#6C6173
(108,97,115)
#5F5665
(95,86,101)
#524B57
(82,75,87)
#454049
(69,64,73)
#38353B
(56,53,59)
#2B2A2D
(43,42,45)
#1E1F1F
(30,31,31)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #93829D

#93829D
(147,130,157)
#9C8DA5
(156,141,165)
#A598AD
(165,152,173)
#AEA3B5
(174,163,181)
#B7AEBD
(183,174,189)
#C0B9C5
(192,185,197)
#C9C4CD
(201,196,205)
#D2CFD5
(210,207,213)
#DBDADD
(219,218,221)
#E4E5E5
(228,229,229)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93829D color. Also use rgb(147,130,157) instead hex code.

Text Font Color

.myTextColor { color: #93829D; }

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

This text font color is #93829D.

Background Color

.myBgColor { background-color: #93829D; }

<div style="background-color:#93829D">Inner text</div>

This div background color is #93829D.

Border color

.myBorderColor { border: 1px solid #93829D; }

<div style="border:3px solid #93829D">Div</div>

This div border color is #93829D.

Opacity

.myOpacity80 { color: #93829D; opacity: 0.8; }

<p style="color:#93829D;opacity:0.8;">80%</p>

Text with #93829D 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 #93829D;}

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

This text has shadow with #93829D color.


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

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

This text has shadow with #93829D primary color and red secondary color.


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

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

This text has shadow with #93829D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #93829D.

Preview

Color preview on black background

This text has color #93829D on black background.


Color preview on white background

This text has color #93829D on white background.


Black color preview on #93829D background

This text has black color on #93829D background.


White color preview on #93829D background

This text has white color on #93829D background.


Related colors

Complementary color

Complementary color for #hex is #6C7D62.


I love getcolorcode.com

Triadic colors

1 #9D9382 and #829D93 with #93829D are triadic colors.

2 #9D8293 and #82939D with #93829D are triadic colors.