COLOR #788836

HEX: #788836
RGB: (120,136,54)

Color info

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

RGB color model

#788836 color RGB value is (120,136,54).

  • red value is 120;
  • green value is 136;
  • blue value is 54.
RGB:
(120,136,54)
(47%,53%,21%)

RGB channels and saturation

R 120 of 255 = 47%
G 136 of 255 = 53%
B 54 of 255 = 21%

120
136
54

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

Portions of RGB colors in percentages

R + G + B =
120 + 136 + 54 = 310 (100%)
R 120 of 310 ~ 38.71%
G 136 of 310 ~ 43.87%
B 54 of 310 ~ 17.42%

%38.71
%43.87
%17.42

CMYK color model

#788836 color CMYK value is (12,0,60,47).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 60.29%
  • key color value is 46.67%
CMYK:
(12,0,60,47)
C12M0Y60K47 
(12%,0%,60%,47%)
(0.12/0.00/0.60/0.47)	

CMYK percentages

%11.76
%0
%60.29
%46.67

Codes

Color #788836 in popluar color models

788836
RGB12013654
HSL72°43.16%37.25%
HSB/HSV72°60.29%53.33%
CMYK11.76%0.00%60.29%
46.67%

Color #788836 in popluar number systems.

HEX788836
Decimal12013654
Binary111100010001000110110
Octal17021066

Shades and tints

Shades of #788836

#788836
(120,136,54)
#6E7C32
(110,124,50)
#64702E
(100,112,46)
#5A642A
(90,100,42)
#505826
(80,88,38)
#464C22
(70,76,34)
#3C401E
(60,64,30)
#32341A
(50,52,26)
#282816
(40,40,22)
#1E1C12
(30,28,18)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #788836

#788836
(120,136,54)
#849248
(132,146,72)
#909C5A
(144,156,90)
#9CA66C
(156,166,108)
#A8B07E
(168,176,126)
#B4BA90
(180,186,144)
#C0C4A2
(192,196,162)
#CCCEB4
(204,206,180)
#D8D8C6
(216,216,198)
#E4E2D8
(228,226,216)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788836 color. Also use rgb(120,136,54) instead hex code.

Text Font Color

.myTextColor { color: #788836; }

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

This text font color is #788836.


Background Color

.myBgColor { background-color: #788836; }

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

This div background color is #788836.


Border color

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

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

This div border color is #788836.


Opacity

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

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

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

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

This text has shadow with #788836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788836 on black background.


Color preview on white background

This text has color #788836 on white background.



Black color preview on #788836 background

This text has black color on #788836 background.


White color preview on #788836 background

This text has white color on #788836 background.