COLOR #8A7853

HEX: #8A7853 RGB: (138,120,83)

Color info

#8A7853 contains red, green and blue colors in about the same proportion. Web safe color of #8A7853 is #996666 (or #966).

RGB color model

#8A7853 color RGB value is (138,120,83).

RGB: (138,120,83) (54%, 47%, 33%)

RGB channels and saturation

R 138 of 255 = 54%
G 120 of 255 = 47%
B 83 of 255 = 33%

138
120
83

R + G + B ~ 45%. #8A7853 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 138 + 120 + 83 = 341 (100%)
R 138 of 341 ~ 40.47%
G 120 of 341 ~ 35.19%
B 83 of 341 ~ 24.34'%

%40.47
%35.19
%24.34

CMYK color model

#8A7853 color CMYK value is (0,13,40,46).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 39.86%
  • key color value is 45.88%

CMYK: (0,13,40,46)
C0M13Y40K46 (0%, 13%, 40%, 46%)
(0.00 / 0.13 / 0.40 / 0.46)

CMYK percentages

%0
%13.04
%39.86
%45.88

Codes

Color #8A7853 in popluar color models

8A 78 53
RGB 138 120 83
HSL 40° 24.89% 43.33%
HSB/HSV 40° 39.86% 54.12%
CMYK 0.00% 13.04% 39.86%
45.88%

Color #8A7853 in popluar number systems.

HEX 8A 78 53
Decimal 138 120 83
Binary 10001010 1111000 1010011
Octal 212 170 123

Shades and tints

Shades of #8A7853

#8A7853
(138,120,83)
#7E6E4C
(126,110,76)
#726445
(114,100,69)
#665A3E
(102,90,62)
#5A5037
(90,80,55)
#4E4630
(78,70,48)
#423C29
(66,60,41)
#363222
(54,50,34)
#2A281B
(42,40,27)
#1E1E14
(30,30,20)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #8A7853

#8A7853
(138,120,83)
#948462
(148,132,98)
#9E9071
(158,144,113)
#A89C80
(168,156,128)
#B2A88F
(178,168,143)
#BCB49E
(188,180,158)
#C6C0AD
(198,192,173)
#D0CCBC
(208,204,188)
#DAD8CB
(218,216,203)
#E4E4DA
(228,228,218)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7853; }

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

This text font color is #8A7853.

Background Color

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

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

This div background color is #8A7853.

Border color

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

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

This div border color is #8A7853.

Opacity

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

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

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

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

This text has shadow with #8A7853 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A7853.

Preview

Color preview on black background

This text has color #8A7853 on black background.


Color preview on white background

This text has color #8A7853 on white background.


Black color preview on #8A7853 background

This text has black color on #8A7853 background.


White color preview on #8A7853 background

This text has white color on #8A7853 background.


Related colors

Complementary color

Complementary color for #hex is #7587AC.


I love getcolorcode.com

Triadic colors

1 #538A78 and #78538A with #8A7853 are triadic colors.

2 #53788A and #788A53 with #8A7853 are triadic colors.