COLOR #892A2A

HEX: #892A2A
RGB: (137,42,42)

Color info

#892A2A contains mainly red color. Web safe color of #892A2A is #993333 (or #933).

RGB color model

#892A2A color RGB value is (137,42,42).

  • red value is 137;
  • green value is 42;
  • blue value is 42.
RGB:
(137,42,42)
(54%,16%,16%)

RGB channels and saturation

R 137 of 255 = 54%
G 42 of 255 = 16%
B 42 of 255 = 16%

137
42
42

R + G + B ~ 29%. #892A2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 42 + 42 = 221 (100%)
R 137 of 221 ~ 61.99%
G 42 of 221 ~ 19%
B 42 of 221 ~ 19%

%61.99
%19
%19

CMYK color model

#892A2A color CMYK value is (0,69,69,46).

  • cyan value is 0.00%
  • magenta value is 69.34%
  • yellow value is 69.34%
  • key color value is 46.27%
CMYK:
(0,69,69,46)
C0M69Y69K46 
(0%,69%,69%,46%)
(0.00/0.69/0.69/0.46)	

CMYK percentages

%0
%69.34
%69.34
%46.27

Codes

Color #892A2A in popluar color models

892A2A
RGB1374242
HSL53.07%35.10%
HSB/HSV69.34%53.73%
CMYK0.00%69.34%69.34%
46.27%

Color #892A2A in popluar number systems.

HEX892A2A
Decimal1374242
Binary10001001101010101010
Octal2115252

Shades and tints

Shades of #892A2A

#892A2A
(137,42,42)
#7D2727
(125,39,39)
#712424
(113,36,36)
#652121
(101,33,33)
#591E1E
(89,30,30)
#4D1B1B
(77,27,27)
#411818
(65,24,24)
#351515
(53,21,21)
#291212
(41,18,18)
#1D0F0F
(29,15,15)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #892A2A

#892A2A
(137,42,42)
#933D3D
(147,61,61)
#9D5050
(157,80,80)
#A76363
(167,99,99)
#B17676
(177,118,118)
#BB8989
(187,137,137)
#C59C9C
(197,156,156)
#CFAFAF
(207,175,175)
#D9C2C2
(217,194,194)
#E3D5D5
(227,213,213)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #892A2A color. Also use rgb(137,42,42) instead hex code.

Text Font Color

.myTextColor { color: #892A2A; }

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

This text font color is #892A2A.


Background Color

.myBgColor { background-color: #892A2A; }

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

This div background color is #892A2A.


Border color

.myBorderColor { border: 1px solid #892A2A; }

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

This div border color is #892A2A.


Opacity

.myOpacity80 { color: #892A2A; opacity: 0.8; }

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

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

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

This text has shadow with #892A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #892A2A on black background.


Color preview on white background

This text has color #892A2A on white background.



Black color preview on #892A2A background

This text has black color on #892A2A background.


White color preview on #892A2A background

This text has white color on #892A2A background.