COLOR #93735D

HEX: #93735D
RGB: (147,115,93)

Color info

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

RGB color model

#93735D color RGB value is (147,115,93).

  • red value is 147;
  • green value is 115;
  • blue value is 93.
RGB:
(147,115,93)
(58%,45%,36%)

RGB channels and saturation

R 147 of 255 = 58%
G 115 of 255 = 45%
B 93 of 255 = 36%

147
115
93

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

Portions of RGB colors in percentages

R + G + B =
147 + 115 + 93 = 355 (100%)
R 147 of 355 ~ 41.41%
G 115 of 355 ~ 32.39%
B 93 of 355 ~ 26.2%

%41.41
%32.39
%26.2

CMYK color model

#93735D color CMYK value is (0,22,37,42).

  • cyan value is 0.00%
  • magenta value is 21.77%
  • yellow value is 36.73%
  • key color value is 42.35%
CMYK:
(0,22,37,42)
C0M22Y37K42 
(0%,22%,37%,42%)
(0.00/0.22/0.37/0.42)	

CMYK percentages

%0
%21.77
%36.73
%42.35

Codes

Color #93735D in popluar color models

93735D
RGB14711593
HSL24°22.50%47.06%
HSB/HSV24°36.73%57.65%
CMYK0.00%21.77%36.73%
42.35%

Color #93735D in popluar number systems.

HEX93735D
Decimal14711593
Binary1001001111100111011101
Octal223163135

Shades and tints

Shades of #93735D

#93735D
(147,115,93)
#866955
(134,105,85)
#795F4D
(121,95,77)
#6C5545
(108,85,69)
#5F4B3D
(95,75,61)
#524135
(82,65,53)
#45372D
(69,55,45)
#382D25
(56,45,37)
#2B231D
(43,35,29)
#1E1915
(30,25,21)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #93735D

#93735D
(147,115,93)
#9C7F6B
(156,127,107)
#A58B79
(165,139,121)
#AE9787
(174,151,135)
#B7A395
(183,163,149)
#C0AFA3
(192,175,163)
#C9BBB1
(201,187,177)
#D2C7BF
(210,199,191)
#DBD3CD
(219,211,205)
#E4DFDB
(228,223,219)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93735D color. Also use rgb(147,115,93) instead hex code.

Text Font Color

.myTextColor { color: #93735D; }

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

This text font color is #93735D.


Background Color

.myBgColor { background-color: #93735D; }

<div style="background-color:#93735D">Inner text</div>

This div background color is #93735D.


Border color

.myBorderColor { border: 1px solid #93735D; }

<div style="border:3px solid #93735D">Div</div>

This div border color is #93735D.


Opacity

.myOpacity80 { color: #93735D; opacity: 0.8; }

<p style="color:#93735D;opacity:0.8;">80%</p>

Text with #93735D 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 #93735D;}

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

This text has shadow with #93735D color.

.textShadow {text-shadow: 3px 3px 1px #93735D, 3px 3px 1px red;}

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

This text has shadow with #93735D primary color and red secondary color.


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

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

This text has shadow with #93735D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93735D on black background.


Color preview on white background

This text has color #93735D on white background.



Black color preview on #93735D background

This text has black color on #93735D background.


White color preview on #93735D background

This text has white color on #93735D background.