COLOR #798171

HEX: #798171
RGB: (121,129,113)

Color info

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

RGB color model

#798171 color RGB value is (121,129,113).

  • red value is 121;
  • green value is 129;
  • blue value is 113.
RGB:
(121,129,113)
(47%,51%,44%)

RGB channels and saturation

R 121 of 255 = 47%
G 129 of 255 = 51%
B 113 of 255 = 44%

121
129
113

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

Portions of RGB colors in percentages

R + G + B =
121 + 129 + 113 = 363 (100%)
R 121 of 363 ~ 33.33%
G 129 of 363 ~ 35.54%
B 113 of 363 ~ 31.13%

%33.33
%35.54
%31.13

CMYK color model

#798171 color CMYK value is (6,0,12,49).

  • cyan value is 6.20%
  • magenta value is 0.00%
  • yellow value is 12.40%
  • key color value is 49.41%
CMYK:
(6,0,12,49)
C6M0Y12K49 
(6%,0%,12%,49%)
(0.06/0.00/0.12/0.49)	

CMYK percentages

%6.2
%0
%12.4
%49.41

Codes

Color #798171 in popluar color models

798171
RGB121129113
HSL90°6.61%47.45%
HSB/HSV90°12.40%50.59%
CMYK6.20%0.00%12.40%
49.41%

Color #798171 in popluar number systems.

HEX798171
Decimal121129113
Binary1111001100000011110001
Octal171201161

Shades and tints

Shades of #798171

#798171
(121,129,113)
#6E7667
(110,118,103)
#636B5D
(99,107,93)
#586053
(88,96,83)
#4D5549
(77,85,73)
#424A3F
(66,74,63)
#373F35
(55,63,53)
#2C342B
(44,52,43)
#212921
(33,41,33)
#161E17
(22,30,23)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #798171

#798171
(121,129,113)
#858C7D
(133,140,125)
#919789
(145,151,137)
#9DA295
(157,162,149)
#A9ADA1
(169,173,161)
#B5B8AD
(181,184,173)
#C1C3B9
(193,195,185)
#CDCEC5
(205,206,197)
#D9D9D1
(217,217,209)
#E5E4DD
(229,228,221)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798171 color. Also use rgb(121,129,113) instead hex code.

Text Font Color

.myTextColor { color: #798171; }

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

This text font color is #798171.


Background Color

.myBgColor { background-color: #798171; }

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

This div background color is #798171.


Border color

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

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

This div border color is #798171.


Opacity

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

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

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

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

This text has shadow with #798171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798171 on black background.


Color preview on white background

This text has color #798171 on white background.



Black color preview on #798171 background

This text has black color on #798171 background.


White color preview on #798171 background

This text has white color on #798171 background.