COLOR #8A333B

HEX: #8A333B
RGB: (138,51,59)

Color info

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

RGB color model

#8A333B color RGB value is (138,51,59).

  • red value is 138;
  • green value is 51;
  • blue value is 59.
RGB:
(138,51,59)
(54%,20%,23%)

RGB channels and saturation

R 138 of 255 = 54%
G 51 of 255 = 20%
B 59 of 255 = 23%

138
51
59

R + G + B ~ 32%. #8A333B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 51 + 59 = 248 (100%)
R 138 of 248 ~ 55.65%
G 51 of 248 ~ 20.56%
B 59 of 248 ~ 23.79%

%55.65
%20.56
%23.79

CMYK color model

#8A333B color CMYK value is (0,63,57,46).

  • cyan value is 0.00%
  • magenta value is 63.04%
  • yellow value is 57.25%
  • key color value is 45.88%
CMYK:
(0,63,57,46)
C0M63Y57K46 
(0%,63%,57%,46%)
(0.00/0.63/0.57/0.46)	

CMYK percentages

%0
%63.04
%57.25
%45.88

Codes

Color #8A333B in popluar color models

8A333B
RGB1385159
HSL354°46.03%37.06%
HSB/HSV354°63.04%54.12%
CMYK0.00%63.04%57.25%
45.88%

Color #8A333B in popluar number systems.

HEX8A333B
Decimal1385159
Binary10001010110011111011
Octal2126373

Shades and tints

Shades of #8A333B

#8A333B
(138,51,59)
#7E2F36
(126,47,54)
#722B31
(114,43,49)
#66272C
(102,39,44)
#5A2327
(90,35,39)
#4E1F22
(78,31,34)
#421B1D
(66,27,29)
#361718
(54,23,24)
#2A1313
(42,19,19)
#1E0F0E
(30,15,14)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #8A333B

#8A333B
(138,51,59)
#94454C
(148,69,76)
#9E575D
(158,87,93)
#A8696E
(168,105,110)
#B27B7F
(178,123,127)
#BC8D90
(188,141,144)
#C69FA1
(198,159,161)
#D0B1B2
(208,177,178)
#DAC3C3
(218,195,195)
#E4D5D4
(228,213,212)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A333B color. Also use rgb(138,51,59) instead hex code.

Text Font Color

.myTextColor { color: #8A333B; }

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

This text font color is #8A333B.


Background Color

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

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

This div background color is #8A333B.


Border color

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

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

This div border color is #8A333B.


Opacity

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

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

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

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

This text has shadow with #8A333B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A333B on black background.


Color preview on white background

This text has color #8A333B on white background.



Black color preview on #8A333B background

This text has black color on #8A333B background.


White color preview on #8A333B background

This text has white color on #8A333B background.