COLOR #779534

HEX: #779534
RGB: (119,149,52)

Color info

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

RGB color model

#779534 color RGB value is (119,149,52).

  • red value is 119;
  • green value is 149;
  • blue value is 52.
RGB:
(119,149,52)
(47%,58%,20%)

RGB channels and saturation

R 119 of 255 = 47%
G 149 of 255 = 58%
B 52 of 255 = 20%

119
149
52

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

Portions of RGB colors in percentages

R + G + B =
119 + 149 + 52 = 320 (100%)
R 119 of 320 ~ 37.19%
G 149 of 320 ~ 46.56%
B 52 of 320 ~ 16.25%

%37.19
%46.56
%16.25

CMYK color model

#779534 color CMYK value is (20,0,65,42).

  • cyan value is 20.13%
  • magenta value is 0.00%
  • yellow value is 65.10%
  • key color value is 41.57%
CMYK:
(20,0,65,42)
C20M0Y65K42 
(20%,0%,65%,42%)
(0.20/0.00/0.65/0.42)	

CMYK percentages

%20.13
%0
%65.1
%41.57

Codes

Color #779534 in popluar color models

779534
RGB11914952
HSL79°48.26%39.41%
HSB/HSV79°65.10%58.43%
CMYK20.13%0.00%65.10%
41.57%

Color #779534 in popluar number systems.

HEX779534
Decimal11914952
Binary111011110010101110100
Octal16722564

Shades and tints

Shades of #779534

#779534
(119,149,52)
#6D8830
(109,136,48)
#637B2C
(99,123,44)
#596E28
(89,110,40)
#4F6124
(79,97,36)
#455420
(69,84,32)
#3B471C
(59,71,28)
#313A18
(49,58,24)
#272D14
(39,45,20)
#1D2010
(29,32,16)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #779534

#779534
(119,149,52)
#839E46
(131,158,70)
#8FA758
(143,167,88)
#9BB06A
(155,176,106)
#A7B97C
(167,185,124)
#B3C28E
(179,194,142)
#BFCBA0
(191,203,160)
#CBD4B2
(203,212,178)
#D7DDC4
(215,221,196)
#E3E6D6
(227,230,214)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779534 color. Also use rgb(119,149,52) instead hex code.

Text Font Color

.myTextColor { color: #779534; }

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

This text font color is #779534.


Background Color

.myBgColor { background-color: #779534; }

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

This div background color is #779534.


Border color

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

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

This div border color is #779534.


Opacity

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

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

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

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

This text has shadow with #779534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779534 on black background.


Color preview on white background

This text has color #779534 on white background.



Black color preview on #779534 background

This text has black color on #779534 background.


White color preview on #779534 background

This text has white color on #779534 background.