COLOR #8C7A5A

HEX: #8C7A5A
RGB: (140,122,90)

Color info

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

RGB color model

#8C7A5A color RGB value is (140,122,90).

  • red value is 140;
  • green value is 122;
  • blue value is 90.
RGB: (140,122,90) (55%,48%,35%)

RGB channels and saturation

R 140 of 255 = 55%
G 122 of 255 = 48%
B 90 of 255 = 35%

140
122
90

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

Portions of RGB colors in percentages

R + G + B =
140 + 122 + 90 = 352 (100%)
R 140 of 352 ~ 39.77%
G 122 of 352 ~ 34.66%
B 90 of 352 ~ 25.57%

%39.77
%34.66
%25.57

CMYK color model

#8C7A5A color CMYK value is (0,13,36,45).

  • cyan value is 0.00%
  • magenta value is 12.86%
  • yellow value is 35.71%
  • key color value is 45.10%
CMYK: (0,13,36,45) C0M13Y36K45 (0%,13%,36%,45%) (0.00/0.13/0.36/0.45)

CMYK percentages

%0
%12.86
%35.71
%45.1

Codes

Color #8C7A5A in popluar color models

8C7A5A
RGB14012290
HSL38°21.74%45.10%
HSB/HSV38°35.71%54.90%
CMYK0.00%12.86%35.71%
45.10%

Color #8C7A5A in popluar number systems.

HEX8C7A5A
Decimal14012290
Binary1000110011110101011010
Octal214172132

Shades and tints

Shades of #8C7A5A

#8C7A5A
(140,122,90)
#806F52
(128,111,82)
#74644A
(116,100,74)
#685942
(104,89,66)
#5C4E3A
(92,78,58)
#504332
(80,67,50)
#44382A
(68,56,42)
#382D22
(56,45,34)
#2C221A
(44,34,26)
#201712
(32,23,18)
#140C0A
(20,12,10)
#000000
(0,0,0)

Tints of #8C7A5A

#8C7A5A
(140,122,90)
#968669
(150,134,105)
#A09278
(160,146,120)
#AA9E87
(170,158,135)
#B4AA96
(180,170,150)
#BEB6A5
(190,182,165)
#C8C2B4
(200,194,180)
#D2CEC3
(210,206,195)
#DCDAD2
(220,218,210)
#E6E6E1
(230,230,225)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7A5A color. Also use rgb(140,122,90) instead hex code.

Text Font Color

.myTextColor { color: #8C7A5A; }

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

This text font color is #8C7A5A.


Background Color

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

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

This div background color is #8C7A5A.


Border color

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

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

This div border color is #8C7A5A.


Opacity

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

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

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

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

This text has shadow with #8C7A5A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8C7A5A on black background.


Color preview on white background

This text has color #8C7A5A on white background.



Black color preview on #8C7A5A background

This text has black color on #8C7A5A background.


White color preview on #8C7A5A background

This text has white color on #8C7A5A background.