COLOR #892014

HEX: #892014
RGB: (137,32,20)

Color info

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

RGB color model

#892014 color RGB value is (137,32,20).

  • red value is 137;
  • green value is 32;
  • blue value is 20.
RGB:
(137,32,20)
(54%,13%,8%)

RGB channels and saturation

R 137 of 255 = 54%
G 32 of 255 = 13%
B 20 of 255 = 8%

137
32
20

R + G + B ~ 25%. #892014 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 32 + 20 = 189 (100%)
R 137 of 189 ~ 72.49%
G 32 of 189 ~ 16.93%
B 20 of 189 ~ 10.58%

%72.49
%16.93
%10.58

CMYK color model

#892014 color CMYK value is (0,77,85,46).

  • cyan value is 0.00%
  • magenta value is 76.64%
  • yellow value is 85.40%
  • key color value is 46.27%
CMYK:
(0,77,85,46)
C0M77Y85K46 
(0%,77%,85%,46%)
(0.00/0.77/0.85/0.46)	

CMYK percentages

%0
%76.64
%85.4
%46.27

Codes

Color #892014 in popluar color models

892014
RGB1373220
HSL74.52%30.78%
HSB/HSV85.40%53.73%
CMYK0.00%76.64%85.40%
46.27%

Color #892014 in popluar number systems.

HEX892014
Decimal1373220
Binary1000100110000010100
Octal2114024

Shades and tints

Shades of #892014

#892014
(137,32,20)
#7D1E13
(125,30,19)
#711C12
(113,28,18)
#651A11
(101,26,17)
#591810
(89,24,16)
#4D160F
(77,22,15)
#41140E
(65,20,14)
#35120D
(53,18,13)
#29100C
(41,16,12)
#1D0E0B
(29,14,11)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #892014

#892014
(137,32,20)
#933429
(147,52,41)
#9D483E
(157,72,62)
#A75C53
(167,92,83)
#B17068
(177,112,104)
#BB847D
(187,132,125)
#C59892
(197,152,146)
#CFACA7
(207,172,167)
#D9C0BC
(217,192,188)
#E3D4D1
(227,212,209)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #892014 color. Also use rgb(137,32,20) instead hex code.

Text Font Color

.myTextColor { color: #892014; }

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

This text font color is #892014.


Background Color

.myBgColor { background-color: #892014; }

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

This div background color is #892014.


Border color

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

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

This div border color is #892014.


Opacity

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

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

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

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

This text has shadow with #892014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #892014 on black background.


Color preview on white background

This text has color #892014 on white background.



Black color preview on #892014 background

This text has black color on #892014 background.


White color preview on #892014 background

This text has white color on #892014 background.