COLOR #798B62

HEX: #798B62
RGB: (121,139,98)

Color info

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

RGB color model

#798B62 color RGB value is (121,139,98).

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

RGB channels and saturation

R 121 of 255 = 47%
G 139 of 255 = 55%
B 98 of 255 = 38%

121
139
98

R + G + B ~ 47%. #798B62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 139 + 98 = 358 (100%)
R 121 of 358 ~ 33.8%
G 139 of 358 ~ 38.83%
B 98 of 358 ~ 27.37%

%33.8
%38.83
%27.37

CMYK color model

#798B62 color CMYK value is (13,0,29,45).

  • cyan value is 12.95%
  • magenta value is 0.00%
  • yellow value is 29.50%
  • key color value is 45.49%
CMYK:
(13,0,29,45)
C13M0Y29K45 
(13%,0%,29%,45%)
(0.13/0.00/0.29/0.45)	

CMYK percentages

%12.95
%0
%29.5
%45.49

Codes

Color #798B62 in popluar color models

798B62
RGB12113998
HSL86°17.30%46.47%
HSB/HSV86°29.50%54.51%
CMYK12.95%0.00%29.50%
45.49%

Color #798B62 in popluar number systems.

HEX798B62
Decimal12113998
Binary1111001100010111100010
Octal171213142

Shades and tints

Shades of #798B62

#798B62
(121,139,98)
#6E7F5A
(110,127,90)
#637352
(99,115,82)
#58674A
(88,103,74)
#4D5B42
(77,91,66)
#424F3A
(66,79,58)
#374332
(55,67,50)
#2C372A
(44,55,42)
#212B22
(33,43,34)
#161F1A
(22,31,26)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #798B62

#798B62
(121,139,98)
#859570
(133,149,112)
#919F7E
(145,159,126)
#9DA98C
(157,169,140)
#A9B39A
(169,179,154)
#B5BDA8
(181,189,168)
#C1C7B6
(193,199,182)
#CDD1C4
(205,209,196)
#D9DBD2
(217,219,210)
#E5E5E0
(229,229,224)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798B62 color. Also use rgb(121,139,98) instead hex code.

Text Font Color

.myTextColor { color: #798B62; }

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

This text font color is #798B62.


Background Color

.myBgColor { background-color: #798B62; }

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

This div background color is #798B62.


Border color

.myBorderColor { border: 1px solid #798B62; }

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

This div border color is #798B62.


Opacity

.myOpacity80 { color: #798B62; opacity: 0.8; }

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

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

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

This text has shadow with #798B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798B62 on black background.


Color preview on white background

This text has color #798B62 on white background.



Black color preview on #798B62 background

This text has black color on #798B62 background.


White color preview on #798B62 background

This text has white color on #798B62 background.