COLOR #78985E

HEX: #78985E
RGB: (120,152,94)

Color info

#78985E contains red, green and blue colors in about the same proportion. Web safe color of #78985E is #669966 (or #696).

RGB color model

#78985E color RGB value is (120,152,94).

  • red value is 120;
  • green value is 152;
  • blue value is 94.
RGB:
(120,152,94)
(47%,60%,37%)

RGB channels and saturation

R 120 of 255 = 47%
G 152 of 255 = 60%
B 94 of 255 = 37%

120
152
94

R + G + B ~ 48%. #78985E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 152 + 94 = 366 (100%)
R 120 of 366 ~ 32.79%
G 152 of 366 ~ 41.53%
B 94 of 366 ~ 25.68%

%32.79
%41.53
%25.68

CMYK color model

#78985E color CMYK value is (21,0,38,40).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 38.16%
  • key color value is 40.39%
CMYK:
(21,0,38,40)
C21M0Y38K40 
(21%,0%,38%,40%)
(0.21/0.00/0.38/0.40)	

CMYK percentages

%21.05
%0
%38.16
%40.39

Codes

Color #78985E in popluar color models

78985E
RGB12015294
HSL93°23.58%48.24%
HSB/HSV93°38.16%59.61%
CMYK21.05%0.00%38.16%
40.39%

Color #78985E in popluar number systems.

HEX78985E
Decimal12015294
Binary1111000100110001011110
Octal170230136

Shades and tints

Shades of #78985E

#78985E
(120,152,94)
#6E8B56
(110,139,86)
#647E4E
(100,126,78)
#5A7146
(90,113,70)
#50643E
(80,100,62)
#465736
(70,87,54)
#3C4A2E
(60,74,46)
#323D26
(50,61,38)
#28301E
(40,48,30)
#1E2316
(30,35,22)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #78985E

#78985E
(120,152,94)
#84A16C
(132,161,108)
#90AA7A
(144,170,122)
#9CB388
(156,179,136)
#A8BC96
(168,188,150)
#B4C5A4
(180,197,164)
#C0CEB2
(192,206,178)
#CCD7C0
(204,215,192)
#D8E0CE
(216,224,206)
#E4E9DC
(228,233,220)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78985E color. Also use rgb(120,152,94) instead hex code.

Text Font Color

.myTextColor { color: #78985E; }

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

This text font color is #78985E.


Background Color

.myBgColor { background-color: #78985E; }

<div style="background-color:#78985E">Inner text</div>

This div background color is #78985E.


Border color

.myBorderColor { border: 1px solid #78985E; }

<div style="border:3px solid #78985E">Div</div>

This div border color is #78985E.


Opacity

.myOpacity80 { color: #78985E; opacity: 0.8; }

<p style="color:#78985E;opacity:0.8;">80%</p>

Text with #78985E 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 #78985E;}

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

This text has shadow with #78985E color.

.textShadow {text-shadow: 3px 3px 1px #78985E, 3px 3px 1px red;}

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

This text has shadow with #78985E primary color and red secondary color.


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

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

This text has shadow with #78985E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78985E on black background.


Color preview on white background

This text has color #78985E on white background.



Black color preview on #78985E background

This text has black color on #78985E background.


White color preview on #78985E background

This text has white color on #78985E background.