COLOR #798588

HEX: #798588
RGB: (121,133,136)

Color info

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

RGB color model

#798588 color RGB value is (121,133,136).

  • red value is 121;
  • green value is 133;
  • blue value is 136.
RGB:
(121,133,136)
(47%,52%,53%)

RGB channels and saturation

R 121 of 255 = 47%
G 133 of 255 = 52%
B 136 of 255 = 53%

121
133
136

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

Portions of RGB colors in percentages

R + G + B =
121 + 133 + 136 = 390 (100%)
R 121 of 390 ~ 31.03%
G 133 of 390 ~ 34.1%
B 136 of 390 ~ 34.87%

%31.03
%34.1
%34.87

CMYK color model

#798588 color CMYK value is (11,2,0,47).

  • cyan value is 11.03%
  • magenta value is 2.21%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(11,2,0,47)
C11M2Y0K47 
(11%,2%,0%,47%)
(0.11/0.02/0.00/0.47)	

CMYK percentages

%11.03
%2.21
%0
%46.67

Codes

Color #798588 in popluar color models

798588
RGB121133136
HSL192°5.93%50.39%
HSB/HSV192°11.03%53.33%
CMYK11.03%2.21%0.00%
46.67%

Color #798588 in popluar number systems.

HEX798588
Decimal121133136
Binary11110011000010110001000
Octal171205210

Shades and tints

Shades of #798588

#798588
(121,133,136)
#6E797C
(110,121,124)
#636D70
(99,109,112)
#586164
(88,97,100)
#4D5558
(77,85,88)
#42494C
(66,73,76)
#373D40
(55,61,64)
#2C3134
(44,49,52)
#212528
(33,37,40)
#16191C
(22,25,28)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #798588

#798588
(121,133,136)
#859092
(133,144,146)
#919B9C
(145,155,156)
#9DA6A6
(157,166,166)
#A9B1B0
(169,177,176)
#B5BCBA
(181,188,186)
#C1C7C4
(193,199,196)
#CDD2CE
(205,210,206)
#D9DDD8
(217,221,216)
#E5E8E2
(229,232,226)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798588 color. Also use rgb(121,133,136) instead hex code.

Text Font Color

.myTextColor { color: #798588; }

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

This text font color is #798588.


Background Color

.myBgColor { background-color: #798588; }

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

This div background color is #798588.


Border color

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

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

This div border color is #798588.


Opacity

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

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

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

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

This text has shadow with #798588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798588 on black background.


Color preview on white background

This text has color #798588 on white background.



Black color preview on #798588 background

This text has black color on #798588 background.


White color preview on #798588 background

This text has white color on #798588 background.