COLOR #893B1D

HEX: #893B1D RGB: (137,59,29)

Color info

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

RGB color model

#893B1D color RGB value is (137,59,29).

RGB: (137,59,29) (54%, 23%, 11%)

RGB channels and saturation

R 137 of 255 = 54%
G 59 of 255 = 23%
B 29 of 255 = 11%

137
59
29

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

Portions of RGB colors in percentages

R + G + B = 137 + 59 + 29 = 225 (100%)
R 137 of 225 ~ 60.89%
G 59 of 225 ~ 26.22%
B 29 of 225 ~ 12.89'%

%60.89
%26.22
%12.89

CMYK color model

#893B1D color CMYK value is (0,57,79,46).

  • cyan value is 0.00%
  • magenta value is 56.93%
  • yellow value is 78.83%
  • key color value is 46.27%

CMYK: (0,57,79,46)
C0M57Y79K46 (0%, 57%, 79%, 46%)
(0.00 / 0.57 / 0.79 / 0.46)

CMYK percentages

%0
%56.93
%78.83
%46.27

Codes

Color #893B1D in popluar color models

89 3B 1D
RGB 137 59 29
HSL 17° 65.06% 32.55%
HSB/HSV 17° 78.83% 53.73%
CMYK 0.00% 56.93% 78.83%
46.27%

Color #893B1D in popluar number systems.

HEX 89 3B 1D
Decimal 137 59 29
Binary 10001001 111011 11101
Octal 211 73 35

Shades and tints

Shades of #893B1D

#893B1D
(137,59,29)
#7D361B
(125,54,27)
#713119
(113,49,25)
#652C17
(101,44,23)
#592715
(89,39,21)
#4D2213
(77,34,19)
#411D11
(65,29,17)
#35180F
(53,24,15)
#29130D
(41,19,13)
#1D0E0B
(29,14,11)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #893B1D

#893B1D
(137,59,29)
#934C31
(147,76,49)
#9D5D45
(157,93,69)
#A76E59
(167,110,89)
#B17F6D
(177,127,109)
#BB9081
(187,144,129)
#C5A195
(197,161,149)
#CFB2A9
(207,178,169)
#D9C3BD
(217,195,189)
#E3D4D1
(227,212,209)
#EDE5E5
(237,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893B1D color. Also use rgb(137,59,29) instead hex code.

Text Font Color

.myTextColor { color: #893B1D; }

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

This text font color is #893B1D.

Background Color

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

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

This div background color is #893B1D.

Border color

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

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

This div border color is #893B1D.

Opacity

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

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

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

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

This text has shadow with #893B1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #893B1D.

Preview

Color preview on black background

This text has color #893B1D on black background.


Color preview on white background

This text has color #893B1D on white background.


Black color preview on #893B1D background

This text has black color on #893B1D background.


White color preview on #893B1D background

This text has white color on #893B1D background.


Related colors

Complementary color

Complementary color for #hex is #76C4E2.


I love getcolorcode.com

Triadic colors

1 #1D893B and #3B1D89 with #893B1D are triadic colors.

2 #1D3B89 and #3B891D with #893B1D are triadic colors.