COLOR #892C6E

HEX: #892C6E RGB: (137,44,110)

Color info

#892C6E contains mainly red and blue colors. Web safe color of #892C6E is #993366 (or #936).

RGB color model

#892C6E color RGB value is (137,44,110).

RGB: (137,44,110) (54%, 17%, 43%)

RGB channels and saturation

R 137 of 255 = 54%
G 44 of 255 = 17%
B 110 of 255 = 43%

137
44
110

R + G + B ~ 38%. #892C6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 137 + 44 + 110 = 291 (100%)
R 137 of 291 ~ 47.08%
G 44 of 291 ~ 15.12%
B 110 of 291 ~ 37.8'%

%47.08
%15.12
%37.8

CMYK color model

#892C6E color CMYK value is (0,68,20,46).

  • cyan value is 0.00%
  • magenta value is 67.88%
  • yellow value is 19.71%
  • key color value is 46.27%

CMYK: (0,68,20,46)
C0M68Y20K46 (0%, 68%, 20%, 46%)
(0.00 / 0.68 / 0.20 / 0.46)

CMYK percentages

%0
%67.88
%19.71
%46.27

Codes

Color #892C6E in popluar color models

89 2C 6E
RGB 137 44 110
HSL 317° 51.38% 35.49%
HSB/HSV 317° 67.88% 53.73%
CMYK 0.00% 67.88% 19.71%
46.27%

Color #892C6E in popluar number systems.

HEX 89 2C 6E
Decimal 137 44 110
Binary 10001001 101100 1101110
Octal 211 54 156

Shades and tints

Shades of #892C6E

#892C6E
(137,44,110)
#7D2864
(125,40,100)
#71245A
(113,36,90)
#652050
(101,32,80)
#591C46
(89,28,70)
#4D183C
(77,24,60)
#411432
(65,20,50)
#351028
(53,16,40)
#290C1E
(41,12,30)
#1D0814
(29,8,20)
#11040A
(17,4,10)
#000000
(0,0,0)

Tints of #892C6E

#892C6E
(137,44,110)
#933F7B
(147,63,123)
#9D5288
(157,82,136)
#A76595
(167,101,149)
#B178A2
(177,120,162)
#BB8BAF
(187,139,175)
#C59EBC
(197,158,188)
#CFB1C9
(207,177,201)
#D9C4D6
(217,196,214)
#E3D7E3
(227,215,227)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #892C6E; }

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

This text font color is #892C6E.

Background Color

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

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

This div background color is #892C6E.

Border color

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

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

This div border color is #892C6E.

Opacity

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

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

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

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

This text has shadow with #892C6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #892C6E.

Preview

Color preview on black background

This text has color #892C6E on black background.


Color preview on white background

This text has color #892C6E on white background.


Black color preview on #892C6E background

This text has black color on #892C6E background.


White color preview on #892C6E background

This text has white color on #892C6E background.


Related colors

Complementary color

Complementary color for #hex is #76D391.


I love getcolorcode.com

Triadic colors

1 #6E892C and #2C6E89 with #892C6E are triadic colors.

2 #6E2C89 and #2C896E with #892C6E are triadic colors.