COLOR #798391

HEX: #798391
RGB: (121,131,145)

Color info

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

RGB color model

#798391 color RGB value is (121,131,145).

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

RGB channels and saturation

R 121 of 255 = 47%
G 131 of 255 = 51%
B 145 of 255 = 57%

121
131
145

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

Portions of RGB colors in percentages

R + G + B =
121 + 131 + 145 = 397 (100%)
R 121 of 397 ~ 30.48%
G 131 of 397 ~ 33%
B 145 of 397 ~ 36.52%

%30.48
%33
%36.52

CMYK color model

#798391 color CMYK value is (17,10,0,43).

  • cyan value is 16.55%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK: (17,10,0,43) C17M10Y0K43 (17%,10%,0%,43%) (0.17/0.10/0.00/0.43)

CMYK percentages

%16.55
%9.66
%0
%43.14

Codes

Color #798391 in popluar color models

798391
RGB121131145
HSL215°9.84%52.16%
HSB/HSV215°16.55%56.86%
CMYK16.55%9.66%0.00%
43.14%

Color #798391 in popluar number systems.

HEX798391
Decimal121131145
Binary11110011000001110010001
Octal171203221

Shades and tints

Shades of #798391

#798391
(121,131,145)
#6E7884
(110,120,132)
#636D77
(99,109,119)
#58626A
(88,98,106)
#4D575D
(77,87,93)
#424C50
(66,76,80)
#374143
(55,65,67)
#2C3636
(44,54,54)
#212B29
(33,43,41)
#16201C
(22,32,28)
#0B150F
(11,21,15)
#000000
(0,0,0)

Tints of #798391

#798391
(121,131,145)
#858E9B
(133,142,155)
#9199A5
(145,153,165)
#9DA4AF
(157,164,175)
#A9AFB9
(169,175,185)
#B5BAC3
(181,186,195)
#C1C5CD
(193,197,205)
#CDD0D7
(205,208,215)
#D9DBE1
(217,219,225)
#E5E6EB
(229,230,235)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798391; }

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

This text font color is #798391.


Background Color

.myBgColor { background-color: #798391; }

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

This div background color is #798391.


Border color

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

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

This div border color is #798391.


Opacity

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

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

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

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

This text has shadow with #798391 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #798391 on black background.


Color preview on white background

This text has color #798391 on white background.



Black color preview on #798391 background

This text has black color on #798391 background.


White color preview on #798391 background

This text has white color on #798391 background.