COLOR #799561

HEX: #799561
RGB: (121,149,97)

Color info

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

RGB color model

#799561 color RGB value is (121,149,97).

  • red value is 121;
  • green value is 149;
  • blue value is 97.
RGB:
(121,149,97)
(47%,58%,38%)

RGB channels and saturation

R 121 of 255 = 47%
G 149 of 255 = 58%
B 97 of 255 = 38%

121
149
97

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

Portions of RGB colors in percentages

R + G + B =
121 + 149 + 97 = 367 (100%)
R 121 of 367 ~ 32.97%
G 149 of 367 ~ 40.6%
B 97 of 367 ~ 26.43%

%32.97
%40.6
%26.43

CMYK color model

#799561 color CMYK value is (19,0,35,42).

  • cyan value is 18.79%
  • magenta value is 0.00%
  • yellow value is 34.90%
  • key color value is 41.57%
CMYK:
(19,0,35,42)
C19M0Y35K42 
(19%,0%,35%,42%)
(0.19/0.00/0.35/0.42)	

CMYK percentages

%18.79
%0
%34.9
%41.57

Codes

Color #799561 in popluar color models

799561
RGB12114997
HSL92°21.14%48.24%
HSB/HSV92°34.90%58.43%
CMYK18.79%0.00%34.90%
41.57%

Color #799561 in popluar number systems.

HEX799561
Decimal12114997
Binary1111001100101011100001
Octal171225141

Shades and tints

Shades of #799561

#799561
(121,149,97)
#6E8859
(110,136,89)
#637B51
(99,123,81)
#586E49
(88,110,73)
#4D6141
(77,97,65)
#425439
(66,84,57)
#374731
(55,71,49)
#2C3A29
(44,58,41)
#212D21
(33,45,33)
#162019
(22,32,25)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #799561

#799561
(121,149,97)
#859E6F
(133,158,111)
#91A77D
(145,167,125)
#9DB08B
(157,176,139)
#A9B999
(169,185,153)
#B5C2A7
(181,194,167)
#C1CBB5
(193,203,181)
#CDD4C3
(205,212,195)
#D9DDD1
(217,221,209)
#E5E6DF
(229,230,223)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799561 color. Also use rgb(121,149,97) instead hex code.

Text Font Color

.myTextColor { color: #799561; }

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

This text font color is #799561.


Background Color

.myBgColor { background-color: #799561; }

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

This div background color is #799561.


Border color

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

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

This div border color is #799561.


Opacity

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

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

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

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

This text has shadow with #799561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799561 on black background.


Color preview on white background

This text has color #799561 on white background.



Black color preview on #799561 background

This text has black color on #799561 background.


White color preview on #799561 background

This text has white color on #799561 background.