COLOR #8A4640

HEX: #8A4640
RGB: (138,70,64)

Color info

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

RGB color model

#8A4640 color RGB value is (138,70,64).

  • red value is 138;
  • green value is 70;
  • blue value is 64.
RGB:
(138,70,64)
(54%,27%,25%)

RGB channels and saturation

R 138 of 255 = 54%
G 70 of 255 = 27%
B 64 of 255 = 25%

138
70
64

R + G + B ~ 35%. #8A4640 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 70 + 64 = 272 (100%)
R 138 of 272 ~ 50.74%
G 70 of 272 ~ 25.74%
B 64 of 272 ~ 23.53%

%50.74
%25.74
%23.53

CMYK color model

#8A4640 color CMYK value is (0,49,54,46).

  • cyan value is 0.00%
  • magenta value is 49.28%
  • yellow value is 53.62%
  • key color value is 45.88%
CMYK:
(0,49,54,46)
C0M49Y54K46 
(0%,49%,54%,46%)
(0.00/0.49/0.54/0.46)	

CMYK percentages

%0
%49.28
%53.62
%45.88

Codes

Color #8A4640 in popluar color models

8A4640
RGB1387064
HSL36.63%39.61%
HSB/HSV53.62%54.12%
CMYK0.00%49.28%53.62%
45.88%

Color #8A4640 in popluar number systems.

HEX8A4640
Decimal1387064
Binary1000101010001101000000
Octal212106100

Shades and tints

Shades of #8A4640

#8A4640
(138,70,64)
#7E403B
(126,64,59)
#723A36
(114,58,54)
#663431
(102,52,49)
#5A2E2C
(90,46,44)
#4E2827
(78,40,39)
#422222
(66,34,34)
#361C1D
(54,28,29)
#2A1618
(42,22,24)
#1E1013
(30,16,19)
#120A0E
(18,10,14)
#000000
(0,0,0)

Tints of #8A4640

#8A4640
(138,70,64)
#945651
(148,86,81)
#9E6662
(158,102,98)
#A87673
(168,118,115)
#B28684
(178,134,132)
#BC9695
(188,150,149)
#C6A6A6
(198,166,166)
#D0B6B7
(208,182,183)
#DAC6C8
(218,198,200)
#E4D6D9
(228,214,217)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A4640 color. Also use rgb(138,70,64) instead hex code.

Text Font Color

.myTextColor { color: #8A4640; }

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

This text font color is #8A4640.


Background Color

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

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

This div background color is #8A4640.


Border color

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

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

This div border color is #8A4640.


Opacity

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

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

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

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

This text has shadow with #8A4640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4640 on black background.


Color preview on white background

This text has color #8A4640 on white background.



Black color preview on #8A4640 background

This text has black color on #8A4640 background.


White color preview on #8A4640 background

This text has white color on #8A4640 background.