COLOR #93672F

HEX: #93672F
RGB: (147,103,47)

Color info

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

RGB color model

#93672F color RGB value is (147,103,47).

  • red value is 147;
  • green value is 103;
  • blue value is 47.
RGB:
(147,103,47)
(58%,40%,18%)

RGB channels and saturation

R 147 of 255 = 58%
G 103 of 255 = 40%
B 47 of 255 = 18%

147
103
47

R + G + B ~ 39%. #93672F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
147 + 103 + 47 = 297 (100%)
R 147 of 297 ~ 49.49%
G 103 of 297 ~ 34.68%
B 47 of 297 ~ 15.82%

%49.49
%34.68
%15.82

CMYK color model

#93672F color CMYK value is (0,30,68,42).

  • cyan value is 0.00%
  • magenta value is 29.93%
  • yellow value is 68.03%
  • key color value is 42.35%
CMYK:
(0,30,68,42)
C0M30Y68K42 
(0%,30%,68%,42%)
(0.00/0.30/0.68/0.42)	

CMYK percentages

%0
%29.93
%68.03
%42.35

Codes

Color #93672F in popluar color models

93672F
RGB14710347
HSL34°51.55%38.04%
HSB/HSV34°68.03%57.65%
CMYK0.00%29.93%68.03%
42.35%

Color #93672F in popluar number systems.

HEX93672F
Decimal14710347
Binary100100111100111101111
Octal22314757

Shades and tints

Shades of #93672F

#93672F
(147,103,47)
#865E2B
(134,94,43)
#795527
(121,85,39)
#6C4C23
(108,76,35)
#5F431F
(95,67,31)
#523A1B
(82,58,27)
#453117
(69,49,23)
#382813
(56,40,19)
#2B1F0F
(43,31,15)
#1E160B
(30,22,11)
#110D07
(17,13,7)
#000000
(0,0,0)

Tints of #93672F

#93672F
(147,103,47)
#9C7441
(156,116,65)
#A58153
(165,129,83)
#AE8E65
(174,142,101)
#B79B77
(183,155,119)
#C0A889
(192,168,137)
#C9B59B
(201,181,155)
#D2C2AD
(210,194,173)
#DBCFBF
(219,207,191)
#E4DCD1
(228,220,209)
#EDE9E3
(237,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93672F color. Also use rgb(147,103,47) instead hex code.

Text Font Color

.myTextColor { color: #93672F; }

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

This text font color is #93672F.


Background Color

.myBgColor { background-color: #93672F; }

<div style="background-color:#93672F">Inner text</div>

This div background color is #93672F.


Border color

.myBorderColor { border: 1px solid #93672F; }

<div style="border:3px solid #93672F">Div</div>

This div border color is #93672F.


Opacity

.myOpacity80 { color: #93672F; opacity: 0.8; }

<p style="color:#93672F;opacity:0.8;">80%</p>

Text with #93672F 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 #93672F;}

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

This text has shadow with #93672F color.

.textShadow {text-shadow: 3px 3px 1px #93672F, 3px 3px 1px red;}

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

This text has shadow with #93672F primary color and red secondary color.


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

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

This text has shadow with #93672F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93672F on black background.


Color preview on white background

This text has color #93672F on white background.



Black color preview on #93672F background

This text has black color on #93672F background.


White color preview on #93672F background

This text has white color on #93672F background.