COLOR #8A7824

HEX: #8A7824
RGB: (138,120,36)

Color info

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

RGB color model

#8A7824 color RGB value is (138,120,36).

  • red value is 138;
  • green value is 120;
  • blue value is 36.
RGB:
(138,120,36)
(54%,47%,14%)

RGB channels and saturation

R 138 of 255 = 54%
G 120 of 255 = 47%
B 36 of 255 = 14%

138
120
36

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

Portions of RGB colors in percentages

R + G + B =
138 + 120 + 36 = 294 (100%)
R 138 of 294 ~ 46.94%
G 120 of 294 ~ 40.82%
B 36 of 294 ~ 12.24%

%46.94
%40.82
%12.24

CMYK color model

#8A7824 color CMYK value is (0,13,74,46).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 73.91%
  • key color value is 45.88%
CMYK:
(0,13,74,46)
C0M13Y74K46 
(0%,13%,74%,46%)
(0.00/0.13/0.74/0.46)	

CMYK percentages

%0
%13.04
%73.91
%45.88

Codes

Color #8A7824 in popluar color models

8A7824
RGB13812036
HSL49°58.62%34.12%
HSB/HSV49°73.91%54.12%
CMYK0.00%13.04%73.91%
45.88%

Color #8A7824 in popluar number systems.

HEX8A7824
Decimal13812036
Binary100010101111000100100
Octal21217044

Shades and tints

Shades of #8A7824

#8A7824
(138,120,36)
#7E6E21
(126,110,33)
#72641E
(114,100,30)
#665A1B
(102,90,27)
#5A5018
(90,80,24)
#4E4615
(78,70,21)
#423C12
(66,60,18)
#36320F
(54,50,15)
#2A280C
(42,40,12)
#1E1E09
(30,30,9)
#121406
(18,20,6)
#000000
(0,0,0)

Tints of #8A7824

#8A7824
(138,120,36)
#948437
(148,132,55)
#9E904A
(158,144,74)
#A89C5D
(168,156,93)
#B2A870
(178,168,112)
#BCB483
(188,180,131)
#C6C096
(198,192,150)
#D0CCA9
(208,204,169)
#DAD8BC
(218,216,188)
#E4E4CF
(228,228,207)
#EEF0E2
(238,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7824 color. Also use rgb(138,120,36) instead hex code.

Text Font Color

.myTextColor { color: #8A7824; }

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

This text font color is #8A7824.


Background Color

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

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

This div background color is #8A7824.


Border color

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

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

This div border color is #8A7824.


Opacity

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

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

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

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

This text has shadow with #8A7824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7824 on black background.


Color preview on white background

This text has color #8A7824 on white background.



Black color preview on #8A7824 background

This text has black color on #8A7824 background.


White color preview on #8A7824 background

This text has white color on #8A7824 background.