COLOR #798381

HEX: #798381
RGB: (121,131,129)

Color info

#798381 contains red, green and blue colors in about the same proportion. Web safe color of #798381 is #669999 (or #699).

RGB color model

#798381 color RGB value is (121,131,129).

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

RGB channels and saturation

R 121 of 255 = 47%
G 131 of 255 = 51%
B 129 of 255 = 51%

121
131
129

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

Portions of RGB colors in percentages

R + G + B =
121 + 131 + 129 = 381 (100%)
R 121 of 381 ~ 31.76%
G 131 of 381 ~ 34.38%
B 129 of 381 ~ 33.86%

%31.76
%34.38
%33.86

CMYK color model

#798381 color CMYK value is (8,0,2,49).

  • cyan value is 7.63%
  • magenta value is 0.00%
  • yellow value is 1.53%
  • key color value is 48.63%
CMYK:
(8,0,2,49)
C8M0Y2K49 
(8%,0%,2%,49%)
(0.08/0.00/0.02/0.49)	

CMYK percentages

%7.63
%0
%1.53
%48.63

Codes

Color #798381 in popluar color models

798381
RGB121131129
HSL168°3.97%49.41%
HSB/HSV168°7.63%51.37%
CMYK7.63%0.00%1.53%
48.63%

Color #798381 in popluar number systems.

HEX798381
Decimal121131129
Binary11110011000001110000001
Octal171203201

Shades and tints

Shades of #798381

#798381
(121,131,129)
#6E7876
(110,120,118)
#636D6B
(99,109,107)
#586260
(88,98,96)
#4D5755
(77,87,85)
#424C4A
(66,76,74)
#37413F
(55,65,63)
#2C3634
(44,54,52)
#212B29
(33,43,41)
#16201E
(22,32,30)
#0B1513
(11,21,19)
#000000
(0,0,0)

Tints of #798381

#798381
(121,131,129)
#858E8C
(133,142,140)
#919997
(145,153,151)
#9DA4A2
(157,164,162)
#A9AFAD
(169,175,173)
#B5BAB8
(181,186,184)
#C1C5C3
(193,197,195)
#CDD0CE
(205,208,206)
#D9DBD9
(217,219,217)
#E5E6E4
(229,230,228)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798381; }

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

This text font color is #798381.


Background Color

.myBgColor { background-color: #798381; }

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

This div background color is #798381.


Border color

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

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

This div border color is #798381.


Opacity

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

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

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

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

This text has shadow with #798381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798381 on black background.


Color preview on white background

This text has color #798381 on white background.



Black color preview on #798381 background

This text has black color on #798381 background.


White color preview on #798381 background

This text has white color on #798381 background.