COLOR #779344

HEX: #779344
RGB: (119,147,68)

Color info

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

RGB color model

#779344 color RGB value is (119,147,68).

  • red value is 119;
  • green value is 147;
  • blue value is 68.
RGB:
(119,147,68)
(47%,58%,27%)

RGB channels and saturation

R 119 of 255 = 47%
G 147 of 255 = 58%
B 68 of 255 = 27%

119
147
68

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

Portions of RGB colors in percentages

R + G + B =
119 + 147 + 68 = 334 (100%)
R 119 of 334 ~ 35.63%
G 147 of 334 ~ 44.01%
B 68 of 334 ~ 20.36%

%35.63
%44.01
%20.36

CMYK color model

#779344 color CMYK value is (19,0,54,42).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 53.74%
  • key color value is 42.35%
CMYK:
(19,0,54,42)
C19M0Y54K42 
(19%,0%,54%,42%)
(0.19/0.00/0.54/0.42)	

CMYK percentages

%19.05
%0
%53.74
%42.35

Codes

Color #779344 in popluar color models

779344
RGB11914768
HSL81°36.74%42.16%
HSB/HSV81°53.74%57.65%
CMYK19.05%0.00%53.74%
42.35%

Color #779344 in popluar number systems.

HEX779344
Decimal11914768
Binary1110111100100111000100
Octal167223104

Shades and tints

Shades of #779344

#779344
(119,147,68)
#6D863E
(109,134,62)
#637938
(99,121,56)
#596C32
(89,108,50)
#4F5F2C
(79,95,44)
#455226
(69,82,38)
#3B4520
(59,69,32)
#31381A
(49,56,26)
#272B14
(39,43,20)
#1D1E0E
(29,30,14)
#131108
(19,17,8)
#000000
(0,0,0)

Tints of #779344

#779344
(119,147,68)
#839C55
(131,156,85)
#8FA566
(143,165,102)
#9BAE77
(155,174,119)
#A7B788
(167,183,136)
#B3C099
(179,192,153)
#BFC9AA
(191,201,170)
#CBD2BB
(203,210,187)
#D7DBCC
(215,219,204)
#E3E4DD
(227,228,221)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779344 color. Also use rgb(119,147,68) instead hex code.

Text Font Color

.myTextColor { color: #779344; }

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

This text font color is #779344.


Background Color

.myBgColor { background-color: #779344; }

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

This div background color is #779344.


Border color

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

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

This div border color is #779344.


Opacity

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

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

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

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

This text has shadow with #779344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779344 on black background.


Color preview on white background

This text has color #779344 on white background.



Black color preview on #779344 background

This text has black color on #779344 background.


White color preview on #779344 background

This text has white color on #779344 background.