COLOR #8A4138

HEX: #8A4138
RGB: (138,65,56)

Color info

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

RGB color model

#8A4138 color RGB value is (138,65,56).

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

RGB channels and saturation

R 138 of 255 = 54%
G 65 of 255 = 25%
B 56 of 255 = 22%

138
65
56

R + G + B ~ 34%. #8A4138 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 65 + 56 = 259 (100%)
R 138 of 259 ~ 53.28%
G 65 of 259 ~ 25.1%
B 56 of 259 ~ 21.62%

%53.28
%25.1
%21.62

CMYK color model

#8A4138 color CMYK value is (0,53,59,46).

  • cyan value is 0.00%
  • magenta value is 52.90%
  • yellow value is 59.42%
  • key color value is 45.88%
CMYK:
(0,53,59,46)
C0M53Y59K46 
(0%,53%,59%,46%)
(0.00/0.53/0.59/0.46)	

CMYK percentages

%0
%52.9
%59.42
%45.88

Codes

Color #8A4138 in popluar color models

8A4138
RGB1386556
HSL42.27%38.04%
HSB/HSV59.42%54.12%
CMYK0.00%52.90%59.42%
45.88%

Color #8A4138 in popluar number systems.

HEX8A4138
Decimal1386556
Binary100010101000001111000
Octal21210170

Shades and tints

Shades of #8A4138

#8A4138
(138,65,56)
#7E3C33
(126,60,51)
#72372E
(114,55,46)
#663229
(102,50,41)
#5A2D24
(90,45,36)
#4E281F
(78,40,31)
#42231A
(66,35,26)
#361E15
(54,30,21)
#2A1910
(42,25,16)
#1E140B
(30,20,11)
#120F06
(18,15,6)
#000000
(0,0,0)

Tints of #8A4138

#8A4138
(138,65,56)
#94524A
(148,82,74)
#9E635C
(158,99,92)
#A8746E
(168,116,110)
#B28580
(178,133,128)
#BC9692
(188,150,146)
#C6A7A4
(198,167,164)
#D0B8B6
(208,184,182)
#DAC9C8
(218,201,200)
#E4DADA
(228,218,218)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A4138; }

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

This text font color is #8A4138.


Background Color

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

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

This div background color is #8A4138.


Border color

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

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

This div border color is #8A4138.


Opacity

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

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

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

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

This text has shadow with #8A4138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4138 on black background.


Color preview on white background

This text has color #8A4138 on white background.



Black color preview on #8A4138 background

This text has black color on #8A4138 background.


White color preview on #8A4138 background

This text has white color on #8A4138 background.