COLOR #789362

HEX: #789362
RGB: (120,147,98)

Color info

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

RGB color model

#789362 color RGB value is (120,147,98).

  • red value is 120;
  • green value is 147;
  • blue value is 98.
RGB:
(120,147,98)
(47%,58%,38%)

RGB channels and saturation

R 120 of 255 = 47%
G 147 of 255 = 58%
B 98 of 255 = 38%

120
147
98

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

Portions of RGB colors in percentages

R + G + B =
120 + 147 + 98 = 365 (100%)
R 120 of 365 ~ 32.88%
G 147 of 365 ~ 40.27%
B 98 of 365 ~ 26.85%

%32.88
%40.27
%26.85

CMYK color model

#789362 color CMYK value is (18,0,33,42).

  • cyan value is 18.37%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 42.35%
CMYK:
(18,0,33,42)
C18M0Y33K42 
(18%,0%,33%,42%)
(0.18/0.00/0.33/0.42)	

CMYK percentages

%18.37
%0
%33.33
%42.35

Codes

Color #789362 in popluar color models

789362
RGB12014798
HSL93°20.00%48.04%
HSB/HSV93°33.33%57.65%
CMYK18.37%0.00%33.33%
42.35%

Color #789362 in popluar number systems.

HEX789362
Decimal12014798
Binary1111000100100111100010
Octal170223142

Shades and tints

Shades of #789362

#789362
(120,147,98)
#6E865A
(110,134,90)
#647952
(100,121,82)
#5A6C4A
(90,108,74)
#505F42
(80,95,66)
#46523A
(70,82,58)
#3C4532
(60,69,50)
#32382A
(50,56,42)
#282B22
(40,43,34)
#1E1E1A
(30,30,26)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #789362

#789362
(120,147,98)
#849C70
(132,156,112)
#90A57E
(144,165,126)
#9CAE8C
(156,174,140)
#A8B79A
(168,183,154)
#B4C0A8
(180,192,168)
#C0C9B6
(192,201,182)
#CCD2C4
(204,210,196)
#D8DBD2
(216,219,210)
#E4E4E0
(228,228,224)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789362 color. Also use rgb(120,147,98) instead hex code.

Text Font Color

.myTextColor { color: #789362; }

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

This text font color is #789362.


Background Color

.myBgColor { background-color: #789362; }

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

This div background color is #789362.


Border color

.myBorderColor { border: 1px solid #789362; }

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

This div border color is #789362.


Opacity

.myOpacity80 { color: #789362; opacity: 0.8; }

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

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

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

This text has shadow with #789362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789362 on black background.


Color preview on white background

This text has color #789362 on white background.



Black color preview on #789362 background

This text has black color on #789362 background.


White color preview on #789362 background

This text has white color on #789362 background.