COLOR #8A813D

HEX: #8A813D RGB: (138,129,61)

Color info

#8A813D contains mainly red and green colors. Web safe color of #8A813D is #999933 (or #993).

RGB color model

#8A813D color RGB value is (138,129,61).

RGB: (138,129,61) (54%, 51%, 24%)

RGB channels and saturation

R 138 of 255 = 54%
G 129 of 255 = 51%
B 61 of 255 = 24%

138
129
61

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

Portions of RGB colors in percentages

R + G + B = 138 + 129 + 61 = 328 (100%)
R 138 of 328 ~ 42.07%
G 129 of 328 ~ 39.33%
B 61 of 328 ~ 18.6'%

%42.07
%39.33
%18.6

CMYK color model

#8A813D color CMYK value is (0,7,56,46).

  • cyan value is 0.00%
  • magenta value is 6.52%
  • yellow value is 55.80%
  • key color value is 45.88%

CMYK: (0,7,56,46)
C0M7Y56K46 (0%, 7%, 56%, 46%)
(0.00 / 0.07 / 0.56 / 0.46)

CMYK percentages

%0
%6.52
%55.8
%45.88

Codes

Color #8A813D in popluar color models

8A 81 3D
RGB 138 129 61
HSL 53° 38.69% 39.02%
HSB/HSV 53° 55.80% 54.12%
CMYK 0.00% 6.52% 55.80%
45.88%

Color #8A813D in popluar number systems.

HEX 8A 81 3D
Decimal 138 129 61
Binary 10001010 10000001 111101
Octal 212 201 75

Shades and tints

Shades of #8A813D

#8A813D
(138,129,61)
#7E7638
(126,118,56)
#726B33
(114,107,51)
#66602E
(102,96,46)
#5A5529
(90,85,41)
#4E4A24
(78,74,36)
#423F1F
(66,63,31)
#36341A
(54,52,26)
#2A2915
(42,41,21)
#1E1E10
(30,30,16)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #8A813D

#8A813D
(138,129,61)
#948C4E
(148,140,78)
#9E975F
(158,151,95)
#A8A270
(168,162,112)
#B2AD81
(178,173,129)
#BCB892
(188,184,146)
#C6C3A3
(198,195,163)
#D0CEB4
(208,206,180)
#DAD9C5
(218,217,197)
#E4E4D6
(228,228,214)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A813D color. Also use rgb(138,129,61) instead hex code.

Text Font Color

.myTextColor { color: #8A813D; }

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

This text font color is #8A813D.

Background Color

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

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

This div background color is #8A813D.

Border color

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

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

This div border color is #8A813D.

Opacity

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

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

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

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

This text has shadow with #8A813D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A813D.

Preview

Color preview on black background

This text has color #8A813D on black background.


Color preview on white background

This text has color #8A813D on white background.


Black color preview on #8A813D background

This text has black color on #8A813D background.


White color preview on #8A813D background

This text has white color on #8A813D background.


Related colors

Complementary color

Complementary color for #hex is #757EC2.


I love getcolorcode.com

Triadic colors

1 #3D8A81 and #813D8A with #8A813D are triadic colors.

2 #3D818A and #818A3D with #8A813D are triadic colors.