COLOR #798063

HEX: #798063
RGB: (121,128,99)

Color info

#798063 contains red, green and blue colors in about the same proportion. Web safe color of #798063 is #666666 (or #666).

RGB color model

#798063 color RGB value is (121,128,99).

  • red value is 121;
  • green value is 128;
  • blue value is 99.
RGB:
(121,128,99)
(47%,50%,39%)

RGB channels and saturation

R 121 of 255 = 47%
G 128 of 255 = 50%
B 99 of 255 = 39%

121
128
99

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

Portions of RGB colors in percentages

R + G + B =
121 + 128 + 99 = 348 (100%)
R 121 of 348 ~ 34.77%
G 128 of 348 ~ 36.78%
B 99 of 348 ~ 28.45%

%34.77
%36.78
%28.45

CMYK color model

#798063 color CMYK value is (5,0,23,50).

  • cyan value is 5.47%
  • magenta value is 0.00%
  • yellow value is 22.66%
  • key color value is 49.80%
CMYK:
(5,0,23,50)
C5M0Y23K50 
(5%,0%,23%,50%)
(0.05/0.00/0.23/0.50)	

CMYK percentages

%5.47
%0
%22.66
%49.8

Codes

Color #798063 in popluar color models

798063
RGB12112899
HSL74°12.78%44.51%
HSB/HSV74°22.66%50.20%
CMYK5.47%0.00%22.66%
49.80%

Color #798063 in popluar number systems.

HEX798063
Decimal12112899
Binary1111001100000001100011
Octal171200143

Shades and tints

Shades of #798063

#798063
(121,128,99)
#6E755A
(110,117,90)
#636A51
(99,106,81)
#585F48
(88,95,72)
#4D543F
(77,84,63)
#424936
(66,73,54)
#373E2D
(55,62,45)
#2C3324
(44,51,36)
#21281B
(33,40,27)
#161D12
(22,29,18)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #798063

#798063
(121,128,99)
#858B71
(133,139,113)
#91967F
(145,150,127)
#9DA18D
(157,161,141)
#A9AC9B
(169,172,155)
#B5B7A9
(181,183,169)
#C1C2B7
(193,194,183)
#CDCDC5
(205,205,197)
#D9D8D3
(217,216,211)
#E5E3E1
(229,227,225)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798063 color. Also use rgb(121,128,99) instead hex code.

Text Font Color

.myTextColor { color: #798063; }

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

This text font color is #798063.


Background Color

.myBgColor { background-color: #798063; }

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

This div background color is #798063.


Border color

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

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

This div border color is #798063.


Opacity

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

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

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

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

This text has shadow with #798063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798063 on black background.


Color preview on white background

This text has color #798063 on white background.



Black color preview on #798063 background

This text has black color on #798063 background.


White color preview on #798063 background

This text has white color on #798063 background.