COLOR #798683

HEX: #798683
RGB: (121,134,131)

Color info

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

RGB color model

#798683 color RGB value is (121,134,131).

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

RGB channels and saturation

R 121 of 255 = 47%
G 134 of 255 = 53%
B 131 of 255 = 51%

121
134
131

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

Portions of RGB colors in percentages

R + G + B =
121 + 134 + 131 = 386 (100%)
R 121 of 386 ~ 31.35%
G 134 of 386 ~ 34.72%
B 131 of 386 ~ 33.94%

%31.35
%34.72
%33.94

CMYK color model

#798683 color CMYK value is (10,0,2,47).

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 2.24%
  • key color value is 47.45%
CMYK:
(10,0,2,47)
C10M0Y2K47 
(10%,0%,2%,47%)
(0.10/0.00/0.02/0.47)	

CMYK percentages

%9.7
%0
%2.24
%47.45

Codes

Color #798683 in popluar color models

798683
RGB121134131
HSL166°5.10%50.00%
HSB/HSV166°9.70%52.55%
CMYK9.70%0.00%2.24%
47.45%

Color #798683 in popluar number systems.

HEX798683
Decimal121134131
Binary11110011000011010000011
Octal171206203

Shades and tints

Shades of #798683

#798683
(121,134,131)
#6E7A78
(110,122,120)
#636E6D
(99,110,109)
#586262
(88,98,98)
#4D5657
(77,86,87)
#424A4C
(66,74,76)
#373E41
(55,62,65)
#2C3236
(44,50,54)
#21262B
(33,38,43)
#161A20
(22,26,32)
#0B0E15
(11,14,21)
#000000
(0,0,0)

Tints of #798683

#798683
(121,134,131)
#85918E
(133,145,142)
#919C99
(145,156,153)
#9DA7A4
(157,167,164)
#A9B2AF
(169,178,175)
#B5BDBA
(181,189,186)
#C1C8C5
(193,200,197)
#CDD3D0
(205,211,208)
#D9DEDB
(217,222,219)
#E5E9E6
(229,233,230)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798683; }

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

This text font color is #798683.


Background Color

.myBgColor { background-color: #798683; }

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

This div background color is #798683.


Border color

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

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

This div border color is #798683.


Opacity

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

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

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

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

This text has shadow with #798683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798683 on black background.


Color preview on white background

This text has color #798683 on white background.



Black color preview on #798683 background

This text has black color on #798683 background.


White color preview on #798683 background

This text has white color on #798683 background.