COLOR #8A4939

HEX: #8A4939
RGB: (138,73,57)

Color info

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

RGB color model

#8A4939 color RGB value is (138,73,57).

  • red value is 138;
  • green value is 73;
  • blue value is 57.
RGB:
(138,73,57)
(54%,29%,22%)

RGB channels and saturation

R 138 of 255 = 54%
G 73 of 255 = 29%
B 57 of 255 = 22%

138
73
57

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

Portions of RGB colors in percentages

R + G + B =
138 + 73 + 57 = 268 (100%)
R 138 of 268 ~ 51.49%
G 73 of 268 ~ 27.24%
B 57 of 268 ~ 21.27%

%51.49
%27.24
%21.27

CMYK color model

#8A4939 color CMYK value is (0,47,59,46).

  • cyan value is 0.00%
  • magenta value is 47.10%
  • yellow value is 58.70%
  • key color value is 45.88%
CMYK:
(0,47,59,46)
C0M47Y59K46 
(0%,47%,59%,46%)
(0.00/0.47/0.59/0.46)	

CMYK percentages

%0
%47.1
%58.7
%45.88

Codes

Color #8A4939 in popluar color models

8A4939
RGB1387357
HSL12°41.54%38.24%
HSB/HSV12°58.70%54.12%
CMYK0.00%47.10%58.70%
45.88%

Color #8A4939 in popluar number systems.

HEX8A4939
Decimal1387357
Binary100010101001001111001
Octal21211171

Shades and tints

Shades of #8A4939

#8A4939
(138,73,57)
#7E4334
(126,67,52)
#723D2F
(114,61,47)
#66372A
(102,55,42)
#5A3125
(90,49,37)
#4E2B20
(78,43,32)
#42251B
(66,37,27)
#361F16
(54,31,22)
#2A1911
(42,25,17)
#1E130C
(30,19,12)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #8A4939

#8A4939
(138,73,57)
#94594B
(148,89,75)
#9E695D
(158,105,93)
#A8796F
(168,121,111)
#B28981
(178,137,129)
#BC9993
(188,153,147)
#C6A9A5
(198,169,165)
#D0B9B7
(208,185,183)
#DAC9C9
(218,201,201)
#E4D9DB
(228,217,219)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A4939 color. Also use rgb(138,73,57) instead hex code.

Text Font Color

.myTextColor { color: #8A4939; }

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

This text font color is #8A4939.


Background Color

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

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

This div background color is #8A4939.


Border color

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

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

This div border color is #8A4939.


Opacity

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

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

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

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

This text has shadow with #8A4939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4939 on black background.


Color preview on white background

This text has color #8A4939 on white background.



Black color preview on #8A4939 background

This text has black color on #8A4939 background.


White color preview on #8A4939 background

This text has white color on #8A4939 background.