COLOR #93736C

HEX: #93736C RGB: (147,115,108)

Color info

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

RGB color model

#93736C color RGB value is (147,115,108).

RGB: (147,115,108) (58%, 45%, 42%)

RGB channels and saturation

R 147 of 255 = 58%
G 115 of 255 = 45%
B 108 of 255 = 42%

147
115
108

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

Portions of RGB colors in percentages

R + G + B = 147 + 115 + 108 = 370 (100%)
R 147 of 370 ~ 39.73%
G 115 of 370 ~ 31.08%
B 108 of 370 ~ 29.19'%

%39.73
%31.08
%29.19

CMYK color model

#93736C color CMYK value is (0,22,27,42).

  • cyan value is 0.00%
  • magenta value is 21.77%
  • yellow value is 26.53%
  • key color value is 42.35%

CMYK: (0,22,27,42)
C0M22Y27K42 (0%, 22%, 27%, 42%)
(0.00 / 0.22 / 0.27 / 0.42)

CMYK percentages

%0
%21.77
%26.53
%42.35

Codes

Color #93736C in popluar color models

93 73 6C
RGB 147 115 108
HSL 11° 15.29% 50.00%
HSB/HSV 11° 26.53% 57.65%
CMYK 0.00% 21.77% 26.53%
42.35%

Color #93736C in popluar number systems.

HEX 93 73 6C
Decimal 147 115 108
Binary 10010011 1110011 1101100
Octal 223 163 154

Shades and tints

Shades of #93736C

#93736C
(147,115,108)
#866963
(134,105,99)
#795F5A
(121,95,90)
#6C5551
(108,85,81)
#5F4B48
(95,75,72)
#52413F
(82,65,63)
#453736
(69,55,54)
#382D2D
(56,45,45)
#2B2324
(43,35,36)
#1E191B
(30,25,27)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #93736C

#93736C
(147,115,108)
#9C7F79
(156,127,121)
#A58B86
(165,139,134)
#AE9793
(174,151,147)
#B7A3A0
(183,163,160)
#C0AFAD
(192,175,173)
#C9BBBA
(201,187,186)
#D2C7C7
(210,199,199)
#DBD3D4
(219,211,212)
#E4DFE1
(228,223,225)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93736C color. Also use rgb(147,115,108) instead hex code.

Text Font Color

.myTextColor { color: #93736C; }

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

This text font color is #93736C.

Background Color

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

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

This div background color is #93736C.

Border color

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

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

This div border color is #93736C.

Opacity

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

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

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

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

This text has shadow with #93736C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93736C.

Preview

Color preview on black background

This text has color #93736C on black background.


Color preview on white background

This text has color #93736C on white background.


Black color preview on #93736C background

This text has black color on #93736C background.


White color preview on #93736C background

This text has white color on #93736C background.


Related colors

Complementary color

Complementary color for #hex is #6C8C93.


I love getcolorcode.com

Triadic colors

1 #6C9373 and #736C93 with #93736C are triadic colors.

2 #6C7393 and #73936C with #93736C are triadic colors.