COLOR #788D36

HEX: #788D36
RGB: (120,141,54)

Color info

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

RGB color model

#788D36 color RGB value is (120,141,54).

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

RGB channels and saturation

R 120 of 255 = 47%
G 141 of 255 = 55%
B 54 of 255 = 21%

120
141
54

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

Portions of RGB colors in percentages

R + G + B =
120 + 141 + 54 = 315 (100%)
R 120 of 315 ~ 38.1%
G 141 of 315 ~ 44.76%
B 54 of 315 ~ 17.14%

%38.1
%44.76
%17.14

CMYK color model

#788D36 color CMYK value is (15,0,62,45).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 61.70%
  • key color value is 44.71%
CMYK:
(15,0,62,45)
C15M0Y62K45 
(15%,0%,62%,45%)
(0.15/0.00/0.62/0.45)	

CMYK percentages

%14.89
%0
%61.7
%44.71

Codes

Color #788D36 in popluar color models

788D36
RGB12014154
HSL74°44.62%38.24%
HSB/HSV74°61.70%55.29%
CMYK14.89%0.00%61.70%
44.71%

Color #788D36 in popluar number systems.

HEX788D36
Decimal12014154
Binary111100010001101110110
Octal17021566

Shades and tints

Shades of #788D36

#788D36
(120,141,54)
#6E8132
(110,129,50)
#64752E
(100,117,46)
#5A692A
(90,105,42)
#505D26
(80,93,38)
#465122
(70,81,34)
#3C451E
(60,69,30)
#32391A
(50,57,26)
#282D16
(40,45,22)
#1E2112
(30,33,18)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #788D36

#788D36
(120,141,54)
#849748
(132,151,72)
#90A15A
(144,161,90)
#9CAB6C
(156,171,108)
#A8B57E
(168,181,126)
#B4BF90
(180,191,144)
#C0C9A2
(192,201,162)
#CCD3B4
(204,211,180)
#D8DDC6
(216,221,198)
#E4E7D8
(228,231,216)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788D36; }

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

This text font color is #788D36.


Background Color

.myBgColor { background-color: #788D36; }

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

This div background color is #788D36.


Border color

.myBorderColor { border: 1px solid #788D36; }

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

This div border color is #788D36.


Opacity

.myOpacity80 { color: #788D36; opacity: 0.8; }

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

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

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

This text has shadow with #788D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788D36 on black background.


Color preview on white background

This text has color #788D36 on white background.



Black color preview on #788D36 background

This text has black color on #788D36 background.


White color preview on #788D36 background

This text has white color on #788D36 background.