COLOR #798671

HEX: #798671
RGB: (121,134,113)

Color info

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

RGB color model

#798671 color RGB value is (121,134,113).

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

RGB channels and saturation

R 121 of 255 = 47%
G 134 of 255 = 53%
B 113 of 255 = 44%

121
134
113

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

Portions of RGB colors in percentages

R + G + B =
121 + 134 + 113 = 368 (100%)
R 121 of 368 ~ 32.88%
G 134 of 368 ~ 36.41%
B 113 of 368 ~ 30.71%

%32.88
%36.41
%30.71

CMYK color model

#798671 color CMYK value is (10,0,16,47).

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 15.67%
  • key color value is 47.45%
CMYK:
(10,0,16,47)
C10M0Y16K47 
(10%,0%,16%,47%)
(0.10/0.00/0.16/0.47)	

CMYK percentages

%9.7
%0
%15.67
%47.45

Codes

Color #798671 in popluar color models

798671
RGB121134113
HSL97°8.50%48.43%
HSB/HSV97°15.67%52.55%
CMYK9.70%0.00%15.67%
47.45%

Color #798671 in popluar number systems.

HEX798671
Decimal121134113
Binary1111001100001101110001
Octal171206161

Shades and tints

Shades of #798671

#798671
(121,134,113)
#6E7A67
(110,122,103)
#636E5D
(99,110,93)
#586253
(88,98,83)
#4D5649
(77,86,73)
#424A3F
(66,74,63)
#373E35
(55,62,53)
#2C322B
(44,50,43)
#212621
(33,38,33)
#161A17
(22,26,23)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #798671

#798671
(121,134,113)
#85917D
(133,145,125)
#919C89
(145,156,137)
#9DA795
(157,167,149)
#A9B2A1
(169,178,161)
#B5BDAD
(181,189,173)
#C1C8B9
(193,200,185)
#CDD3C5
(205,211,197)
#D9DED1
(217,222,209)
#E5E9DD
(229,233,221)
#F1F4E9
(241,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798671; }

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

This text font color is #798671.


Background Color

.myBgColor { background-color: #798671; }

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

This div background color is #798671.


Border color

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

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

This div border color is #798671.


Opacity

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

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

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

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

This text has shadow with #798671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798671 on black background.


Color preview on white background

This text has color #798671 on white background.



Black color preview on #798671 background

This text has black color on #798671 background.


White color preview on #798671 background

This text has white color on #798671 background.