COLOR #799368

HEX: #799368
RGB: (121,147,104)

Color info

#799368 contains red, green and blue colors in about the same proportion. Web safe color of #799368 is #669966 (or #696).

RGB color model

#799368 color RGB value is (121,147,104).

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

RGB channels and saturation

R 121 of 255 = 47%
G 147 of 255 = 58%
B 104 of 255 = 41%

121
147
104

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

Portions of RGB colors in percentages

R + G + B =
121 + 147 + 104 = 372 (100%)
R 121 of 372 ~ 32.53%
G 147 of 372 ~ 39.52%
B 104 of 372 ~ 27.96%

%32.53
%39.52
%27.96

CMYK color model

#799368 color CMYK value is (18,0,29,42).

  • cyan value is 17.69%
  • magenta value is 0.00%
  • yellow value is 29.25%
  • key color value is 42.35%
CMYK:
(18,0,29,42)
C18M0Y29K42 
(18%,0%,29%,42%)
(0.18/0.00/0.29/0.42)	

CMYK percentages

%17.69
%0
%29.25
%42.35

Codes

Color #799368 in popluar color models

799368
RGB121147104
HSL96°17.13%49.22%
HSB/HSV96°29.25%57.65%
CMYK17.69%0.00%29.25%
42.35%

Color #799368 in popluar number systems.

HEX799368
Decimal121147104
Binary1111001100100111101000
Octal171223150

Shades and tints

Shades of #799368

#799368
(121,147,104)
#6E865F
(110,134,95)
#637956
(99,121,86)
#586C4D
(88,108,77)
#4D5F44
(77,95,68)
#42523B
(66,82,59)
#374532
(55,69,50)
#2C3829
(44,56,41)
#212B20
(33,43,32)
#161E17
(22,30,23)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #799368

#799368
(121,147,104)
#859C75
(133,156,117)
#91A582
(145,165,130)
#9DAE8F
(157,174,143)
#A9B79C
(169,183,156)
#B5C0A9
(181,192,169)
#C1C9B6
(193,201,182)
#CDD2C3
(205,210,195)
#D9DBD0
(217,219,208)
#E5E4DD
(229,228,221)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799368; }

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

This text font color is #799368.


Background Color

.myBgColor { background-color: #799368; }

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

This div background color is #799368.


Border color

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

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

This div border color is #799368.


Opacity

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

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

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

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

This text has shadow with #799368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799368 on black background.


Color preview on white background

This text has color #799368 on white background.



Black color preview on #799368 background

This text has black color on #799368 background.


White color preview on #799368 background

This text has white color on #799368 background.