COLOR #8C773A

HEX: #8C773A
RGB: (140,119,58)

Color info

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

RGB color model

#8C773A color RGB value is (140,119,58).

  • red value is 140;
  • green value is 119;
  • blue value is 58.
RGB:
(140,119,58)
(55%,47%,23%)

RGB channels and saturation

R 140 of 255 = 55%
G 119 of 255 = 47%
B 58 of 255 = 23%

140
119
58

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

Portions of RGB colors in percentages

R + G + B =
140 + 119 + 58 = 317 (100%)
R 140 of 317 ~ 44.16%
G 119 of 317 ~ 37.54%
B 58 of 317 ~ 18.3%

%44.16
%37.54
%18.3

CMYK color model

#8C773A color CMYK value is (0,15,59,45).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 58.57%
  • key color value is 45.10%
CMYK:
(0,15,59,45)
C0M15Y59K45 
(0%,15%,59%,45%)
(0.00/0.15/0.59/0.45)	

CMYK percentages

%0
%15
%58.57
%45.1

Codes

Color #8C773A in popluar color models

8C773A
RGB14011958
HSL45°41.41%38.82%
HSB/HSV45°58.57%54.90%
CMYK0.00%15.00%58.57%
45.10%

Color #8C773A in popluar number systems.

HEX8C773A
Decimal14011958
Binary100011001110111111010
Octal21416772

Shades and tints

Shades of #8C773A

#8C773A
(140,119,58)
#806D35
(128,109,53)
#746330
(116,99,48)
#68592B
(104,89,43)
#5C4F26
(92,79,38)
#504521
(80,69,33)
#443B1C
(68,59,28)
#383117
(56,49,23)
#2C2712
(44,39,18)
#201D0D
(32,29,13)
#141308
(20,19,8)
#000000
(0,0,0)

Tints of #8C773A

#8C773A
(140,119,58)
#96834B
(150,131,75)
#A08F5C
(160,143,92)
#AA9B6D
(170,155,109)
#B4A77E
(180,167,126)
#BEB38F
(190,179,143)
#C8BFA0
(200,191,160)
#D2CBB1
(210,203,177)
#DCD7C2
(220,215,194)
#E6E3D3
(230,227,211)
#F0EFE4
(240,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C773A color. Also use rgb(140,119,58) instead hex code.

Text Font Color

.myTextColor { color: #8C773A; }

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

This text font color is #8C773A.


Background Color

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

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

This div background color is #8C773A.


Border color

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

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

This div border color is #8C773A.


Opacity

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

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

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

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

This text has shadow with #8C773A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C773A on black background.


Color preview on white background

This text has color #8C773A on white background.



Black color preview on #8C773A background

This text has black color on #8C773A background.


White color preview on #8C773A background

This text has white color on #8C773A background.