COLOR #93806B

HEX: #93806B RGB: (147,128,107)

Color info

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

RGB color model

#93806B color RGB value is (147,128,107).

RGB: (147,128,107) (58%, 50%, 42%)

RGB channels and saturation

R 147 of 255 = 58%
G 128 of 255 = 50%
B 107 of 255 = 42%

147
128
107

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

Portions of RGB colors in percentages

R + G + B = 147 + 128 + 107 = 382 (100%)
R 147 of 382 ~ 38.48%
G 128 of 382 ~ 33.51%
B 107 of 382 ~ 28.01'%

%38.48
%33.51
%28.01

CMYK color model

#93806B color CMYK value is (0,13,27,42).

  • cyan value is 0.00%
  • magenta value is 12.93%
  • yellow value is 27.21%
  • key color value is 42.35%
CMYK: (0,13,27,42) C0M13Y27K42 (0%,13%,27%,42%) (0.00/0.13/0.27/0.42) 

CMYK percentages

%0
%12.93
%27.21
%42.35

Codes

Color #93806B in popluar color models

93 80 6B
RGB 147 128 107
HSL 32° 15.75% 49.80%
HSB/HSV 32° 27.21% 57.65%
CMYK 0.00% 12.93% 27.21%
42.35%

Color #93806B in popluar number systems.

HEX 93 80 6B
Decimal 147 128 107
Binary 10010011 10000000 1101011
Octal 223 200 153

Shades and tints

Shades of #93806B

#93806B
(147,128,107)
#867562
(134,117,98)
#796A59
(121,106,89)
#6C5F50
(108,95,80)
#5F5447
(95,84,71)
#52493E
(82,73,62)
#453E35
(69,62,53)
#38332C
(56,51,44)
#2B2823
(43,40,35)
#1E1D1A
(30,29,26)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #93806B

#93806B
(147,128,107)
#9C8B78
(156,139,120)
#A59685
(165,150,133)
#AEA192
(174,161,146)
#B7AC9F
(183,172,159)
#C0B7AC
(192,183,172)
#C9C2B9
(201,194,185)
#D2CDC6
(210,205,198)
#DBD8D3
(219,216,211)
#E4E3E0
(228,227,224)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93806B; }

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

This text font color is #93806B.

Background Color

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

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

This div background color is #93806B.

Border color

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

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

This div border color is #93806B.

Opacity

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

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

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

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

This text has shadow with #93806B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93806B.

Preview

Color preview on black background

This text has color #93806B on black background.


Color preview on white background

This text has color #93806B on white background.


Black color preview on #93806B background

This text has black color on #93806B background.


White color preview on #93806B background

This text has white color on #93806B background.


Related colors

Complementary color

Complementary color for #hex is #6C7F94.


I love getcolorcode.com

Triadic colors

1 #6B9380 and #806B93 with #93806B are triadic colors.

2 #6B8093 and #80936B with #93806B are triadic colors.