COLOR #8A634C

HEX: #8A634C RGB: (138,99,76)

Color info

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

RGB color model

#8A634C color RGB value is (138,99,76).

RGB: (138,99,76) (54%, 39%, 30%)

RGB channels and saturation

R 138 of 255 = 54%
G 99 of 255 = 39%
B 76 of 255 = 30%

138
99
76

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

Portions of RGB colors in percentages

R + G + B = 138 + 99 + 76 = 313 (100%)
R 138 of 313 ~ 44.09%
G 99 of 313 ~ 31.63%
B 76 of 313 ~ 24.28'%

%44.09
%31.63
%24.28

CMYK color model

#8A634C color CMYK value is (0,28,45,46).

  • cyan value is 0.00%
  • magenta value is 28.26%
  • yellow value is 44.93%
  • key color value is 45.88%

CMYK: (0,28,45,46)
C0M28Y45K46 (0%, 28%, 45%, 46%)
(0.00 / 0.28 / 0.45 / 0.46)

CMYK percentages

%0
%28.26
%44.93
%45.88

Codes

Color #8A634C in popluar color models

8A 63 4C
RGB 138 99 76
HSL 22° 28.97% 41.96%
HSB/HSV 22° 44.93% 54.12%
CMYK 0.00% 28.26% 44.93%
45.88%

Color #8A634C in popluar number systems.

HEX 8A 63 4C
Decimal 138 99 76
Binary 10001010 1100011 1001100
Octal 212 143 114

Shades and tints

Shades of #8A634C

#8A634C
(138,99,76)
#7E5A46
(126,90,70)
#725140
(114,81,64)
#66483A
(102,72,58)
#5A3F34
(90,63,52)
#4E362E
(78,54,46)
#422D28
(66,45,40)
#362422
(54,36,34)
#2A1B1C
(42,27,28)
#1E1216
(30,18,22)
#120910
(18,9,16)
#000000
(0,0,0)

Tints of #8A634C

#8A634C
(138,99,76)
#94715C
(148,113,92)
#9E7F6C
(158,127,108)
#A88D7C
(168,141,124)
#B29B8C
(178,155,140)
#BCA99C
(188,169,156)
#C6B7AC
(198,183,172)
#D0C5BC
(208,197,188)
#DAD3CC
(218,211,204)
#E4E1DC
(228,225,220)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A634C; }

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

This text font color is #8A634C.

Background Color

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

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

This div background color is #8A634C.

Border color

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

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

This div border color is #8A634C.

Opacity

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

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

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

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

This text has shadow with #8A634C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A634C.

Preview

Color preview on black background

This text has color #8A634C on black background.


Color preview on white background

This text has color #8A634C on white background.


Black color preview on #8A634C background

This text has black color on #8A634C background.


White color preview on #8A634C background

This text has white color on #8A634C background.


Related colors

Complementary color

Complementary color for #hex is #759CB3.


I love getcolorcode.com

Triadic colors

1 #4C8A63 and #634C8A with #8A634C are triadic colors.

2 #4C638A and #638A4C with #8A634C are triadic colors.