COLOR #799949

HEX: #799949
RGB: (121,153,73)

Color info

#799949 contains mainly red and green colors. Web safe color of #799949 is #669933 (or #693).

RGB color model

#799949 color RGB value is (121,153,73).

  • red value is 121;
  • green value is 153;
  • blue value is 73.
RGB:
(121,153,73)
(47%,60%,29%)

RGB channels and saturation

R 121 of 255 = 47%
G 153 of 255 = 60%
B 73 of 255 = 29%

121
153
73

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

Portions of RGB colors in percentages

R + G + B =
121 + 153 + 73 = 347 (100%)
R 121 of 347 ~ 34.87%
G 153 of 347 ~ 44.09%
B 73 of 347 ~ 21.04%

%34.87
%44.09
%21.04

CMYK color model

#799949 color CMYK value is (21,0,52,40).

  • cyan value is 20.92%
  • magenta value is 0.00%
  • yellow value is 52.29%
  • key color value is 40.00%
CMYK:
(21,0,52,40)
C21M0Y52K40 
(21%,0%,52%,40%)
(0.21/0.00/0.52/0.40)	

CMYK percentages

%20.92
%0
%52.29
%40

Codes

Color #799949 in popluar color models

799949
RGB12115373
HSL84°35.40%44.31%
HSB/HSV84°52.29%60.00%
CMYK20.92%0.00%52.29%
40.00%

Color #799949 in popluar number systems.

HEX799949
Decimal12115373
Binary1111001100110011001001
Octal171231111

Shades and tints

Shades of #799949

#799949
(121,153,73)
#6E8C43
(110,140,67)
#637F3D
(99,127,61)
#587237
(88,114,55)
#4D6531
(77,101,49)
#42582B
(66,88,43)
#374B25
(55,75,37)
#2C3E1F
(44,62,31)
#213119
(33,49,25)
#162413
(22,36,19)
#0B170D
(11,23,13)
#000000
(0,0,0)

Tints of #799949

#799949
(121,153,73)
#85A259
(133,162,89)
#91AB69
(145,171,105)
#9DB479
(157,180,121)
#A9BD89
(169,189,137)
#B5C699
(181,198,153)
#C1CFA9
(193,207,169)
#CDD8B9
(205,216,185)
#D9E1C9
(217,225,201)
#E5EAD9
(229,234,217)
#F1F3E9
(241,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799949 color. Also use rgb(121,153,73) instead hex code.

Text Font Color

.myTextColor { color: #799949; }

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

This text font color is #799949.


Background Color

.myBgColor { background-color: #799949; }

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

This div background color is #799949.


Border color

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

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

This div border color is #799949.


Opacity

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

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

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

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

This text has shadow with #799949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799949 on black background.


Color preview on white background

This text has color #799949 on white background.



Black color preview on #799949 background

This text has black color on #799949 background.


White color preview on #799949 background

This text has white color on #799949 background.