COLOR #789593

HEX: #789593
RGB: (120,149,147)

Color info

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

RGB color model

#789593 color RGB value is (120,149,147).

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

RGB channels and saturation

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

120
149
147

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

Portions of RGB colors in percentages

R + G + B =
120 + 149 + 147 = 416 (100%)
R 120 of 416 ~ 28.85%
G 149 of 416 ~ 35.82%
B 147 of 416 ~ 35.34%

%28.85
%35.82
%35.34

CMYK color model

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

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

CMYK percentages

%19.46
%0
%1.34
%41.57

Codes

Color #789593 in popluar color models

789593
RGB120149147
HSL176°12.03%52.75%
HSB/HSV176°19.46%58.43%
CMYK19.46%0.00%1.34%
41.57%

Color #789593 in popluar number systems.

HEX789593
Decimal120149147
Binary11110001001010110010011
Octal170225223

Shades and tints

Shades of #789593

#789593
(120,149,147)
#6E8886
(110,136,134)
#647B79
(100,123,121)
#5A6E6C
(90,110,108)
#50615F
(80,97,95)
#465452
(70,84,82)
#3C4745
(60,71,69)
#323A38
(50,58,56)
#282D2B
(40,45,43)
#1E201E
(30,32,30)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #789593

#789593
(120,149,147)
#849E9C
(132,158,156)
#90A7A5
(144,167,165)
#9CB0AE
(156,176,174)
#A8B9B7
(168,185,183)
#B4C2C0
(180,194,192)
#C0CBC9
(192,203,201)
#CCD4D2
(204,212,210)
#D8DDDB
(216,221,219)
#E4E6E4
(228,230,228)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789593; }

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

This text font color is #789593.


Background Color

.myBgColor { background-color: #789593; }

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

This div background color is #789593.


Border color

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

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

This div border color is #789593.


Opacity

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

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

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

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

This text has shadow with #789593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789593 on black background.


Color preview on white background

This text has color #789593 on white background.



Black color preview on #789593 background

This text has black color on #789593 background.


White color preview on #789593 background

This text has white color on #789593 background.