COLOR #788D38

HEX: #788D38
RGB: (120,141,56)

Color info

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

RGB color model

#788D38 color RGB value is (120,141,56).

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

RGB channels and saturation

R 120 of 255 = 47%
G 141 of 255 = 55%
B 56 of 255 = 22%

120
141
56

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

Portions of RGB colors in percentages

R + G + B =
120 + 141 + 56 = 317 (100%)
R 120 of 317 ~ 37.85%
G 141 of 317 ~ 44.48%
B 56 of 317 ~ 17.67%

%37.85
%44.48
%17.67

CMYK color model

#788D38 color CMYK value is (15,0,60,45).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 60.28%
  • key color value is 44.71%
CMYK:
(15,0,60,45)
C15M0Y60K45 
(15%,0%,60%,45%)
(0.15/0.00/0.60/0.45)	

CMYK percentages

%14.89
%0
%60.28
%44.71

Codes

Color #788D38 in popluar color models

788D38
RGB12014156
HSL75°43.15%38.63%
HSB/HSV75°60.28%55.29%
CMYK14.89%0.00%60.28%
44.71%

Color #788D38 in popluar number systems.

HEX788D38
Decimal12014156
Binary111100010001101111000
Octal17021570

Shades and tints

Shades of #788D38

#788D38
(120,141,56)
#6E8133
(110,129,51)
#64752E
(100,117,46)
#5A6929
(90,105,41)
#505D24
(80,93,36)
#46511F
(70,81,31)
#3C451A
(60,69,26)
#323915
(50,57,21)
#282D10
(40,45,16)
#1E210B
(30,33,11)
#141506
(20,21,6)
#000000
(0,0,0)

Tints of #788D38

#788D38
(120,141,56)
#84974A
(132,151,74)
#90A15C
(144,161,92)
#9CAB6E
(156,171,110)
#A8B580
(168,181,128)
#B4BF92
(180,191,146)
#C0C9A4
(192,201,164)
#CCD3B6
(204,211,182)
#D8DDC8
(216,221,200)
#E4E7DA
(228,231,218)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788D38; }

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

This text font color is #788D38.


Background Color

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

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

This div background color is #788D38.


Border color

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

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

This div border color is #788D38.


Opacity

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

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

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

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

This text has shadow with #788D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788D38 on black background.


Color preview on white background

This text has color #788D38 on white background.



Black color preview on #788D38 background

This text has black color on #788D38 background.


White color preview on #788D38 background

This text has white color on #788D38 background.