COLOR #8A1744

HEX: #8A1744
RGB: (138,23,68)

Color info

#8A1744 contains mainly red color. Web safe color of #8A1744 is #990033 (or #903).

RGB color model

#8A1744 color RGB value is (138,23,68).

  • red value is 138;
  • green value is 23;
  • blue value is 68.
RGB:
(138,23,68)
(54%,9%,27%)

RGB channels and saturation

R 138 of 255 = 54%
G 23 of 255 = 9%
B 68 of 255 = 27%

138
23
68

R + G + B ~ 30%. #8A1744 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 23 + 68 = 229 (100%)
R 138 of 229 ~ 60.26%
G 23 of 229 ~ 10.04%
B 68 of 229 ~ 29.69%

%60.26
%10.04
%29.69

CMYK color model

#8A1744 color CMYK value is (0,83,51,46).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 50.72%
  • key color value is 45.88%
CMYK:
(0,83,51,46)
C0M83Y51K46 
(0%,83%,51%,46%)
(0.00/0.83/0.51/0.46)	

CMYK percentages

%0
%83.33
%50.72
%45.88

Codes

Color #8A1744 in popluar color models

8A1744
RGB1382368
HSL337°71.43%31.57%
HSB/HSV337°83.33%54.12%
CMYK0.00%83.33%50.72%
45.88%

Color #8A1744 in popluar number systems.

HEX8A1744
Decimal1382368
Binary10001010101111000100
Octal21227104

Shades and tints

Shades of #8A1744

#8A1744
(138,23,68)
#7E153E
(126,21,62)
#721338
(114,19,56)
#661132
(102,17,50)
#5A0F2C
(90,15,44)
#4E0D26
(78,13,38)
#420B20
(66,11,32)
#36091A
(54,9,26)
#2A0714
(42,7,20)
#1E050E
(30,5,14)
#120308
(18,3,8)
#000000
(0,0,0)

Tints of #8A1744

#8A1744
(138,23,68)
#942C55
(148,44,85)
#9E4166
(158,65,102)
#A85677
(168,86,119)
#B26B88
(178,107,136)
#BC8099
(188,128,153)
#C695AA
(198,149,170)
#D0AABB
(208,170,187)
#DABFCC
(218,191,204)
#E4D4DD
(228,212,221)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A1744 color. Also use rgb(138,23,68) instead hex code.

Text Font Color

.myTextColor { color: #8A1744; }

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

This text font color is #8A1744.


Background Color

.myBgColor { background-color: #8A1744; }

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

This div background color is #8A1744.


Border color

.myBorderColor { border: 1px solid #8A1744; }

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

This div border color is #8A1744.


Opacity

.myOpacity80 { color: #8A1744; opacity: 0.8; }

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

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

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

This text has shadow with #8A1744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A1744 on black background.


Color preview on white background

This text has color #8A1744 on white background.



Black color preview on #8A1744 background

This text has black color on #8A1744 background.


White color preview on #8A1744 background

This text has white color on #8A1744 background.