COLOR #789D5C

HEX: #789D5C
RGB: (120,157,92)

Color info

#789D5C contains mainly red and green colors. Web safe color of #789D5C is #669966 (or #696).

RGB color model

#789D5C color RGB value is (120,157,92).

  • red value is 120;
  • green value is 157;
  • blue value is 92.
RGB:
(120,157,92)
(47%,62%,36%)

RGB channels and saturation

R 120 of 255 = 47%
G 157 of 255 = 62%
B 92 of 255 = 36%

120
157
92

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

Portions of RGB colors in percentages

R + G + B =
120 + 157 + 92 = 369 (100%)
R 120 of 369 ~ 32.52%
G 157 of 369 ~ 42.55%
B 92 of 369 ~ 24.93%

%32.52
%42.55
%24.93

CMYK color model

#789D5C color CMYK value is (24,0,41,38).

  • cyan value is 23.57%
  • magenta value is 0.00%
  • yellow value is 41.40%
  • key color value is 38.43%
CMYK:
(24,0,41,38)
C24M0Y41K38 
(24%,0%,41%,38%)
(0.24/0.00/0.41/0.38)	

CMYK percentages

%23.57
%0
%41.4
%38.43

Codes

Color #789D5C in popluar color models

789D5C
RGB12015792
HSL94°26.10%48.82%
HSB/HSV94°41.40%61.57%
CMYK23.57%0.00%41.40%
38.43%

Color #789D5C in popluar number systems.

HEX789D5C
Decimal12015792
Binary1111000100111011011100
Octal170235134

Shades and tints

Shades of #789D5C

#789D5C
(120,157,92)
#6E8F54
(110,143,84)
#64814C
(100,129,76)
#5A7344
(90,115,68)
#50653C
(80,101,60)
#465734
(70,87,52)
#3C492C
(60,73,44)
#323B24
(50,59,36)
#282D1C
(40,45,28)
#1E1F14
(30,31,20)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #789D5C

#789D5C
(120,157,92)
#84A56A
(132,165,106)
#90AD78
(144,173,120)
#9CB586
(156,181,134)
#A8BD94
(168,189,148)
#B4C5A2
(180,197,162)
#C0CDB0
(192,205,176)
#CCD5BE
(204,213,190)
#D8DDCC
(216,221,204)
#E4E5DA
(228,229,218)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789D5C color. Also use rgb(120,157,92) instead hex code.

Text Font Color

.myTextColor { color: #789D5C; }

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

This text font color is #789D5C.


Background Color

.myBgColor { background-color: #789D5C; }

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

This div background color is #789D5C.


Border color

.myBorderColor { border: 1px solid #789D5C; }

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

This div border color is #789D5C.


Opacity

.myOpacity80 { color: #789D5C; opacity: 0.8; }

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

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

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

This text has shadow with #789D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789D5C on black background.


Color preview on white background

This text has color #789D5C on white background.



Black color preview on #789D5C background

This text has black color on #789D5C background.


White color preview on #789D5C background

This text has white color on #789D5C background.