COLOR #8A751A

HEX: #8A751A
RGB: (138,117,26)

Color info

#8A751A contains mainly red and green colors. Web safe color of #8A751A is #996600 (or #960).

RGB color model

#8A751A color RGB value is (138,117,26).

  • red value is 138;
  • green value is 117;
  • blue value is 26.
RGB:
(138,117,26)
(54%,46%,10%)

RGB channels and saturation

R 138 of 255 = 54%
G 117 of 255 = 46%
B 26 of 255 = 10%

138
117
26

R + G + B ~ 37%. #8A751A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 117 + 26 = 281 (100%)
R 138 of 281 ~ 49.11%
G 117 of 281 ~ 41.64%
B 26 of 281 ~ 9.25%

%49.11
%41.64

CMYK color model

#8A751A color CMYK value is (0,15,81,46).

  • cyan value is 0.00%
  • magenta value is 15.22%
  • yellow value is 81.16%
  • key color value is 45.88%
CMYK:
(0,15,81,46)
C0M15Y81K46 
(0%,15%,81%,46%)
(0.00/0.15/0.81/0.46)	

CMYK percentages

%0
%15.22
%81.16
%45.88

Codes

Color #8A751A in popluar color models

8A751A
RGB13811726
HSL49°68.29%32.16%
HSB/HSV49°81.16%54.12%
CMYK0.00%15.22%81.16%
45.88%

Color #8A751A in popluar number systems.

HEX8A751A
Decimal13811726
Binary10001010111010111010
Octal21216532

Shades and tints

Shades of #8A751A

#8A751A
(138,117,26)
#7E6B18
(126,107,24)
#726116
(114,97,22)
#665714
(102,87,20)
#5A4D12
(90,77,18)
#4E4310
(78,67,16)
#42390E
(66,57,14)
#362F0C
(54,47,12)
#2A250A
(42,37,10)
#1E1B08
(30,27,8)
#121106
(18,17,6)
#000000
(0,0,0)

Tints of #8A751A

#8A751A
(138,117,26)
#94812E
(148,129,46)
#9E8D42
(158,141,66)
#A89956
(168,153,86)
#B2A56A
(178,165,106)
#BCB17E
(188,177,126)
#C6BD92
(198,189,146)
#D0C9A6
(208,201,166)
#DAD5BA
(218,213,186)
#E4E1CE
(228,225,206)
#EEEDE2
(238,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A751A color. Also use rgb(138,117,26) instead hex code.

Text Font Color

.myTextColor { color: #8A751A; }

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

This text font color is #8A751A.


Background Color

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

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

This div background color is #8A751A.


Border color

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

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

This div border color is #8A751A.


Opacity

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

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

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

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

This text has shadow with #8A751A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A751A on black background.


Color preview on white background

This text has color #8A751A on white background.



Black color preview on #8A751A background

This text has black color on #8A751A background.


White color preview on #8A751A background

This text has white color on #8A751A background.