COLOR #893A1B

HEX: #893A1B
RGB: (137,58,27)

Color info

#893A1B contains mainly red color. Web safe color of #893A1B is #993333 (or #933).

RGB color model

#893A1B color RGB value is (137,58,27).

  • red value is 137;
  • green value is 58;
  • blue value is 27.
RGB:
(137,58,27)
(54%,23%,11%)

RGB channels and saturation

R 137 of 255 = 54%
G 58 of 255 = 23%
B 27 of 255 = 11%

137
58
27

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

Portions of RGB colors in percentages

R + G + B =
137 + 58 + 27 = 222 (100%)
R 137 of 222 ~ 61.71%
G 58 of 222 ~ 26.13%
B 27 of 222 ~ 12.16%

%61.71
%26.13
%12.16

CMYK color model

#893A1B color CMYK value is (0,58,80,46).

  • cyan value is 0.00%
  • magenta value is 57.66%
  • yellow value is 80.29%
  • key color value is 46.27%
CMYK:
(0,58,80,46)
C0M58Y80K46 
(0%,58%,80%,46%)
(0.00/0.58/0.80/0.46)	

CMYK percentages

%0
%57.66
%80.29
%46.27

Codes

Color #893A1B in popluar color models

893A1B
RGB1375827
HSL17°67.07%32.16%
HSB/HSV17°80.29%53.73%
CMYK0.00%57.66%80.29%
46.27%

Color #893A1B in popluar number systems.

HEX893A1B
Decimal1375827
Binary1000100111101011011
Octal2117233

Shades and tints

Shades of #893A1B

#893A1B
(137,58,27)
#7D3519
(125,53,25)
#713017
(113,48,23)
#652B15
(101,43,21)
#592613
(89,38,19)
#4D2111
(77,33,17)
#411C0F
(65,28,15)
#35170D
(53,23,13)
#29120B
(41,18,11)
#1D0D09
(29,13,9)
#110807
(17,8,7)
#000000
(0,0,0)

Tints of #893A1B

#893A1B
(137,58,27)
#934B2F
(147,75,47)
#9D5C43
(157,92,67)
#A76D57
(167,109,87)
#B17E6B
(177,126,107)
#BB8F7F
(187,143,127)
#C5A093
(197,160,147)
#CFB1A7
(207,177,167)
#D9C2BB
(217,194,187)
#E3D3CF
(227,211,207)
#EDE4E3
(237,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893A1B color. Also use rgb(137,58,27) instead hex code.

Text Font Color

.myTextColor { color: #893A1B; }

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

This text font color is #893A1B.


Background Color

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

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

This div background color is #893A1B.


Border color

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

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

This div border color is #893A1B.


Opacity

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

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

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

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

This text has shadow with #893A1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893A1B on black background.


Color preview on white background

This text has color #893A1B on white background.



Black color preview on #893A1B background

This text has black color on #893A1B background.


White color preview on #893A1B background

This text has white color on #893A1B background.