COLOR #798390

HEX: #798390
RGB: (121,131,144)

Color info

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

RGB color model

#798390 color RGB value is (121,131,144).

  • red value is 121;
  • green value is 131;
  • blue value is 144.
RGB:
(121,131,144)
(47%,51%,56%)

RGB channels and saturation

R 121 of 255 = 47%
G 131 of 255 = 51%
B 144 of 255 = 56%

121
131
144

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

Portions of RGB colors in percentages

R + G + B =
121 + 131 + 144 = 396 (100%)
R 121 of 396 ~ 30.56%
G 131 of 396 ~ 33.08%
B 144 of 396 ~ 36.36%

%30.56
%33.08
%36.36

CMYK color model

#798390 color CMYK value is (16,9,0,44).

  • cyan value is 15.97%
  • magenta value is 9.03%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(16,9,0,44)
C16M9Y0K44 
(16%,9%,0%,44%)
(0.16/0.09/0.00/0.44)	

CMYK percentages

%15.97
%9.03
%0
%43.53

Codes

Color #798390 in popluar color models

798390
RGB121131144
HSL214°9.39%51.96%
HSB/HSV214°15.97%56.47%
CMYK15.97%9.03%0.00%
43.53%

Color #798390 in popluar number systems.

HEX798390
Decimal121131144
Binary11110011000001110010000
Octal171203220

Shades and tints

Shades of #798390

#798390
(121,131,144)
#6E7883
(110,120,131)
#636D76
(99,109,118)
#586269
(88,98,105)
#4D575C
(77,87,92)
#424C4F
(66,76,79)
#374142
(55,65,66)
#2C3635
(44,54,53)
#212B28
(33,43,40)
#16201B
(22,32,27)
#0B150E
(11,21,14)
#000000
(0,0,0)

Tints of #798390

#798390
(121,131,144)
#858E9A
(133,142,154)
#9199A4
(145,153,164)
#9DA4AE
(157,164,174)
#A9AFB8
(169,175,184)
#B5BAC2
(181,186,194)
#C1C5CC
(193,197,204)
#CDD0D6
(205,208,214)
#D9DBE0
(217,219,224)
#E5E6EA
(229,230,234)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798390 color. Also use rgb(121,131,144) instead hex code.

Text Font Color

.myTextColor { color: #798390; }

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

This text font color is #798390.


Background Color

.myBgColor { background-color: #798390; }

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

This div background color is #798390.


Border color

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

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

This div border color is #798390.


Opacity

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

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

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

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

This text has shadow with #798390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798390 on black background.


Color preview on white background

This text has color #798390 on white background.



Black color preview on #798390 background

This text has black color on #798390 background.


White color preview on #798390 background

This text has white color on #798390 background.