COLOR #93756A

HEX: #93756A
RGB: (147,117,106)

Color info

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

RGB color model

#93756A color RGB value is (147,117,106).

  • red value is 147;
  • green value is 117;
  • blue value is 106.
RGB:
(147,117,106)
(58%,46%,42%)

RGB channels and saturation

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

147
117
106

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

Portions of RGB colors in percentages

R + G + B =
147 + 117 + 106 = 370 (100%)
R 147 of 370 ~ 39.73%
G 117 of 370 ~ 31.62%
B 106 of 370 ~ 28.65%

%39.73
%31.62
%28.65

CMYK color model

#93756A color CMYK value is (0,20,28,42).

  • cyan value is 0.00%
  • magenta value is 20.41%
  • yellow value is 27.89%
  • key color value is 42.35%
CMYK:
(0,20,28,42)
C0M20Y28K42 
(0%,20%,28%,42%)
(0.00/0.20/0.28/0.42)	

CMYK percentages

%0
%20.41
%27.89
%42.35

Codes

Color #93756A in popluar color models

93756A
RGB147117106
HSL16°16.21%49.61%
HSB/HSV16°27.89%57.65%
CMYK0.00%20.41%27.89%
42.35%

Color #93756A in popluar number systems.

HEX93756A
Decimal147117106
Binary1001001111101011101010
Octal223165152

Shades and tints

Shades of #93756A

#93756A
(147,117,106)
#866B61
(134,107,97)
#796158
(121,97,88)
#6C574F
(108,87,79)
#5F4D46
(95,77,70)
#52433D
(82,67,61)
#453934
(69,57,52)
#382F2B
(56,47,43)
#2B2522
(43,37,34)
#1E1B19
(30,27,25)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #93756A

#93756A
(147,117,106)
#9C8177
(156,129,119)
#A58D84
(165,141,132)
#AE9991
(174,153,145)
#B7A59E
(183,165,158)
#C0B1AB
(192,177,171)
#C9BDB8
(201,189,184)
#D2C9C5
(210,201,197)
#DBD5D2
(219,213,210)
#E4E1DF
(228,225,223)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93756A; }

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

This text font color is #93756A.


Background Color

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

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

This div background color is #93756A.


Border color

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

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

This div border color is #93756A.


Opacity

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

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

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

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

This text has shadow with #93756A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93756A on black background.


Color preview on white background

This text has color #93756A on white background.



Black color preview on #93756A background

This text has black color on #93756A background.


White color preview on #93756A background

This text has white color on #93756A background.