COLOR #93745C

HEX: #93745C RGB: (147,116,92)

Color info

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

RGB color model

#93745C color RGB value is (147,116,92).

RGB: (147,116,92) (58%, 45%, 36%)

RGB channels and saturation

R 147 of 255 = 58%
G 116 of 255 = 45%
B 92 of 255 = 36%

147
116
92

R + G + B ~ 46%. #93745C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 147 + 116 + 92 = 355 (100%)
R 147 of 355 ~ 41.41%
G 116 of 355 ~ 32.68%
B 92 of 355 ~ 25.92'%

%41.41
%32.68
%25.92

CMYK color model

#93745C color CMYK value is (0,21,37,42).

  • cyan value is 0.00%
  • magenta value is 21.09%
  • yellow value is 37.41%
  • key color value is 42.35%

CMYK: (0,21,37,42)
C0M21Y37K42 (0%, 21%, 37%, 42%)
(0.00 / 0.21 / 0.37 / 0.42)

CMYK percentages

%0
%21.09
%37.41
%42.35

Codes

Color #93745C in popluar color models

93 74 5C
RGB 147 116 92
HSL 26° 23.01% 46.86%
HSB/HSV 26° 37.41% 57.65%
CMYK 0.00% 21.09% 37.41%
42.35%

Color #93745C in popluar number systems.

HEX 93 74 5C
Decimal 147 116 92
Binary 10010011 1110100 1011100
Octal 223 164 134

Shades and tints

Shades of #93745C

#93745C
(147,116,92)
#866A54
(134,106,84)
#79604C
(121,96,76)
#6C5644
(108,86,68)
#5F4C3C
(95,76,60)
#524234
(82,66,52)
#45382C
(69,56,44)
#382E24
(56,46,36)
#2B241C
(43,36,28)
#1E1A14
(30,26,20)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #93745C

#93745C
(147,116,92)
#9C806A
(156,128,106)
#A58C78
(165,140,120)
#AE9886
(174,152,134)
#B7A494
(183,164,148)
#C0B0A2
(192,176,162)
#C9BCB0
(201,188,176)
#D2C8BE
(210,200,190)
#DBD4CC
(219,212,204)
#E4E0DA
(228,224,218)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93745C color. Also use rgb(147,116,92) instead hex code.

Text Font Color

.myTextColor { color: #93745C; }

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

This text font color is #93745C.

Background Color

.myBgColor { background-color: #93745C; }

<div style="background-color:#93745C">Inner text</div>

This div background color is #93745C.

Border color

.myBorderColor { border: 1px solid #93745C; }

<div style="border:3px solid #93745C">Div</div>

This div border color is #93745C.

Opacity

.myOpacity80 { color: #93745C; opacity: 0.8; }

<p style="color:#93745C;opacity:0.8;">80%</p>

Text with #93745C 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 #93745C;}

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

This text has shadow with #93745C color.


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

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

This text has shadow with #93745C primary color and red secondary color.


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

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

This text has shadow with #93745C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #93745C.

Preview

Color preview on black background

This text has color #93745C on black background.


Color preview on white background

This text has color #93745C on white background.


Black color preview on #93745C background

This text has black color on #93745C background.


White color preview on #93745C background

This text has white color on #93745C background.


Related colors

Complementary color

Complementary color for #hex is #6C8BA3.


I love getcolorcode.com

Triadic colors

1 #5C9374 and #745C93 with #93745C are triadic colors.

2 #5C7493 and #74935C with #93745C are triadic colors.