COLOR #78842B

HEX: #78842B
RGB: (120,132,43)

Color info

#78842B contains mainly red and green colors. Web safe color of #78842B is #669933 (or #693).

RGB color model

#78842B color RGB value is (120,132,43).

  • red value is 120;
  • green value is 132;
  • blue value is 43.
RGB:
(120,132,43)
(47%,52%,17%)

RGB channels and saturation

R 120 of 255 = 47%
G 132 of 255 = 52%
B 43 of 255 = 17%

120
132
43

R + G + B ~ 39%. #78842B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 132 + 43 = 295 (100%)
R 120 of 295 ~ 40.68%
G 132 of 295 ~ 44.75%
B 43 of 295 ~ 14.58%

%40.68
%44.75
%14.58

CMYK color model

#78842B color CMYK value is (9,0,67,48).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 67.42%
  • key color value is 48.24%
CMYK:
(9,0,67,48)
C9M0Y67K48 
(9%,0%,67%,48%)
(0.09/0.00/0.67/0.48)	

CMYK percentages

%9.09
%0
%67.42
%48.24

Codes

Color #78842B in popluar color models

78842B
RGB12013243
HSL68°50.86%34.31%
HSB/HSV68°67.42%51.76%
CMYK9.09%0.00%67.42%
48.24%

Color #78842B in popluar number systems.

HEX78842B
Decimal12013243
Binary111100010000100101011
Octal17020453

Shades and tints

Shades of #78842B

#78842B
(120,132,43)
#6E7828
(110,120,40)
#646C25
(100,108,37)
#5A6022
(90,96,34)
#50541F
(80,84,31)
#46481C
(70,72,28)
#3C3C19
(60,60,25)
#323016
(50,48,22)
#282413
(40,36,19)
#1E1810
(30,24,16)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #78842B

#78842B
(120,132,43)
#848F3E
(132,143,62)
#909A51
(144,154,81)
#9CA564
(156,165,100)
#A8B077
(168,176,119)
#B4BB8A
(180,187,138)
#C0C69D
(192,198,157)
#CCD1B0
(204,209,176)
#D8DCC3
(216,220,195)
#E4E7D6
(228,231,214)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78842B color. Also use rgb(120,132,43) instead hex code.

Text Font Color

.myTextColor { color: #78842B; }

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

This text font color is #78842B.


Background Color

.myBgColor { background-color: #78842B; }

<div style="background-color:#78842B">Inner text</div>

This div background color is #78842B.


Border color

.myBorderColor { border: 1px solid #78842B; }

<div style="border:3px solid #78842B">Div</div>

This div border color is #78842B.


Opacity

.myOpacity80 { color: #78842B; opacity: 0.8; }

<p style="color:#78842B;opacity:0.8;">80%</p>

Text with #78842B 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 #78842B;}

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

This text has shadow with #78842B color.

.textShadow {text-shadow: 3px 3px 1px #78842B, 3px 3px 1px red;}

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

This text has shadow with #78842B primary color and red secondary color.


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

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

This text has shadow with #78842B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78842B on black background.


Color preview on white background

This text has color #78842B on white background.



Black color preview on #78842B background

This text has black color on #78842B background.


White color preview on #78842B background

This text has white color on #78842B background.