COLOR #8A7F3A

HEX: #8A7F3A RGB: (138,127,58)

Color info

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

RGB color model

#8A7F3A color RGB value is (138,127,58).

RGB: (138,127,58) (54%, 50%, 23%)

RGB channels and saturation

R 138 of 255 = 54%
G 127 of 255 = 50%
B 58 of 255 = 23%

138
127
58

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

Portions of RGB colors in percentages

R + G + B = 138 + 127 + 58 = 323 (100%)
R 138 of 323 ~ 42.72%
G 127 of 323 ~ 39.32%
B 58 of 323 ~ 17.96'%

%42.72
%39.32
%17.96

CMYK color model

#8A7F3A color CMYK value is (0,8,58,46).

  • cyan value is 0.00%
  • magenta value is 7.97%
  • yellow value is 57.97%
  • key color value is 45.88%

CMYK: (0,8,58,46)
C0M8Y58K46 (0%, 8%, 58%, 46%)
(0.00 / 0.08 / 0.58 / 0.46)

CMYK percentages

%0
%7.97
%57.97
%45.88

Codes

Color #8A7F3A in popluar color models

8A 7F 3A
RGB 138 127 58
HSL 52° 40.82% 38.43%
HSB/HSV 52° 57.97% 54.12%
CMYK 0.00% 7.97% 57.97%
45.88%

Color #8A7F3A in popluar number systems.

HEX 8A 7F 3A
Decimal 138 127 58
Binary 10001010 1111111 111010
Octal 212 177 72

Shades and tints

Shades of #8A7F3A

#8A7F3A
(138,127,58)
#7E7435
(126,116,53)
#726930
(114,105,48)
#665E2B
(102,94,43)
#5A5326
(90,83,38)
#4E4821
(78,72,33)
#423D1C
(66,61,28)
#363217
(54,50,23)
#2A2712
(42,39,18)
#1E1C0D
(30,28,13)
#121108
(18,17,8)
#000000
(0,0,0)

Tints of #8A7F3A

#8A7F3A
(138,127,58)
#948A4B
(148,138,75)
#9E955C
(158,149,92)
#A8A06D
(168,160,109)
#B2AB7E
(178,171,126)
#BCB68F
(188,182,143)
#C6C1A0
(198,193,160)
#D0CCB1
(208,204,177)
#DAD7C2
(218,215,194)
#E4E2D3
(228,226,211)
#EEEDE4
(238,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7F3A color. Also use rgb(138,127,58) instead hex code.

Text Font Color

.myTextColor { color: #8A7F3A; }

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

This text font color is #8A7F3A.

Background Color

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

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

This div background color is #8A7F3A.

Border color

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

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

This div border color is #8A7F3A.

Opacity

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

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

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

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

This text has shadow with #8A7F3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A7F3A.

Preview

Color preview on black background

This text has color #8A7F3A on black background.


Color preview on white background

This text has color #8A7F3A on white background.


Black color preview on #8A7F3A background

This text has black color on #8A7F3A background.


White color preview on #8A7F3A background

This text has white color on #8A7F3A background.


Related colors

Complementary color

Complementary color for #hex is #7580C5.


I love getcolorcode.com

Triadic colors

1 #3A8A7F and #7F3A8A with #8A7F3A are triadic colors.

2 #3A7F8A and #7F8A3A with #8A7F3A are triadic colors.