COLOR #799268

HEX: #799268
RGB: (121,146,104)

Color info

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

RGB color model

#799268 color RGB value is (121,146,104).

  • red value is 121;
  • green value is 146;
  • blue value is 104.
RGB:
(121,146,104)
(47%,57%,41%)

RGB channels and saturation

R 121 of 255 = 47%
G 146 of 255 = 57%
B 104 of 255 = 41%

121
146
104

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

Portions of RGB colors in percentages

R + G + B =
121 + 146 + 104 = 371 (100%)
R 121 of 371 ~ 32.61%
G 146 of 371 ~ 39.35%
B 104 of 371 ~ 28.03%

%32.61
%39.35
%28.03

CMYK color model

#799268 color CMYK value is (17,0,29,43).

  • cyan value is 17.12%
  • magenta value is 0.00%
  • yellow value is 28.77%
  • key color value is 42.75%
CMYK:
(17,0,29,43)
C17M0Y29K43 
(17%,0%,29%,43%)
(0.17/0.00/0.29/0.43)	

CMYK percentages

%17.12
%0
%28.77
%42.75

Codes

Color #799268 in popluar color models

799268
RGB121146104
HSL96°16.80%49.02%
HSB/HSV96°28.77%57.25%
CMYK17.12%0.00%28.77%
42.75%

Color #799268 in popluar number systems.

HEX799268
Decimal121146104
Binary1111001100100101101000
Octal171222150

Shades and tints

Shades of #799268

#799268
(121,146,104)
#6E855F
(110,133,95)
#637856
(99,120,86)
#586B4D
(88,107,77)
#4D5E44
(77,94,68)
#42513B
(66,81,59)
#374432
(55,68,50)
#2C3729
(44,55,41)
#212A20
(33,42,32)
#161D17
(22,29,23)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #799268

#799268
(121,146,104)
#859B75
(133,155,117)
#91A482
(145,164,130)
#9DAD8F
(157,173,143)
#A9B69C
(169,182,156)
#B5BFA9
(181,191,169)
#C1C8B6
(193,200,182)
#CDD1C3
(205,209,195)
#D9DAD0
(217,218,208)
#E5E3DD
(229,227,221)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799268 color. Also use rgb(121,146,104) instead hex code.

Text Font Color

.myTextColor { color: #799268; }

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

This text font color is #799268.


Background Color

.myBgColor { background-color: #799268; }

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

This div background color is #799268.


Border color

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

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

This div border color is #799268.


Opacity

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

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

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

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

This text has shadow with #799268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799268 on black background.


Color preview on white background

This text has color #799268 on white background.



Black color preview on #799268 background

This text has black color on #799268 background.


White color preview on #799268 background

This text has white color on #799268 background.