COLOR #799D8B

HEX: #799D8B
RGB: (121,157,139)

Color info

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

RGB color model

#799D8B color RGB value is (121,157,139).

  • red value is 121;
  • green value is 157;
  • blue value is 139.
RGB:
(121,157,139)
(47%,62%,55%)

RGB channels and saturation

R 121 of 255 = 47%
G 157 of 255 = 62%
B 139 of 255 = 55%

121
157
139

R + G + B ~ 55%. #799D8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 157 + 139 = 417 (100%)
R 121 of 417 ~ 29.02%
G 157 of 417 ~ 37.65%
B 139 of 417 ~ 33.33%

%29.02
%37.65
%33.33

CMYK color model

#799D8B color CMYK value is (23,0,11,38).

  • cyan value is 22.93%
  • magenta value is 0.00%
  • yellow value is 11.46%
  • key color value is 38.43%
CMYK:
(23,0,11,38)
C23M0Y11K38 
(23%,0%,11%,38%)
(0.23/0.00/0.11/0.38)	

CMYK percentages

%22.93
%0
%11.46
%38.43

Codes

Color #799D8B in popluar color models

799D8B
RGB121157139
HSL150°15.52%54.51%
HSB/HSV150°22.93%61.57%
CMYK22.93%0.00%11.46%
38.43%

Color #799D8B in popluar number systems.

HEX799D8B
Decimal121157139
Binary11110011001110110001011
Octal171235213

Shades and tints

Shades of #799D8B

#799D8B
(121,157,139)
#6E8F7F
(110,143,127)
#638173
(99,129,115)
#587367
(88,115,103)
#4D655B
(77,101,91)
#42574F
(66,87,79)
#374943
(55,73,67)
#2C3B37
(44,59,55)
#212D2B
(33,45,43)
#161F1F
(22,31,31)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #799D8B

#799D8B
(121,157,139)
#85A595
(133,165,149)
#91AD9F
(145,173,159)
#9DB5A9
(157,181,169)
#A9BDB3
(169,189,179)
#B5C5BD
(181,197,189)
#C1CDC7
(193,205,199)
#CDD5D1
(205,213,209)
#D9DDDB
(217,221,219)
#E5E5E5
(229,229,229)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799D8B color. Also use rgb(121,157,139) instead hex code.

Text Font Color

.myTextColor { color: #799D8B; }

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

This text font color is #799D8B.


Background Color

.myBgColor { background-color: #799D8B; }

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

This div background color is #799D8B.


Border color

.myBorderColor { border: 1px solid #799D8B; }

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

This div border color is #799D8B.


Opacity

.myOpacity80 { color: #799D8B; opacity: 0.8; }

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

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

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

This text has shadow with #799D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799D8B on black background.


Color preview on white background

This text has color #799D8B on white background.



Black color preview on #799D8B background

This text has black color on #799D8B background.


White color preview on #799D8B background

This text has white color on #799D8B background.