COLOR #893F11

HEX: #893F11
RGB: (137,63,17)

Color info

#893F11 contains mainly red color. Web safe color of #893F11 is #993300 (or #930).

RGB color model

#893F11 color RGB value is (137,63,17).

  • red value is 137;
  • green value is 63;
  • blue value is 17.
RGB:
(137,63,17)
(54%,25%,7%)

RGB channels and saturation

R 137 of 255 = 54%
G 63 of 255 = 25%
B 17 of 255 = 7%

137
63
17

R + G + B ~ 29%. #893F11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 63 + 17 = 217 (100%)
R 137 of 217 ~ 63.13%
G 63 of 217 ~ 29.03%
B 17 of 217 ~ 7.83%

%63.13
%29.03

CMYK color model

#893F11 color CMYK value is (0,54,88,46).

  • cyan value is 0.00%
  • magenta value is 54.01%
  • yellow value is 87.59%
  • key color value is 46.27%
CMYK:
(0,54,88,46)
C0M54Y88K46 
(0%,54%,88%,46%)
(0.00/0.54/0.88/0.46)	

CMYK percentages

%0
%54.01
%87.59
%46.27

Codes

Color #893F11 in popluar color models

893F11
RGB1376317
HSL23°77.92%30.20%
HSB/HSV23°87.59%53.73%
CMYK0.00%54.01%87.59%
46.27%

Color #893F11 in popluar number systems.

HEX893F11
Decimal1376317
Binary1000100111111110001
Octal2117721

Shades and tints

Shades of #893F11

#893F11
(137,63,17)
#7D3A10
(125,58,16)
#71350F
(113,53,15)
#65300E
(101,48,14)
#592B0D
(89,43,13)
#4D260C
(77,38,12)
#41210B
(65,33,11)
#351C0A
(53,28,10)
#291709
(41,23,9)
#1D1208
(29,18,8)
#110D07
(17,13,7)
#000000
(0,0,0)

Tints of #893F11

#893F11
(137,63,17)
#935026
(147,80,38)
#9D613B
(157,97,59)
#A77250
(167,114,80)
#B18365
(177,131,101)
#BB947A
(187,148,122)
#C5A58F
(197,165,143)
#CFB6A4
(207,182,164)
#D9C7B9
(217,199,185)
#E3D8CE
(227,216,206)
#EDE9E3
(237,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893F11 color. Also use rgb(137,63,17) instead hex code.

Text Font Color

.myTextColor { color: #893F11; }

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

This text font color is #893F11.


Background Color

.myBgColor { background-color: #893F11; }

<div style="background-color:#893F11">Inner text</div>

This div background color is #893F11.


Border color

.myBorderColor { border: 1px solid #893F11; }

<div style="border:3px solid #893F11">Div</div>

This div border color is #893F11.


Opacity

.myOpacity80 { color: #893F11; opacity: 0.8; }

<p style="color:#893F11;opacity:0.8;">80%</p>

Text with #893F11 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 #893F11;}

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

This text has shadow with #893F11 color.

.textShadow {text-shadow: 3px 3px 1px #893F11, 3px 3px 1px red;}

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

This text has shadow with #893F11 primary color and red secondary color.


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

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

This text has shadow with #893F11 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893F11 on black background.


Color preview on white background

This text has color #893F11 on white background.



Black color preview on #893F11 background

This text has black color on #893F11 background.


White color preview on #893F11 background

This text has white color on #893F11 background.