COLOR #798372

HEX: #798372
RGB: (121,131,114)

Color info

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

RGB color model

#798372 color RGB value is (121,131,114).

  • red value is 121;
  • green value is 131;
  • blue value is 114.
RGB:
(121,131,114)
(47%,51%,45%)

RGB channels and saturation

R 121 of 255 = 47%
G 131 of 255 = 51%
B 114 of 255 = 45%

121
131
114

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

Portions of RGB colors in percentages

R + G + B =
121 + 131 + 114 = 366 (100%)
R 121 of 366 ~ 33.06%
G 131 of 366 ~ 35.79%
B 114 of 366 ~ 31.15%

%33.06
%35.79
%31.15

CMYK color model

#798372 color CMYK value is (8,0,13,49).

  • cyan value is 7.63%
  • magenta value is 0.00%
  • yellow value is 12.98%
  • key color value is 48.63%
CMYK:
(8,0,13,49)
C8M0Y13K49 
(8%,0%,13%,49%)
(0.08/0.00/0.13/0.49)	

CMYK percentages

%7.63
%0
%12.98
%48.63

Codes

Color #798372 in popluar color models

798372
RGB121131114
HSL95°6.94%48.04%
HSB/HSV95°12.98%51.37%
CMYK7.63%0.00%12.98%
48.63%

Color #798372 in popluar number systems.

HEX798372
Decimal121131114
Binary1111001100000111110010
Octal171203162

Shades and tints

Shades of #798372

#798372
(121,131,114)
#6E7868
(110,120,104)
#636D5E
(99,109,94)
#586254
(88,98,84)
#4D574A
(77,87,74)
#424C40
(66,76,64)
#374136
(55,65,54)
#2C362C
(44,54,44)
#212B22
(33,43,34)
#162018
(22,32,24)
#0B150E
(11,21,14)
#000000
(0,0,0)

Tints of #798372

#798372
(121,131,114)
#858E7E
(133,142,126)
#91998A
(145,153,138)
#9DA496
(157,164,150)
#A9AFA2
(169,175,162)
#B5BAAE
(181,186,174)
#C1C5BA
(193,197,186)
#CDD0C6
(205,208,198)
#D9DBD2
(217,219,210)
#E5E6DE
(229,230,222)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798372 color. Also use rgb(121,131,114) instead hex code.

Text Font Color

.myTextColor { color: #798372; }

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

This text font color is #798372.


Background Color

.myBgColor { background-color: #798372; }

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

This div background color is #798372.


Border color

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

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

This div border color is #798372.


Opacity

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

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

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

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

This text has shadow with #798372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798372 on black background.


Color preview on white background

This text has color #798372 on white background.



Black color preview on #798372 background

This text has black color on #798372 background.


White color preview on #798372 background

This text has white color on #798372 background.