COLOR #8A4742

HEX: #8A4742
RGB: (138,71,66)

Color info

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

RGB color model

#8A4742 color RGB value is (138,71,66).

  • red value is 138;
  • green value is 71;
  • blue value is 66.
RGB:
(138,71,66)
(54%,28%,26%)

RGB channels and saturation

R 138 of 255 = 54%
G 71 of 255 = 28%
B 66 of 255 = 26%

138
71
66

R + G + B ~ 36%. #8A4742 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 71 + 66 = 275 (100%)
R 138 of 275 ~ 50.18%
G 71 of 275 ~ 25.82%
B 66 of 275 ~ 24%

%50.18
%25.82
%24

CMYK color model

#8A4742 color CMYK value is (0,49,52,46).

  • cyan value is 0.00%
  • magenta value is 48.55%
  • yellow value is 52.17%
  • key color value is 45.88%
CMYK:
(0,49,52,46)
C0M49Y52K46 
(0%,49%,52%,46%)
(0.00/0.49/0.52/0.46)	

CMYK percentages

%0
%48.55
%52.17
%45.88

Codes

Color #8A4742 in popluar color models

8A4742
RGB1387166
HSL35.29%40.00%
HSB/HSV52.17%54.12%
CMYK0.00%48.55%52.17%
45.88%

Color #8A4742 in popluar number systems.

HEX8A4742
Decimal1387166
Binary1000101010001111000010
Octal212107102

Shades and tints

Shades of #8A4742

#8A4742
(138,71,66)
#7E413C
(126,65,60)
#723B36
(114,59,54)
#663530
(102,53,48)
#5A2F2A
(90,47,42)
#4E2924
(78,41,36)
#42231E
(66,35,30)
#361D18
(54,29,24)
#2A1712
(42,23,18)
#1E110C
(30,17,12)
#120B06
(18,11,6)
#000000
(0,0,0)

Tints of #8A4742

#8A4742
(138,71,66)
#945753
(148,87,83)
#9E6764
(158,103,100)
#A87775
(168,119,117)
#B28786
(178,135,134)
#BC9797
(188,151,151)
#C6A7A8
(198,167,168)
#D0B7B9
(208,183,185)
#DAC7CA
(218,199,202)
#E4D7DB
(228,215,219)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A4742 color. Also use rgb(138,71,66) instead hex code.

Text Font Color

.myTextColor { color: #8A4742; }

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

This text font color is #8A4742.


Background Color

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

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

This div background color is #8A4742.


Border color

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

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

This div border color is #8A4742.


Opacity

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

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

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

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

This text has shadow with #8A4742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4742 on black background.


Color preview on white background

This text has color #8A4742 on white background.



Black color preview on #8A4742 background

This text has black color on #8A4742 background.


White color preview on #8A4742 background

This text has white color on #8A4742 background.