COLOR #789483

HEX: #789483
RGB: (120,148,131)

Color info

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

RGB color model

#789483 color RGB value is (120,148,131).

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

RGB channels and saturation

R 120 of 255 = 47%
G 148 of 255 = 58%
B 131 of 255 = 51%

120
148
131

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

Portions of RGB colors in percentages

R + G + B =
120 + 148 + 131 = 399 (100%)
R 120 of 399 ~ 30.08%
G 148 of 399 ~ 37.09%
B 131 of 399 ~ 32.83%

%30.08
%37.09
%32.83

CMYK color model

#789483 color CMYK value is (19,0,11,42).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 11.49%
  • key color value is 41.96%
CMYK:
(19,0,11,42)
C19M0Y11K42 
(19%,0%,11%,42%)
(0.19/0.00/0.11/0.42)	

CMYK percentages

%18.92
%0
%11.49
%41.96

Codes

Color #789483 in popluar color models

789483
RGB120148131
HSL144°11.57%52.55%
HSB/HSV144°18.92%58.04%
CMYK18.92%0.00%11.49%
41.96%

Color #789483 in popluar number systems.

HEX789483
Decimal120148131
Binary11110001001010010000011
Octal170224203

Shades and tints

Shades of #789483

#789483
(120,148,131)
#6E8778
(110,135,120)
#647A6D
(100,122,109)
#5A6D62
(90,109,98)
#506057
(80,96,87)
#46534C
(70,83,76)
#3C4641
(60,70,65)
#323936
(50,57,54)
#282C2B
(40,44,43)
#1E1F20
(30,31,32)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #789483

#789483
(120,148,131)
#849D8E
(132,157,142)
#90A699
(144,166,153)
#9CAFA4
(156,175,164)
#A8B8AF
(168,184,175)
#B4C1BA
(180,193,186)
#C0CAC5
(192,202,197)
#CCD3D0
(204,211,208)
#D8DCDB
(216,220,219)
#E4E5E6
(228,229,230)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789483; }

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

This text font color is #789483.


Background Color

.myBgColor { background-color: #789483; }

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

This div background color is #789483.


Border color

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

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

This div border color is #789483.


Opacity

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

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

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

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

This text has shadow with #789483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789483 on black background.


Color preview on white background

This text has color #789483 on white background.



Black color preview on #789483 background

This text has black color on #789483 background.


White color preview on #789483 background

This text has white color on #789483 background.