COLOR #789493

HEX: #789493
RGB: (120,148,147)

Color info

#789493 contains red, green and blue colors in about the same proportion. Web safe color of #789493 is #669999 (or #699).

RGB color model

#789493 color RGB value is (120,148,147).

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

RGB channels and saturation

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

120
148
147

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

Portions of RGB colors in percentages

R + G + B =
120 + 148 + 147 = 415 (100%)
R 120 of 415 ~ 28.92%
G 148 of 415 ~ 35.66%
B 147 of 415 ~ 35.42%

%28.92
%35.66
%35.42

CMYK color model

#789493 color CMYK value is (19,0,1,42).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 0.68%
  • key color value is 41.96%
CMYK:
(19,0,1,42)
C19M0Y1K42 
(19%,0%,1%,42%)
(0.19/0.00/0.01/0.42)	

CMYK percentages

%18.92
%0
%0.68
%41.96

Codes

Color #789493 in popluar color models

789493
RGB120148147
HSL178°11.57%52.55%
HSB/HSV178°18.92%58.04%
CMYK18.92%0.00%0.68%
41.96%

Color #789493 in popluar number systems.

HEX789493
Decimal120148147
Binary11110001001010010010011
Octal170224223

Shades and tints

Shades of #789493

#789493
(120,148,147)
#6E8786
(110,135,134)
#647A79
(100,122,121)
#5A6D6C
(90,109,108)
#50605F
(80,96,95)
#465352
(70,83,82)
#3C4645
(60,70,69)
#323938
(50,57,56)
#282C2B
(40,44,43)
#1E1F1E
(30,31,30)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #789493

#789493
(120,148,147)
#849D9C
(132,157,156)
#90A6A5
(144,166,165)
#9CAFAE
(156,175,174)
#A8B8B7
(168,184,183)
#B4C1C0
(180,193,192)
#C0CAC9
(192,202,201)
#CCD3D2
(204,211,210)
#D8DCDB
(216,220,219)
#E4E5E4
(228,229,228)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789493; }

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

This text font color is #789493.


Background Color

.myBgColor { background-color: #789493; }

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

This div background color is #789493.


Border color

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

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

This div border color is #789493.


Opacity

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

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

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

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

This text has shadow with #789493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789493 on black background.


Color preview on white background

This text has color #789493 on white background.



Black color preview on #789493 background

This text has black color on #789493 background.


White color preview on #789493 background

This text has white color on #789493 background.