COLOR #8A4B39

HEX: #8A4B39
RGB: (138,75,57)

Color info

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

RGB color model

#8A4B39 color RGB value is (138,75,57).

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

RGB channels and saturation

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

138
75
57

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

Portions of RGB colors in percentages

R + G + B =
138 + 75 + 57 = 270 (100%)
R 138 of 270 ~ 51.11%
G 75 of 270 ~ 27.78%
B 57 of 270 ~ 21.11%

%51.11
%27.78
%21.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.65%
  • yellow value is 58.70%
  • key color value is 45.88%
CMYK: (0,46,59,46) C0M46Y59K46 (0%,46%,59%,46%) (0.00/0.46/0.59/0.46)

CMYK percentages

%0
%45.65
%58.7
%45.88

Codes

Color #8A4B39 in popluar color models

8A4B39
RGB1387557
HSL13°41.54%38.24%
HSB/HSV13°58.70%54.12%
CMYK0.00%45.65%58.70%
45.88%

Color #8A4B39 in popluar number systems.

HEX8A4B39
Decimal1387557
Binary100010101001011111001
Octal21211371

Shades and tints

Shades of #8A4B39

#8A4B39
(138,75,57)
#7E4534
(126,69,52)
#723F2F
(114,63,47)
#66392A
(102,57,42)
#5A3325
(90,51,37)
#4E2D20
(78,45,32)
#42271B
(66,39,27)
#362116
(54,33,22)
#2A1B11
(42,27,17)
#1E150C
(30,21,12)
#120F07
(18,15,7)
#000000
(0,0,0)

Tints of #8A4B39

#8A4B39
(138,75,57)
#945B4B
(148,91,75)
#9E6B5D
(158,107,93)
#A87B6F
(168,123,111)
#B28B81
(178,139,129)
#BC9B93
(188,155,147)
#C6ABA5
(198,171,165)
#D0BBB7
(208,187,183)
#DACBC9
(218,203,201)
#E4DBDB
(228,219,219)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A4B39; }

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

This text font color is #8A4B39.


Background Color

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

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

This div background color is #8A4B39.


Border color

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

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

This div border color is #8A4B39.


Opacity

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

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

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

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

This text has shadow with #8A4B39 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8A4B39 on black background.


Color preview on white background

This text has color #8A4B39 on white background.



Black color preview on #8A4B39 background

This text has black color on #8A4B39 background.


White color preview on #8A4B39 background

This text has white color on #8A4B39 background.