COLOR #798389

HEX: #798389
RGB: (121,131,137)

Color info

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

RGB color model

#798389 color RGB value is (121,131,137).

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

RGB channels and saturation

R 121 of 255 = 47%
G 131 of 255 = 51%
B 137 of 255 = 54%

121
131
137

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

Portions of RGB colors in percentages

R + G + B =
121 + 131 + 137 = 389 (100%)
R 121 of 389 ~ 31.11%
G 131 of 389 ~ 33.68%
B 137 of 389 ~ 35.22%

%31.11
%33.68
%35.22

CMYK color model

#798389 color CMYK value is (12,4,0,46).

  • cyan value is 11.68%
  • magenta value is 4.38%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(12,4,0,46)
C12M4Y0K46 
(12%,4%,0%,46%)
(0.12/0.04/0.00/0.46)	

CMYK percentages

%11.68
%4.38
%0
%46.27

Codes

Color #798389 in popluar color models

798389
RGB121131137
HSL203°6.35%50.59%
HSB/HSV203°11.68%53.73%
CMYK11.68%4.38%0.00%
46.27%

Color #798389 in popluar number systems.

HEX798389
Decimal121131137
Binary11110011000001110001001
Octal171203211

Shades and tints

Shades of #798389

#798389
(121,131,137)
#6E787D
(110,120,125)
#636D71
(99,109,113)
#586265
(88,98,101)
#4D5759
(77,87,89)
#424C4D
(66,76,77)
#374141
(55,65,65)
#2C3635
(44,54,53)
#212B29
(33,43,41)
#16201D
(22,32,29)
#0B1511
(11,21,17)
#000000
(0,0,0)

Tints of #798389

#798389
(121,131,137)
#858E93
(133,142,147)
#91999D
(145,153,157)
#9DA4A7
(157,164,167)
#A9AFB1
(169,175,177)
#B5BABB
(181,186,187)
#C1C5C5
(193,197,197)
#CDD0CF
(205,208,207)
#D9DBD9
(217,219,217)
#E5E6E3
(229,230,227)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798389; }

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

This text font color is #798389.


Background Color

.myBgColor { background-color: #798389; }

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

This div background color is #798389.


Border color

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

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

This div border color is #798389.


Opacity

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

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

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

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

This text has shadow with #798389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798389 on black background.


Color preview on white background

This text has color #798389 on white background.



Black color preview on #798389 background

This text has black color on #798389 background.


White color preview on #798389 background

This text has white color on #798389 background.