COLOR #778246

HEX: #778246
RGB: (119,130,70)

Color info

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

RGB color model

#778246 color RGB value is (119,130,70).

  • red value is 119;
  • green value is 130;
  • blue value is 70.
RGB:
(119,130,70)
(47%,51%,27%)

RGB channels and saturation

R 119 of 255 = 47%
G 130 of 255 = 51%
B 70 of 255 = 27%

119
130
70

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

Portions of RGB colors in percentages

R + G + B =
119 + 130 + 70 = 319 (100%)
R 119 of 319 ~ 37.3%
G 130 of 319 ~ 40.75%
B 70 of 319 ~ 21.94%

%37.3
%40.75
%21.94

CMYK color model

#778246 color CMYK value is (8,0,46,49).

  • cyan value is 8.46%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 49.02%
CMYK:
(8,0,46,49)
C8M0Y46K49 
(8%,0%,46%,49%)
(0.08/0.00/0.46/0.49)	

CMYK percentages

%8.46
%0
%46.15
%49.02

Codes

Color #778246 in popluar color models

778246
RGB11913070
HSL71°30.00%39.22%
HSB/HSV71°46.15%50.98%
CMYK8.46%0.00%46.15%
49.02%

Color #778246 in popluar number systems.

HEX778246
Decimal11913070
Binary1110111100000101000110
Octal167202106

Shades and tints

Shades of #778246

#778246
(119,130,70)
#6D7740
(109,119,64)
#636C3A
(99,108,58)
#596134
(89,97,52)
#4F562E
(79,86,46)
#454B28
(69,75,40)
#3B4022
(59,64,34)
#31351C
(49,53,28)
#272A16
(39,42,22)
#1D1F10
(29,31,16)
#13140A
(19,20,10)
#000000
(0,0,0)

Tints of #778246

#778246
(119,130,70)
#838D56
(131,141,86)
#8F9866
(143,152,102)
#9BA376
(155,163,118)
#A7AE86
(167,174,134)
#B3B996
(179,185,150)
#BFC4A6
(191,196,166)
#CBCFB6
(203,207,182)
#D7DAC6
(215,218,198)
#E3E5D6
(227,229,214)
#EFF0E6
(239,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778246 color. Also use rgb(119,130,70) instead hex code.

Text Font Color

.myTextColor { color: #778246; }

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

This text font color is #778246.


Background Color

.myBgColor { background-color: #778246; }

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

This div background color is #778246.


Border color

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

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

This div border color is #778246.


Opacity

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

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

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

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

This text has shadow with #778246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778246 on black background.


Color preview on white background

This text has color #778246 on white background.



Black color preview on #778246 background

This text has black color on #778246 background.


White color preview on #778246 background

This text has white color on #778246 background.