COLOR #93807E

HEX: #93807E RGB: (147,128,126)

Color info

#93807E contains red, green and blue colors in about the same proportion. Web safe color of #93807E is #996666 (or #966).

RGB color model

#93807E color RGB value is (147,128,126).

RGB: (147,128,126) (58%, 50%, 49%)

RGB channels and saturation

R 147 of 255 = 58%
G 128 of 255 = 50%
B 126 of 255 = 49%

147
128
126

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

Portions of RGB colors in percentages

R + G + B = 147 + 128 + 126 = 401 (100%)
R 147 of 401 ~ 36.66%
G 128 of 401 ~ 31.92%
B 126 of 401 ~ 31.42'%

%36.66
%31.92
%31.42

CMYK color model

#93807E color CMYK value is (0,13,14,42).

  • cyan value is 0.00%
  • magenta value is 12.93%
  • yellow value is 14.29%
  • key color value is 42.35%

CMYK: (0,13,14,42)
C0M13Y14K42 (0%, 13%, 14%, 42%)
(0.00 / 0.13 / 0.14 / 0.42)

CMYK percentages

%0
%12.93
%14.29
%42.35

Codes

Color #93807E in popluar color models

93 80 7E
RGB 147 128 126
HSL 8.86% 53.53%
HSB/HSV 14.29% 57.65%
CMYK 0.00% 12.93% 14.29%
42.35%

Color #93807E in popluar number systems.

HEX 93 80 7E
Decimal 147 128 126
Binary 10010011 10000000 1111110
Octal 223 200 176

Shades and tints

Shades of #93807E

#93807E
(147,128,126)
#867573
(134,117,115)
#796A68
(121,106,104)
#6C5F5D
(108,95,93)
#5F5452
(95,84,82)
#524947
(82,73,71)
#453E3C
(69,62,60)
#383331
(56,51,49)
#2B2826
(43,40,38)
#1E1D1B
(30,29,27)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #93807E

#93807E
(147,128,126)
#9C8B89
(156,139,137)
#A59694
(165,150,148)
#AEA19F
(174,161,159)
#B7ACAA
(183,172,170)
#C0B7B5
(192,183,181)
#C9C2C0
(201,194,192)
#D2CDCB
(210,205,203)
#DBD8D6
(219,216,214)
#E4E3E1
(228,227,225)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93807E color. Also use rgb(147,128,126) instead hex code.

Text Font Color

.myTextColor { color: #93807E; }

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

This text font color is #93807E.

Background Color

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

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

This div background color is #93807E.

Border color

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

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

This div border color is #93807E.

Opacity

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

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

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

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

This text has shadow with #93807E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93807E.

Preview

Color preview on black background

This text has color #93807E on black background.


Color preview on white background

This text has color #93807E on white background.


Black color preview on #93807E background

This text has black color on #93807E background.


White color preview on #93807E background

This text has white color on #93807E background.


Related colors

Complementary color

Complementary color for #hex is #6C7F81.


I love getcolorcode.com

Triadic colors

1 #7E9380 and #807E93 with #93807E are triadic colors.

2 #7E8093 and #80937E with #93807E are triadic colors.