COLOR #93731D

HEX: #93731D
RGB: (147,115,29)

Color info

#93731D contains mainly red and green colors. Web safe color of #93731D is #996633 (or #963).

RGB color model

#93731D color RGB value is (147,115,29).

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

RGB channels and saturation

R 147 of 255 = 58%
G 115 of 255 = 45%
B 29 of 255 = 11%

147
115
29

R + G + B ~ 38%. #93731D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
147 + 115 + 29 = 291 (100%)
R 147 of 291 ~ 50.52%
G 115 of 291 ~ 39.52%
B 29 of 291 ~ 9.97%

%50.52
%39.52
%9.97

CMYK color model

#93731D color CMYK value is (0,22,80,42).

  • cyan value is 0.00%
  • magenta value is 21.77%
  • yellow value is 80.27%
  • key color value is 42.35%
CMYK:
(0,22,80,42)
C0M22Y80K42 
(0%,22%,80%,42%)
(0.00/0.22/0.80/0.42)	

CMYK percentages

%0
%21.77
%80.27
%42.35

Codes

Color #93731D in popluar color models

93731D
RGB14711529
HSL44°67.05%34.51%
HSB/HSV44°80.27%57.65%
CMYK0.00%21.77%80.27%
42.35%

Color #93731D in popluar number systems.

HEX93731D
Decimal14711529
Binary10010011111001111101
Octal22316335

Shades and tints

Shades of #93731D

#93731D
(147,115,29)
#86691B
(134,105,27)
#795F19
(121,95,25)
#6C5517
(108,85,23)
#5F4B15
(95,75,21)
#524113
(82,65,19)
#453711
(69,55,17)
#382D0F
(56,45,15)
#2B230D
(43,35,13)
#1E190B
(30,25,11)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #93731D

#93731D
(147,115,29)
#9C7F31
(156,127,49)
#A58B45
(165,139,69)
#AE9759
(174,151,89)
#B7A36D
(183,163,109)
#C0AF81
(192,175,129)
#C9BB95
(201,187,149)
#D2C7A9
(210,199,169)
#DBD3BD
(219,211,189)
#E4DFD1
(228,223,209)
#EDEBE5
(237,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93731D; }

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

This text font color is #93731D.


Background Color

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

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

This div background color is #93731D.


Border color

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

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

This div border color is #93731D.


Opacity

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

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

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

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

This text has shadow with #93731D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93731D on black background.


Color preview on white background

This text has color #93731D on white background.



Black color preview on #93731D background

This text has black color on #93731D background.


White color preview on #93731D background

This text has white color on #93731D background.