COLOR #93756B

HEX: #93756B RGB: (147,117,107)

Color info

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

RGB color model

#93756B color RGB value is (147,117,107).

RGB: (147,117,107) (58%, 46%, 42%)

RGB channels and saturation

R 147 of 255 = 58%
G 117 of 255 = 46%
B 107 of 255 = 42%

147
117
107

R + G + B ~ 49%. #93756B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 147 + 117 + 107 = 371 (100%)
R 147 of 371 ~ 39.62%
G 117 of 371 ~ 31.54%
B 107 of 371 ~ 28.84'%

%39.62
%31.54
%28.84

CMYK color model

#93756B color CMYK value is (0,20,27,42).

  • cyan value is 0.00%
  • magenta value is 20.41%
  • yellow value is 27.21%
  • key color value is 42.35%

CMYK: (0,20,27,42)
C0M20Y27K42 (0%, 20%, 27%, 42%)
(0.00 / 0.20 / 0.27 / 0.42)

CMYK percentages

%0
%20.41
%27.21
%42.35

Codes

Color #93756B in popluar color models

93 75 6B
RGB 147 117 107
HSL 15° 15.75% 49.80%
HSB/HSV 15° 27.21% 57.65%
CMYK 0.00% 20.41% 27.21%
42.35%

Color #93756B in popluar number systems.

HEX 93 75 6B
Decimal 147 117 107
Binary 10010011 1110101 1101011
Octal 223 165 153

Shades and tints

Shades of #93756B

#93756B
(147,117,107)
#866B62
(134,107,98)
#796159
(121,97,89)
#6C5750
(108,87,80)
#5F4D47
(95,77,71)
#52433E
(82,67,62)
#453935
(69,57,53)
#382F2C
(56,47,44)
#2B2523
(43,37,35)
#1E1B1A
(30,27,26)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #93756B

#93756B
(147,117,107)
#9C8178
(156,129,120)
#A58D85
(165,141,133)
#AE9992
(174,153,146)
#B7A59F
(183,165,159)
#C0B1AC
(192,177,172)
#C9BDB9
(201,189,185)
#D2C9C6
(210,201,198)
#DBD5D3
(219,213,211)
#E4E1E0
(228,225,224)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93756B color. Also use rgb(147,117,107) instead hex code.

Text Font Color

.myTextColor { color: #93756B; }

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

This text font color is #93756B.

Background Color

.myBgColor { background-color: #93756B; }

<div style="background-color:#93756B">Inner text</div>

This div background color is #93756B.

Border color

.myBorderColor { border: 1px solid #93756B; }

<div style="border:3px solid #93756B">Div</div>

This div border color is #93756B.

Opacity

.myOpacity80 { color: #93756B; opacity: 0.8; }

<p style="color:#93756B;opacity:0.8;">80%</p>

Text with #93756B 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 #93756B;}

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

This text has shadow with #93756B color.


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

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

This text has shadow with #93756B primary color and red secondary color.


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

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

This text has shadow with #93756B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #93756B.

Preview

Color preview on black background

This text has color #93756B on black background.


Color preview on white background

This text has color #93756B on white background.


Black color preview on #93756B background

This text has black color on #93756B background.


White color preview on #93756B background

This text has white color on #93756B background.


Related colors

Complementary color

Complementary color for #hex is #6C8A94.


I love getcolorcode.com

Triadic colors

1 #6B9375 and #756B93 with #93756B are triadic colors.

2 #6B7593 and #75936B with #93756B are triadic colors.