COLOR #93958A

HEX: #93958A RGB: (147,149,138)

Color info

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

RGB color model

#93958A color RGB value is (147,149,138).

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

RGB channels and saturation

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

147
149
138

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

Portions of RGB colors in percentages

R + G + B = 147 + 149 + 138 = 434 (100%)
R 147 of 434 ~ 33.87%
G 149 of 434 ~ 34.33%
B 138 of 434 ~ 31.8'%

%33.87
%34.33
%31.8

CMYK color model

#93958A color CMYK value is (1,0,7,42).

  • cyan value is 1.34%
  • magenta value is 0.00%
  • yellow value is 7.38%
  • key color value is 41.57%
CMYK: (1,0,7,42) C1M0Y7K42 (1%,0%,7%,42%) (0.01/0.00/0.07/0.42) 

CMYK percentages

%1.34
%0
%7.38
%41.57

Codes

Color #93958A in popluar color models

93 95 8A
RGB 147 149 138
HSL 71° 4.93% 56.27%
HSB/HSV 71° 7.38% 58.43%
CMYK 1.34% 0.00% 7.38%
41.57%

Color #93958A in popluar number systems.

HEX 93 95 8A
Decimal 147 149 138
Binary 10010011 10010101 10001010
Octal 223 225 212

Shades and tints

Shades of #93958A

#93958A
(147,149,138)
#86887E
(134,136,126)
#797B72
(121,123,114)
#6C6E66
(108,110,102)
#5F615A
(95,97,90)
#52544E
(82,84,78)
#454742
(69,71,66)
#383A36
(56,58,54)
#2B2D2A
(43,45,42)
#1E201E
(30,32,30)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #93958A

#93958A
(147,149,138)
#9C9E94
(156,158,148)
#A5A79E
(165,167,158)
#AEB0A8
(174,176,168)
#B7B9B2
(183,185,178)
#C0C2BC
(192,194,188)
#C9CBC6
(201,203,198)
#D2D4D0
(210,212,208)
#DBDDDA
(219,221,218)
#E4E6E4
(228,230,228)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93958A; }

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

This text font color is #93958A.

Background Color

.myBgColor { background-color: #93958A; }

<div style="background-color:#93958A">Inner text</div>

This div background color is #93958A.

Border color

.myBorderColor { border: 1px solid #93958A; }

<div style="border:3px solid #93958A">Div</div>

This div border color is #93958A.

Opacity

.myOpacity80 { color: #93958A; opacity: 0.8; }

<p style="color:#93958A;opacity:0.8;">80%</p>

Text with #93958A 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 #93958A;}

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

This text has shadow with #93958A color.


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

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

This text has shadow with #93958A primary color and red secondary color.


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

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

This text has shadow with #93958A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #93958A.

Preview

Color preview on black background

This text has color #93958A on black background.


Color preview on white background

This text has color #93958A on white background.


Black color preview on #93958A background

This text has black color on #93958A background.


White color preview on #93958A background

This text has white color on #93958A background.


Related colors

Complementary color

Complementary color for #hex is #6C6A75.


I love getcolorcode.com

Triadic colors

1 #8A9395 and #958A93 with #93958A are triadic colors.

2 #8A9593 and #95938A with #93958A are triadic colors.