COLOR #8A4641

HEX: #8A4641
RGB: (138,70,65)

Color info

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

RGB color model

#8A4641 color RGB value is (138,70,65).

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

RGB channels and saturation

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

138
70
65

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

Portions of RGB colors in percentages

R + G + B =
138 + 70 + 65 = 273 (100%)
R 138 of 273 ~ 50.55%
G 70 of 273 ~ 25.64%
B 65 of 273 ~ 23.81%

%50.55
%25.64
%23.81

CMYK color model

#8A4641 color CMYK value is (0,49,53,46).

  • cyan value is 0.00%
  • magenta value is 49.28%
  • yellow value is 52.90%
  • key color value is 45.88%
CMYK:
(0,49,53,46)
C0M49Y53K46 
(0%,49%,53%,46%)
(0.00/0.49/0.53/0.46)	

CMYK percentages

%0
%49.28
%52.9
%45.88

Codes

Color #8A4641 in popluar color models

8A4641
RGB1387065
HSL35.96%39.80%
HSB/HSV52.90%54.12%
CMYK0.00%49.28%52.90%
45.88%

Color #8A4641 in popluar number systems.

HEX8A4641
Decimal1387065
Binary1000101010001101000001
Octal212106101

Shades and tints

Shades of #8A4641

#8A4641
(138,70,65)
#7E403C
(126,64,60)
#723A37
(114,58,55)
#663432
(102,52,50)
#5A2E2D
(90,46,45)
#4E2828
(78,40,40)
#422223
(66,34,35)
#361C1E
(54,28,30)
#2A1619
(42,22,25)
#1E1014
(30,16,20)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #8A4641

#8A4641
(138,70,65)
#945652
(148,86,82)
#9E6663
(158,102,99)
#A87674
(168,118,116)
#B28685
(178,134,133)
#BC9696
(188,150,150)
#C6A6A7
(198,166,167)
#D0B6B8
(208,182,184)
#DAC6C9
(218,198,201)
#E4D6DA
(228,214,218)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A4641; }

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

This text font color is #8A4641.


Background Color

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

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

This div background color is #8A4641.


Border color

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

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

This div border color is #8A4641.


Opacity

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

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

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

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

This text has shadow with #8A4641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4641 on black background.


Color preview on white background

This text has color #8A4641 on white background.



Black color preview on #8A4641 background

This text has black color on #8A4641 background.


White color preview on #8A4641 background

This text has white color on #8A4641 background.