COLOR #799388

HEX: #799388
RGB: (121,147,136)

Color info

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

RGB color model

#799388 color RGB value is (121,147,136).

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

RGB channels and saturation

R 121 of 255 = 47%
G 147 of 255 = 58%
B 136 of 255 = 53%

121
147
136

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

Portions of RGB colors in percentages

R + G + B =
121 + 147 + 136 = 404 (100%)
R 121 of 404 ~ 29.95%
G 147 of 404 ~ 36.39%
B 136 of 404 ~ 33.66%

%29.95
%36.39
%33.66

CMYK color model

#799388 color CMYK value is (18,0,7,42).

  • cyan value is 17.69%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 42.35%
CMYK:
(18,0,7,42)
C18M0Y7K42 
(18%,0%,7%,42%)
(0.18/0.00/0.07/0.42)	

CMYK percentages

%17.69
%0
%7.48
%42.35

Codes

Color #799388 in popluar color models

799388
RGB121147136
HSL155°10.74%52.55%
HSB/HSV155°17.69%57.65%
CMYK17.69%0.00%7.48%
42.35%

Color #799388 in popluar number systems.

HEX799388
Decimal121147136
Binary11110011001001110001000
Octal171223210

Shades and tints

Shades of #799388

#799388
(121,147,136)
#6E867C
(110,134,124)
#637970
(99,121,112)
#586C64
(88,108,100)
#4D5F58
(77,95,88)
#42524C
(66,82,76)
#374540
(55,69,64)
#2C3834
(44,56,52)
#212B28
(33,43,40)
#161E1C
(22,30,28)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #799388

#799388
(121,147,136)
#859C92
(133,156,146)
#91A59C
(145,165,156)
#9DAEA6
(157,174,166)
#A9B7B0
(169,183,176)
#B5C0BA
(181,192,186)
#C1C9C4
(193,201,196)
#CDD2CE
(205,210,206)
#D9DBD8
(217,219,216)
#E5E4E2
(229,228,226)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799388; }

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

This text font color is #799388.


Background Color

.myBgColor { background-color: #799388; }

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

This div background color is #799388.


Border color

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

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

This div border color is #799388.


Opacity

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

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

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

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

This text has shadow with #799388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799388 on black background.


Color preview on white background

This text has color #799388 on white background.



Black color preview on #799388 background

This text has black color on #799388 background.


White color preview on #799388 background

This text has white color on #799388 background.