COLOR #893D19

HEX: #893D19
RGB: (137,61,25)

Color info

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

RGB color model

#893D19 color RGB value is (137,61,25).

  • red value is 137;
  • green value is 61;
  • blue value is 25.
RGB:
(137,61,25)
(54%,24%,10%)

RGB channels and saturation

R 137 of 255 = 54%
G 61 of 255 = 24%
B 25 of 255 = 10%

137
61
25

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

Portions of RGB colors in percentages

R + G + B =
137 + 61 + 25 = 223 (100%)
R 137 of 223 ~ 61.43%
G 61 of 223 ~ 27.35%
B 25 of 223 ~ 11.21%

%61.43
%27.35
%11.21

CMYK color model

#893D19 color CMYK value is (0,55,82,46).

  • cyan value is 0.00%
  • magenta value is 55.47%
  • yellow value is 81.75%
  • key color value is 46.27%
CMYK:
(0,55,82,46)
C0M55Y82K46 
(0%,55%,82%,46%)
(0.00/0.55/0.82/0.46)	

CMYK percentages

%0
%55.47
%81.75
%46.27

Codes

Color #893D19 in popluar color models

893D19
RGB1376125
HSL19°69.14%31.76%
HSB/HSV19°81.75%53.73%
CMYK0.00%55.47%81.75%
46.27%

Color #893D19 in popluar number systems.

HEX893D19
Decimal1376125
Binary1000100111110111001
Octal2117531

Shades and tints

Shades of #893D19

#893D19
(137,61,25)
#7D3817
(125,56,23)
#713315
(113,51,21)
#652E13
(101,46,19)
#592911
(89,41,17)
#4D240F
(77,36,15)
#411F0D
(65,31,13)
#351A0B
(53,26,11)
#291509
(41,21,9)
#1D1007
(29,16,7)
#110B05
(17,11,5)
#000000
(0,0,0)

Tints of #893D19

#893D19
(137,61,25)
#934E2D
(147,78,45)
#9D5F41
(157,95,65)
#A77055
(167,112,85)
#B18169
(177,129,105)
#BB927D
(187,146,125)
#C5A391
(197,163,145)
#CFB4A5
(207,180,165)
#D9C5B9
(217,197,185)
#E3D6CD
(227,214,205)
#EDE7E1
(237,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893D19 color. Also use rgb(137,61,25) instead hex code.

Text Font Color

.myTextColor { color: #893D19; }

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

This text font color is #893D19.


Background Color

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

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

This div background color is #893D19.


Border color

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

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

This div border color is #893D19.


Opacity

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

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

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

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

This text has shadow with #893D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893D19 on black background.


Color preview on white background

This text has color #893D19 on white background.



Black color preview on #893D19 background

This text has black color on #893D19 background.


White color preview on #893D19 background

This text has white color on #893D19 background.