COLOR #778241

HEX: #778241
RGB: (119,130,65)

Color info

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

RGB color model

#778241 color RGB value is (119,130,65).

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

RGB channels and saturation

R 119 of 255 = 47%
G 130 of 255 = 51%
B 65 of 255 = 25%

119
130
65

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

Portions of RGB colors in percentages

R + G + B =
119 + 130 + 65 = 314 (100%)
R 119 of 314 ~ 37.9%
G 130 of 314 ~ 41.4%
B 65 of 314 ~ 20.7%

%37.9
%41.4
%20.7

CMYK color model

#778241 color CMYK value is (8,0,50,49).

  • cyan value is 8.46%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 49.02%
CMYK:
(8,0,50,49)
C8M0Y50K49 
(8%,0%,50%,49%)
(0.08/0.00/0.50/0.49)	

CMYK percentages

%8.46
%0
%50
%49.02

Codes

Color #778241 in popluar color models

778241
RGB11913065
HSL70°33.33%38.24%
HSB/HSV70°50.00%50.98%
CMYK8.46%0.00%50.00%
49.02%

Color #778241 in popluar number systems.

HEX778241
Decimal11913065
Binary1110111100000101000001
Octal167202101

Shades and tints

Shades of #778241

#778241
(119,130,65)
#6D773C
(109,119,60)
#636C37
(99,108,55)
#596132
(89,97,50)
#4F562D
(79,86,45)
#454B28
(69,75,40)
#3B4023
(59,64,35)
#31351E
(49,53,30)
#272A19
(39,42,25)
#1D1F14
(29,31,20)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #778241

#778241
(119,130,65)
#838D52
(131,141,82)
#8F9863
(143,152,99)
#9BA374
(155,163,116)
#A7AE85
(167,174,133)
#B3B996
(179,185,150)
#BFC4A7
(191,196,167)
#CBCFB8
(203,207,184)
#D7DAC9
(215,218,201)
#E3E5DA
(227,229,218)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778241; }

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

This text font color is #778241.


Background Color

.myBgColor { background-color: #778241; }

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

This div background color is #778241.


Border color

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

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

This div border color is #778241.


Opacity

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

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

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

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

This text has shadow with #778241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778241 on black background.


Color preview on white background

This text has color #778241 on white background.



Black color preview on #778241 background

This text has black color on #778241 background.


White color preview on #778241 background

This text has white color on #778241 background.