COLOR #789485

HEX: #789485
RGB: (120,148,133)

Color info

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

RGB color model

#789485 color RGB value is (120,148,133).

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

RGB channels and saturation

R 120 of 255 = 47%
G 148 of 255 = 58%
B 133 of 255 = 52%

120
148
133

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

Portions of RGB colors in percentages

R + G + B =
120 + 148 + 133 = 401 (100%)
R 120 of 401 ~ 29.93%
G 148 of 401 ~ 36.91%
B 133 of 401 ~ 33.17%

%29.93
%36.91
%33.17

CMYK color model

#789485 color CMYK value is (19,0,10,42).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 10.14%
  • key color value is 41.96%
CMYK:
(19,0,10,42)
C19M0Y10K42 
(19%,0%,10%,42%)
(0.19/0.00/0.10/0.42)	

CMYK percentages

%18.92
%0
%10.14
%41.96

Codes

Color #789485 in popluar color models

789485
RGB120148133
HSL148°11.57%52.55%
HSB/HSV148°18.92%58.04%
CMYK18.92%0.00%10.14%
41.96%

Color #789485 in popluar number systems.

HEX789485
Decimal120148133
Binary11110001001010010000101
Octal170224205

Shades and tints

Shades of #789485

#789485
(120,148,133)
#6E8779
(110,135,121)
#647A6D
(100,122,109)
#5A6D61
(90,109,97)
#506055
(80,96,85)
#465349
(70,83,73)
#3C463D
(60,70,61)
#323931
(50,57,49)
#282C25
(40,44,37)
#1E1F19
(30,31,25)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #789485

#789485
(120,148,133)
#849D90
(132,157,144)
#90A69B
(144,166,155)
#9CAFA6
(156,175,166)
#A8B8B1
(168,184,177)
#B4C1BC
(180,193,188)
#C0CAC7
(192,202,199)
#CCD3D2
(204,211,210)
#D8DCDD
(216,220,221)
#E4E5E8
(228,229,232)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789485; }

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

This text font color is #789485.


Background Color

.myBgColor { background-color: #789485; }

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

This div background color is #789485.


Border color

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

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

This div border color is #789485.


Opacity

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

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

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

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

This text has shadow with #789485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789485 on black background.


Color preview on white background

This text has color #789485 on white background.



Black color preview on #789485 background

This text has black color on #789485 background.


White color preview on #789485 background

This text has white color on #789485 background.