COLOR #8A6933

HEX: #8A6933
RGB: (138,105,51)

Color info

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

RGB color model

#8A6933 color RGB value is (138,105,51).

  • red value is 138;
  • green value is 105;
  • blue value is 51.
RGB:
(138,105,51)
(54%,41%,20%)

RGB channels and saturation

R 138 of 255 = 54%
G 105 of 255 = 41%
B 51 of 255 = 20%

138
105
51

R + G + B ~ 38%. #8A6933 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 105 + 51 = 294 (100%)
R 138 of 294 ~ 46.94%
G 105 of 294 ~ 35.71%
B 51 of 294 ~ 17.35%

%46.94
%35.71
%17.35

CMYK color model

#8A6933 color CMYK value is (0,24,63,46).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 63.04%
  • key color value is 45.88%
CMYK:
(0,24,63,46)
C0M24Y63K46 
(0%,24%,63%,46%)
(0.00/0.24/0.63/0.46)	

CMYK percentages

%0
%23.91
%63.04
%45.88

Codes

Color #8A6933 in popluar color models

8A6933
RGB13810551
HSL37°46.03%37.06%
HSB/HSV37°63.04%54.12%
CMYK0.00%23.91%63.04%
45.88%

Color #8A6933 in popluar number systems.

HEX8A6933
Decimal13810551
Binary100010101101001110011
Octal21215163

Shades and tints

Shades of #8A6933

#8A6933
(138,105,51)
#7E602F
(126,96,47)
#72572B
(114,87,43)
#664E27
(102,78,39)
#5A4523
(90,69,35)
#4E3C1F
(78,60,31)
#42331B
(66,51,27)
#362A17
(54,42,23)
#2A2113
(42,33,19)
#1E180F
(30,24,15)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #8A6933

#8A6933
(138,105,51)
#947645
(148,118,69)
#9E8357
(158,131,87)
#A89069
(168,144,105)
#B29D7B
(178,157,123)
#BCAA8D
(188,170,141)
#C6B79F
(198,183,159)
#D0C4B1
(208,196,177)
#DAD1C3
(218,209,195)
#E4DED5
(228,222,213)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6933 color. Also use rgb(138,105,51) instead hex code.

Text Font Color

.myTextColor { color: #8A6933; }

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

This text font color is #8A6933.


Background Color

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

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

This div background color is #8A6933.


Border color

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

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

This div border color is #8A6933.


Opacity

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

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

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

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

This text has shadow with #8A6933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6933 on black background.


Color preview on white background

This text has color #8A6933 on white background.



Black color preview on #8A6933 background

This text has black color on #8A6933 background.


White color preview on #8A6933 background

This text has white color on #8A6933 background.