COLOR #8A762F

HEX: #8A762F RGB: (138,118,47)

Color info

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

RGB color model

#8A762F color RGB value is (138,118,47).

RGB: (138,118,47) (54%, 46%, 18%)

RGB channels and saturation

R 138 of 255 = 54%
G 118 of 255 = 46%
B 47 of 255 = 18%

138
118
47

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

Portions of RGB colors in percentages

R + G + B = 138 + 118 + 47 = 303 (100%)
R 138 of 303 ~ 45.54%
G 118 of 303 ~ 38.94%
B 47 of 303 ~ 15.51'%

%45.54
%38.94
%15.51

CMYK color model

#8A762F color CMYK value is (0,14,66,46).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 65.94%
  • key color value is 45.88%
CMYK: (0,14,66,46) C0M14Y66K46 (0%,14%,66%,46%) (0.00/0.14/0.66/0.46) 

CMYK percentages

%0
%14.49
%65.94
%45.88

Codes

Color #8A762F in popluar color models

8A 76 2F
RGB 138 118 47
HSL 47° 49.19% 36.27%
HSB/HSV 47° 65.94% 54.12%
CMYK 0.00% 14.49% 65.94%
45.88%

Color #8A762F in popluar number systems.

HEX 8A 76 2F
Decimal 138 118 47
Binary 10001010 1110110 101111
Octal 212 166 57

Shades and tints

Shades of #8A762F

#8A762F
(138,118,47)
#7E6C2B
(126,108,43)
#726227
(114,98,39)
#665823
(102,88,35)
#5A4E1F
(90,78,31)
#4E441B
(78,68,27)
#423A17
(66,58,23)
#363013
(54,48,19)
#2A260F
(42,38,15)
#1E1C0B
(30,28,11)
#121207
(18,18,7)
#000000
(0,0,0)

Tints of #8A762F

#8A762F
(138,118,47)
#948241
(148,130,65)
#9E8E53
(158,142,83)
#A89A65
(168,154,101)
#B2A677
(178,166,119)
#BCB289
(188,178,137)
#C6BE9B
(198,190,155)
#D0CAAD
(208,202,173)
#DAD6BF
(218,214,191)
#E4E2D1
(228,226,209)
#EEEEE3
(238,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A762F color. Also use rgb(138,118,47) instead hex code.

Text Font Color

.myTextColor { color: #8A762F; }

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

This text font color is #8A762F.

Background Color

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

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

This div background color is #8A762F.

Border color

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

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

This div border color is #8A762F.

Opacity

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

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

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

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

This text has shadow with #8A762F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A762F.

Preview

Color preview on black background

This text has color #8A762F on black background.


Color preview on white background

This text has color #8A762F on white background.


Black color preview on #8A762F background

This text has black color on #8A762F background.


White color preview on #8A762F background

This text has white color on #8A762F background.


Related colors

Complementary color

Complementary color for #hex is #7589D0.


I love getcolorcode.com

Triadic colors

1 #2F8A76 and #762F8A with #8A762F are triadic colors.

2 #2F768A and #768A2F with #8A762F are triadic colors.