COLOR #893518

HEX: #893518
RGB: (137,53,24)

Color info

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

RGB color model

#893518 color RGB value is (137,53,24).

  • red value is 137;
  • green value is 53;
  • blue value is 24.
RGB:
(137,53,24)
(54%,21%,9%)

RGB channels and saturation

R 137 of 255 = 54%
G 53 of 255 = 21%
B 24 of 255 = 9%

137
53
24

R + G + B ~ 28%. #893518 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 53 + 24 = 214 (100%)
R 137 of 214 ~ 64.02%
G 53 of 214 ~ 24.77%
B 24 of 214 ~ 11.21%

%64.02
%24.77
%11.21

CMYK color model

#893518 color CMYK value is (0,61,82,46).

  • cyan value is 0.00%
  • magenta value is 61.31%
  • yellow value is 82.48%
  • key color value is 46.27%
CMYK:
(0,61,82,46)
C0M61Y82K46 
(0%,61%,82%,46%)
(0.00/0.61/0.82/0.46)	

CMYK percentages

%0
%61.31
%82.48
%46.27

Codes

Color #893518 in popluar color models

893518
RGB1375324
HSL15°70.19%31.57%
HSB/HSV15°82.48%53.73%
CMYK0.00%61.31%82.48%
46.27%

Color #893518 in popluar number systems.

HEX893518
Decimal1375324
Binary1000100111010111000
Octal2116530

Shades and tints

Shades of #893518

#893518
(137,53,24)
#7D3116
(125,49,22)
#712D14
(113,45,20)
#652912
(101,41,18)
#592510
(89,37,16)
#4D210E
(77,33,14)
#411D0C
(65,29,12)
#35190A
(53,25,10)
#291508
(41,21,8)
#1D1106
(29,17,6)
#110D04
(17,13,4)
#000000
(0,0,0)

Tints of #893518

#893518
(137,53,24)
#93472D
(147,71,45)
#9D5942
(157,89,66)
#A76B57
(167,107,87)
#B17D6C
(177,125,108)
#BB8F81
(187,143,129)
#C5A196
(197,161,150)
#CFB3AB
(207,179,171)
#D9C5C0
(217,197,192)
#E3D7D5
(227,215,213)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893518 color. Also use rgb(137,53,24) instead hex code.

Text Font Color

.myTextColor { color: #893518; }

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

This text font color is #893518.


Background Color

.myBgColor { background-color: #893518; }

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

This div background color is #893518.


Border color

.myBorderColor { border: 1px solid #893518; }

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

This div border color is #893518.


Opacity

.myOpacity80 { color: #893518; opacity: 0.8; }

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

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

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

This text has shadow with #893518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893518 on black background.


Color preview on white background

This text has color #893518 on white background.



Black color preview on #893518 background

This text has black color on #893518 background.


White color preview on #893518 background

This text has white color on #893518 background.