COLOR #8A613B

HEX: #8A613B RGB: (138,97,59)

Color info

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

RGB color model

#8A613B color RGB value is (138,97,59).

RGB: (138,97,59) (54%, 38%, 23%)

RGB channels and saturation

R 138 of 255 = 54%
G 97 of 255 = 38%
B 59 of 255 = 23%

138
97
59

R + G + B ~ 38%. #8A613B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 138 + 97 + 59 = 294 (100%)
R 138 of 294 ~ 46.94%
G 97 of 294 ~ 32.99%
B 59 of 294 ~ 20.07'%

%46.94
%32.99
%20.07

CMYK color model

#8A613B color CMYK value is (0,30,57,46).

  • cyan value is 0.00%
  • magenta value is 29.71%
  • yellow value is 57.25%
  • key color value is 45.88%

CMYK: (0,30,57,46)
C0M30Y57K46 (0%, 30%, 57%, 46%)
(0.00 / 0.30 / 0.57 / 0.46)

CMYK percentages

%0
%29.71
%57.25
%45.88

Codes

Color #8A613B in popluar color models

8A 61 3B
RGB 138 97 59
HSL 29° 40.10% 38.63%
HSB/HSV 29° 57.25% 54.12%
CMYK 0.00% 29.71% 57.25%
45.88%

Color #8A613B in popluar number systems.

HEX 8A 61 3B
Decimal 138 97 59
Binary 10001010 1100001 111011
Octal 212 141 73

Shades and tints

Shades of #8A613B

#8A613B
(138,97,59)
#7E5936
(126,89,54)
#725131
(114,81,49)
#66492C
(102,73,44)
#5A4127
(90,65,39)
#4E3922
(78,57,34)
#42311D
(66,49,29)
#362918
(54,41,24)
#2A2113
(42,33,19)
#1E190E
(30,25,14)
#121109
(18,17,9)
#000000
(0,0,0)

Tints of #8A613B

#8A613B
(138,97,59)
#946F4C
(148,111,76)
#9E7D5D
(158,125,93)
#A88B6E
(168,139,110)
#B2997F
(178,153,127)
#BCA790
(188,167,144)
#C6B5A1
(198,181,161)
#D0C3B2
(208,195,178)
#DAD1C3
(218,209,195)
#E4DFD4
(228,223,212)
#EEEDE5
(238,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A613B color. Also use rgb(138,97,59) instead hex code.

Text Font Color

.myTextColor { color: #8A613B; }

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

This text font color is #8A613B.

Background Color

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

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

This div background color is #8A613B.

Border color

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

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

This div border color is #8A613B.

Opacity

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

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

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

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

This text has shadow with #8A613B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A613B.

Preview

Color preview on black background

This text has color #8A613B on black background.


Color preview on white background

This text has color #8A613B on white background.


Black color preview on #8A613B background

This text has black color on #8A613B background.


White color preview on #8A613B background

This text has white color on #8A613B background.


Related colors

Complementary color

Complementary color for #hex is #759EC4.


I love getcolorcode.com

Triadic colors

1 #3B8A61 and #613B8A with #8A613B are triadic colors.

2 #3B618A and #618A3B with #8A613B are triadic colors.