COLOR #799167

HEX: #799167
RGB: (121,145,103)

Color info

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

RGB color model

#799167 color RGB value is (121,145,103).

  • red value is 121;
  • green value is 145;
  • blue value is 103.
RGB:
(121,145,103)
(47%,57%,40%)

RGB channels and saturation

R 121 of 255 = 47%
G 145 of 255 = 57%
B 103 of 255 = 40%

121
145
103

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

Portions of RGB colors in percentages

R + G + B =
121 + 145 + 103 = 369 (100%)
R 121 of 369 ~ 32.79%
G 145 of 369 ~ 39.3%
B 103 of 369 ~ 27.91%

%32.79
%39.3
%27.91

CMYK color model

#799167 color CMYK value is (17,0,29,43).

  • cyan value is 16.55%
  • magenta value is 0.00%
  • yellow value is 28.97%
  • key color value is 43.14%
CMYK:
(17,0,29,43)
C17M0Y29K43 
(17%,0%,29%,43%)
(0.17/0.00/0.29/0.43)	

CMYK percentages

%16.55
%0
%28.97
%43.14

Codes

Color #799167 in popluar color models

799167
RGB121145103
HSL94°16.94%48.63%
HSB/HSV94°28.97%56.86%
CMYK16.55%0.00%28.97%
43.14%

Color #799167 in popluar number systems.

HEX799167
Decimal121145103
Binary1111001100100011100111
Octal171221147

Shades and tints

Shades of #799167

#799167
(121,145,103)
#6E845E
(110,132,94)
#637755
(99,119,85)
#586A4C
(88,106,76)
#4D5D43
(77,93,67)
#42503A
(66,80,58)
#374331
(55,67,49)
#2C3628
(44,54,40)
#21291F
(33,41,31)
#161C16
(22,28,22)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #799167

#799167
(121,145,103)
#859B74
(133,155,116)
#91A581
(145,165,129)
#9DAF8E
(157,175,142)
#A9B99B
(169,185,155)
#B5C3A8
(181,195,168)
#C1CDB5
(193,205,181)
#CDD7C2
(205,215,194)
#D9E1CF
(217,225,207)
#E5EBDC
(229,235,220)
#F1F5E9
(241,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799167 color. Also use rgb(121,145,103) instead hex code.

Text Font Color

.myTextColor { color: #799167; }

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

This text font color is #799167.


Background Color

.myBgColor { background-color: #799167; }

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

This div background color is #799167.


Border color

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

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

This div border color is #799167.


Opacity

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

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

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

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

This text has shadow with #799167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799167 on black background.


Color preview on white background

This text has color #799167 on white background.



Black color preview on #799167 background

This text has black color on #799167 background.


White color preview on #799167 background

This text has white color on #799167 background.