COLOR #8A3C40

HEX: #8A3C40
RGB: (138,60,64)

Color info

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

RGB color model

#8A3C40 color RGB value is (138,60,64).

  • red value is 138;
  • green value is 60;
  • blue value is 64.
RGB:
(138,60,64)
(54%,24%,25%)

RGB channels and saturation

R 138 of 255 = 54%
G 60 of 255 = 24%
B 64 of 255 = 25%

138
60
64

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

Portions of RGB colors in percentages

R + G + B =
138 + 60 + 64 = 262 (100%)
R 138 of 262 ~ 52.67%
G 60 of 262 ~ 22.9%
B 64 of 262 ~ 24.43%

%52.67
%22.9
%24.43

CMYK color model

#8A3C40 color CMYK value is (0,57,54,46).

  • cyan value is 0.00%
  • magenta value is 56.52%
  • yellow value is 53.62%
  • key color value is 45.88%
CMYK:
(0,57,54,46)
C0M57Y54K46 
(0%,57%,54%,46%)
(0.00/0.57/0.54/0.46)	

CMYK percentages

%0
%56.52
%53.62
%45.88

Codes

Color #8A3C40 in popluar color models

8A3C40
RGB1386064
HSL357°39.39%38.82%
HSB/HSV357°56.52%54.12%
CMYK0.00%56.52%53.62%
45.88%

Color #8A3C40 in popluar number systems.

HEX8A3C40
Decimal1386064
Binary100010101111001000000
Octal21274100

Shades and tints

Shades of #8A3C40

#8A3C40
(138,60,64)
#7E373B
(126,55,59)
#723236
(114,50,54)
#662D31
(102,45,49)
#5A282C
(90,40,44)
#4E2327
(78,35,39)
#421E22
(66,30,34)
#36191D
(54,25,29)
#2A1418
(42,20,24)
#1E0F13
(30,15,19)
#120A0E
(18,10,14)
#000000
(0,0,0)

Tints of #8A3C40

#8A3C40
(138,60,64)
#944D51
(148,77,81)
#9E5E62
(158,94,98)
#A86F73
(168,111,115)
#B28084
(178,128,132)
#BC9195
(188,145,149)
#C6A2A6
(198,162,166)
#D0B3B7
(208,179,183)
#DAC4C8
(218,196,200)
#E4D5D9
(228,213,217)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A3C40 color. Also use rgb(138,60,64) instead hex code.

Text Font Color

.myTextColor { color: #8A3C40; }

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

This text font color is #8A3C40.


Background Color

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

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

This div background color is #8A3C40.


Border color

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

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

This div border color is #8A3C40.


Opacity

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

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

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

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

This text has shadow with #8A3C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A3C40 on black background.


Color preview on white background

This text has color #8A3C40 on white background.



Black color preview on #8A3C40 background

This text has black color on #8A3C40 background.


White color preview on #8A3C40 background

This text has white color on #8A3C40 background.