COLOR #798165

HEX: #798165
RGB: (121,129,101)

Color info

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

RGB color model

#798165 color RGB value is (121,129,101).

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

RGB channels and saturation

R 121 of 255 = 47%
G 129 of 255 = 51%
B 101 of 255 = 40%

121
129
101

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

Portions of RGB colors in percentages

R + G + B =
121 + 129 + 101 = 351 (100%)
R 121 of 351 ~ 34.47%
G 129 of 351 ~ 36.75%
B 101 of 351 ~ 28.77%

%34.47
%36.75
%28.77

CMYK color model

#798165 color CMYK value is (6,0,22,49).

  • cyan value is 6.20%
  • magenta value is 0.00%
  • yellow value is 21.71%
  • key color value is 49.41%
CMYK:
(6,0,22,49)
C6M0Y22K49 
(6%,0%,22%,49%)
(0.06/0.00/0.22/0.49)	

CMYK percentages

%6.2
%0
%21.71
%49.41

Codes

Color #798165 in popluar color models

798165
RGB121129101
HSL77°12.17%45.10%
HSB/HSV77°21.71%50.59%
CMYK6.20%0.00%21.71%
49.41%

Color #798165 in popluar number systems.

HEX798165
Decimal121129101
Binary1111001100000011100101
Octal171201145

Shades and tints

Shades of #798165

#798165
(121,129,101)
#6E765C
(110,118,92)
#636B53
(99,107,83)
#58604A
(88,96,74)
#4D5541
(77,85,65)
#424A38
(66,74,56)
#373F2F
(55,63,47)
#2C3426
(44,52,38)
#21291D
(33,41,29)
#161E14
(22,30,20)
#0B130B
(11,19,11)
#000000
(0,0,0)

Tints of #798165

#798165
(121,129,101)
#858C73
(133,140,115)
#919781
(145,151,129)
#9DA28F
(157,162,143)
#A9AD9D
(169,173,157)
#B5B8AB
(181,184,171)
#C1C3B9
(193,195,185)
#CDCEC7
(205,206,199)
#D9D9D5
(217,217,213)
#E5E4E3
(229,228,227)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798165; }

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

This text font color is #798165.


Background Color

.myBgColor { background-color: #798165; }

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

This div background color is #798165.


Border color

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

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

This div border color is #798165.


Opacity

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

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

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

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

This text has shadow with #798165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798165 on black background.


Color preview on white background

This text has color #798165 on white background.



Black color preview on #798165 background

This text has black color on #798165 background.


White color preview on #798165 background

This text has white color on #798165 background.