COLOR #893343

HEX: #893343 RGB: (137,51,67)

Color info

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

RGB color model

#893343 color RGB value is (137,51,67).

RGB: (137,51,67) (54%, 20%, 26%)

RGB channels and saturation

R 137 of 255 = 54%
G 51 of 255 = 20%
B 67 of 255 = 26%

137
51
67

R + G + B ~ 33%. #893343 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 137 + 51 + 67 = 255 (100%)
R 137 of 255 ~ 53.73%
G 51 of 255 ~ 20%
B 67 of 255 ~ 26.27'%

%53.73
%20
%26.27

CMYK color model

#893343 color CMYK value is (0,63,51,46).

  • cyan value is 0.00%
  • magenta value is 62.77%
  • yellow value is 51.09%
  • key color value is 46.27%

CMYK: (0,63,51,46)
C0M63Y51K46 (0%, 63%, 51%, 46%)
(0.00 / 0.63 / 0.51 / 0.46)

CMYK percentages

%0
%62.77
%51.09
%46.27

Codes

Color #893343 in popluar color models

89 33 43
RGB 137 51 67
HSL 349° 45.74% 36.86%
HSB/HSV 349° 62.77% 53.73%
CMYK 0.00% 62.77% 51.09%
46.27%

Color #893343 in popluar number systems.

HEX 89 33 43
Decimal 137 51 67
Binary 10001001 110011 1000011
Octal 211 63 103

Shades and tints

Shades of #893343

#893343
(137,51,67)
#7D2F3D
(125,47,61)
#712B37
(113,43,55)
#652731
(101,39,49)
#59232B
(89,35,43)
#4D1F25
(77,31,37)
#411B1F
(65,27,31)
#351719
(53,23,25)
#291313
(41,19,19)
#1D0F0D
(29,15,13)
#110B07
(17,11,7)
#000000
(0,0,0)

Tints of #893343

#893343
(137,51,67)
#934554
(147,69,84)
#9D5765
(157,87,101)
#A76976
(167,105,118)
#B17B87
(177,123,135)
#BB8D98
(187,141,152)
#C59FA9
(197,159,169)
#CFB1BA
(207,177,186)
#D9C3CB
(217,195,203)
#E3D5DC
(227,213,220)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893343 color. Also use rgb(137,51,67) instead hex code.

Text Font Color

.myTextColor { color: #893343; }

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

This text font color is #893343.

Background Color

.myBgColor { background-color: #893343; }

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

This div background color is #893343.

Border color

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

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

This div border color is #893343.

Opacity

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

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

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

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

This text has shadow with #893343 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #893343.

Preview

Color preview on black background

This text has color #893343 on black background.


Color preview on white background

This text has color #893343 on white background.


Black color preview on #893343 background

This text has black color on #893343 background.


White color preview on #893343 background

This text has white color on #893343 background.


Related colors

Complementary color

Complementary color for #hex is #76CCBC.


I love getcolorcode.com

Triadic colors

1 #438933 and #334389 with #893343 are triadic colors.

2 #433389 and #338943 with #893343 are triadic colors.