COLOR #8A514C

HEX: #8A514C
RGB: (138,81,76)

Color info

#8A514C contains mainly red and green colors. Web safe color of #8A514C is #996633 (or #963).

RGB color model

#8A514C color RGB value is (138,81,76).

  • red value is 138;
  • green value is 81;
  • blue value is 76.
RGB:
(138,81,76)
(54%,32%,30%)

RGB channels and saturation

R 138 of 255 = 54%
G 81 of 255 = 32%
B 76 of 255 = 30%

138
81
76

R + G + B ~ 39%. #8A514C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 81 + 76 = 295 (100%)
R 138 of 295 ~ 46.78%
G 81 of 295 ~ 27.46%
B 76 of 295 ~ 25.76%

%46.78
%27.46
%25.76

CMYK color model

#8A514C color CMYK value is (0,41,45,46).

  • cyan value is 0.00%
  • magenta value is 41.30%
  • yellow value is 44.93%
  • key color value is 45.88%
CMYK:
(0,41,45,46)
C0M41Y45K46 
(0%,41%,45%,46%)
(0.00/0.41/0.45/0.46)	

CMYK percentages

%0
%41.3
%44.93
%45.88

Codes

Color #8A514C in popluar color models

8A514C
RGB1388176
HSL28.97%41.96%
HSB/HSV44.93%54.12%
CMYK0.00%41.30%44.93%
45.88%

Color #8A514C in popluar number systems.

HEX8A514C
Decimal1388176
Binary1000101010100011001100
Octal212121114

Shades and tints

Shades of #8A514C

#8A514C
(138,81,76)
#7E4A46
(126,74,70)
#724340
(114,67,64)
#663C3A
(102,60,58)
#5A3534
(90,53,52)
#4E2E2E
(78,46,46)
#422728
(66,39,40)
#362022
(54,32,34)
#2A191C
(42,25,28)
#1E1216
(30,18,22)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #8A514C

#8A514C
(138,81,76)
#94605C
(148,96,92)
#9E6F6C
(158,111,108)
#A87E7C
(168,126,124)
#B28D8C
(178,141,140)
#BC9C9C
(188,156,156)
#C6ABAC
(198,171,172)
#D0BABC
(208,186,188)
#DAC9CC
(218,201,204)
#E4D8DC
(228,216,220)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A514C color. Also use rgb(138,81,76) instead hex code.

Text Font Color

.myTextColor { color: #8A514C; }

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

This text font color is #8A514C.


Background Color

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

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

This div background color is #8A514C.


Border color

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

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

This div border color is #8A514C.


Opacity

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

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

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

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

This text has shadow with #8A514C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A514C on black background.


Color preview on white background

This text has color #8A514C on white background.



Black color preview on #8A514C background

This text has black color on #8A514C background.


White color preview on #8A514C background

This text has white color on #8A514C background.