COLOR #8A4762

HEX: #8A4762
RGB: (138,71,98)

Color info

#8A4762 contains mainly red and blue colors. Web safe color of #8A4762 is #993366 (or #936).

RGB color model

#8A4762 color RGB value is (138,71,98).

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

RGB channels and saturation

R 138 of 255 = 54%
G 71 of 255 = 28%
B 98 of 255 = 38%

138
71
98

R + G + B ~ 40%. #8A4762 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 71 + 98 = 307 (100%)
R 138 of 307 ~ 44.95%
G 71 of 307 ~ 23.13%
B 98 of 307 ~ 31.92%

%44.95
%23.13
%31.92

CMYK color model

#8A4762 color CMYK value is (0,49,29,46).

  • cyan value is 0.00%
  • magenta value is 48.55%
  • yellow value is 28.99%
  • key color value is 45.88%
CMYK:
(0,49,29,46)
C0M49Y29K46 
(0%,49%,29%,46%)
(0.00/0.49/0.29/0.46)	

CMYK percentages

%0
%48.55
%28.99
%45.88

Codes

Color #8A4762 in popluar color models

8A4762
RGB1387198
HSL336°32.06%40.98%
HSB/HSV336°48.55%54.12%
CMYK0.00%48.55%28.99%
45.88%

Color #8A4762 in popluar number systems.

HEX8A4762
Decimal1387198
Binary1000101010001111100010
Octal212107142

Shades and tints

Shades of #8A4762

#8A4762
(138,71,98)
#7E415A
(126,65,90)
#723B52
(114,59,82)
#66354A
(102,53,74)
#5A2F42
(90,47,66)
#4E293A
(78,41,58)
#422332
(66,35,50)
#361D2A
(54,29,42)
#2A1722
(42,23,34)
#1E111A
(30,17,26)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #8A4762

#8A4762
(138,71,98)
#945770
(148,87,112)
#9E677E
(158,103,126)
#A8778C
(168,119,140)
#B2879A
(178,135,154)
#BC97A8
(188,151,168)
#C6A7B6
(198,167,182)
#D0B7C4
(208,183,196)
#DAC7D2
(218,199,210)
#E4D7E0
(228,215,224)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A4762; }

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

This text font color is #8A4762.


Background Color

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

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

This div background color is #8A4762.


Border color

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

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

This div border color is #8A4762.


Opacity

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

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

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

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

This text has shadow with #8A4762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4762 on black background.


Color preview on white background

This text has color #8A4762 on white background.



Black color preview on #8A4762 background

This text has black color on #8A4762 background.


White color preview on #8A4762 background

This text has white color on #8A4762 background.