COLOR #8A671F

HEX: #8A671F
RGB: (138,103,31)

Color info

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

RGB color model

#8A671F color RGB value is (138,103,31).

  • red value is 138;
  • green value is 103;
  • blue value is 31.
RGB:
(138,103,31)
(54%,40%,12%)

RGB channels and saturation

R 138 of 255 = 54%
G 103 of 255 = 40%
B 31 of 255 = 12%

138
103
31

R + G + B ~ 35%. #8A671F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 103 + 31 = 272 (100%)
R 138 of 272 ~ 50.74%
G 103 of 272 ~ 37.87%
B 31 of 272 ~ 11.4%

%50.74
%37.87
%11.4

CMYK color model

#8A671F color CMYK value is (0,25,78,46).

  • cyan value is 0.00%
  • magenta value is 25.36%
  • yellow value is 77.54%
  • key color value is 45.88%
CMYK:
(0,25,78,46)
C0M25Y78K46 
(0%,25%,78%,46%)
(0.00/0.25/0.78/0.46)	

CMYK percentages

%0
%25.36
%77.54
%45.88

Codes

Color #8A671F in popluar color models

8A671F
RGB13810331
HSL40°63.31%33.14%
HSB/HSV40°77.54%54.12%
CMYK0.00%25.36%77.54%
45.88%

Color #8A671F in popluar number systems.

HEX8A671F
Decimal13810331
Binary10001010110011111111
Octal21214737

Shades and tints

Shades of #8A671F

#8A671F
(138,103,31)
#7E5E1D
(126,94,29)
#72551B
(114,85,27)
#664C19
(102,76,25)
#5A4317
(90,67,23)
#4E3A15
(78,58,21)
#423113
(66,49,19)
#362811
(54,40,17)
#2A1F0F
(42,31,15)
#1E160D
(30,22,13)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #8A671F

#8A671F
(138,103,31)
#947433
(148,116,51)
#9E8147
(158,129,71)
#A88E5B
(168,142,91)
#B29B6F
(178,155,111)
#BCA883
(188,168,131)
#C6B597
(198,181,151)
#D0C2AB
(208,194,171)
#DACFBF
(218,207,191)
#E4DCD3
(228,220,211)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A671F color. Also use rgb(138,103,31) instead hex code.

Text Font Color

.myTextColor { color: #8A671F; }

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

This text font color is #8A671F.


Background Color

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

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

This div background color is #8A671F.


Border color

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

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

This div border color is #8A671F.


Opacity

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

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

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

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

This text has shadow with #8A671F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A671F on black background.


Color preview on white background

This text has color #8A671F on white background.



Black color preview on #8A671F background

This text has black color on #8A671F background.


White color preview on #8A671F background

This text has white color on #8A671F background.