COLOR #8A093E

HEX: #8A093E
RGB: (138,9,62)

Color info

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

RGB color model

#8A093E color RGB value is (138,9,62).

  • red value is 138;
  • green value is 9;
  • blue value is 62.
RGB:
(138,9,62)
(54%,4%,24%)

RGB channels and saturation

R 138 of 255 = 54%
G 9 of 255 = 4%
B 62 of 255 = 24%

138
9
62

R + G + B ~ 27%. #8A093E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 9 + 62 = 209 (100%)
R 138 of 209 ~ 66.03%
G 9 of 209 ~ 4.31%
B 62 of 209 ~ 29.67%

%66.03
%29.67

CMYK color model

#8A093E color CMYK value is (0,93,55,46).

  • cyan value is 0.00%
  • magenta value is 93.48%
  • yellow value is 55.07%
  • key color value is 45.88%
CMYK:
(0,93,55,46)
C0M93Y55K46 
(0%,93%,55%,46%)
(0.00/0.93/0.55/0.46)	

CMYK percentages

%0
%93.48
%55.07
%45.88

Codes

Color #8A093E in popluar color models

8A093E
RGB138962
HSL335°87.76%28.82%
HSB/HSV335°93.48%54.12%
CMYK0.00%93.48%55.07%
45.88%

Color #8A093E in popluar number systems.

HEX8A093E
Decimal138962
Binary100010101001111110
Octal2121176

Shades and tints

Shades of #8A093E

#8A093E
(138,9,62)
#7E0939
(126,9,57)
#720934
(114,9,52)
#66092F
(102,9,47)
#5A092A
(90,9,42)
#4E0925
(78,9,37)
#420920
(66,9,32)
#36091B
(54,9,27)
#2A0916
(42,9,22)
#1E0911
(30,9,17)
#12090C
(18,9,12)
#000000
(0,0,0)

Tints of #8A093E

#8A093E
(138,9,62)
#941F4F
(148,31,79)
#9E3560
(158,53,96)
#A84B71
(168,75,113)
#B26182
(178,97,130)
#BC7793
(188,119,147)
#C68DA4
(198,141,164)
#D0A3B5
(208,163,181)
#DAB9C6
(218,185,198)
#E4CFD7
(228,207,215)
#EEE5E8
(238,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A093E color. Also use rgb(138,9,62) instead hex code.

Text Font Color

.myTextColor { color: #8A093E; }

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

This text font color is #8A093E.


Background Color

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

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

This div background color is #8A093E.


Border color

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

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

This div border color is #8A093E.


Opacity

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

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

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

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

This text has shadow with #8A093E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A093E on black background.


Color preview on white background

This text has color #8A093E on white background.



Black color preview on #8A093E background

This text has black color on #8A093E background.


White color preview on #8A093E background

This text has white color on #8A093E background.