COLOR #789479

HEX: #789479
RGB: (120,148,121)

Color info

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

RGB color model

#789479 color RGB value is (120,148,121).

  • red value is 120;
  • green value is 148;
  • blue value is 121.
RGB:
(120,148,121)
(47%,58%,47%)

RGB channels and saturation

R 120 of 255 = 47%
G 148 of 255 = 58%
B 121 of 255 = 47%

120
148
121

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

Portions of RGB colors in percentages

R + G + B =
120 + 148 + 121 = 389 (100%)
R 120 of 389 ~ 30.85%
G 148 of 389 ~ 38.05%
B 121 of 389 ~ 31.11%

%30.85
%38.05
%31.11

CMYK color model

#789479 color CMYK value is (19,0,18,42).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 18.24%
  • key color value is 41.96%
CMYK:
(19,0,18,42)
C19M0Y18K42 
(19%,0%,18%,42%)
(0.19/0.00/0.18/0.42)	

CMYK percentages

%18.92
%0
%18.24
%41.96

Codes

Color #789479 in popluar color models

789479
RGB120148121
HSL122°11.57%52.55%
HSB/HSV122°18.92%58.04%
CMYK18.92%0.00%18.24%
41.96%

Color #789479 in popluar number systems.

HEX789479
Decimal120148121
Binary1111000100101001111001
Octal170224171

Shades and tints

Shades of #789479

#789479
(120,148,121)
#6E876E
(110,135,110)
#647A63
(100,122,99)
#5A6D58
(90,109,88)
#50604D
(80,96,77)
#465342
(70,83,66)
#3C4637
(60,70,55)
#32392C
(50,57,44)
#282C21
(40,44,33)
#1E1F16
(30,31,22)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #789479

#789479
(120,148,121)
#849D85
(132,157,133)
#90A691
(144,166,145)
#9CAF9D
(156,175,157)
#A8B8A9
(168,184,169)
#B4C1B5
(180,193,181)
#C0CAC1
(192,202,193)
#CCD3CD
(204,211,205)
#D8DCD9
(216,220,217)
#E4E5E5
(228,229,229)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789479 color. Also use rgb(120,148,121) instead hex code.

Text Font Color

.myTextColor { color: #789479; }

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

This text font color is #789479.


Background Color

.myBgColor { background-color: #789479; }

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

This div background color is #789479.


Border color

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

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

This div border color is #789479.


Opacity

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

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

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

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

This text has shadow with #789479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789479 on black background.


Color preview on white background

This text has color #789479 on white background.



Black color preview on #789479 background

This text has black color on #789479 background.


White color preview on #789479 background

This text has white color on #789479 background.