COLOR #788D47

HEX: #788D47
RGB: (120,141,71)

Color info

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

RGB color model

#788D47 color RGB value is (120,141,71).

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

RGB channels and saturation

R 120 of 255 = 47%
G 141 of 255 = 55%
B 71 of 255 = 28%

120
141
71

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

Portions of RGB colors in percentages

R + G + B =
120 + 141 + 71 = 332 (100%)
R 120 of 332 ~ 36.14%
G 141 of 332 ~ 42.47%
B 71 of 332 ~ 21.39%

%36.14
%42.47
%21.39

CMYK color model

#788D47 color CMYK value is (15,0,50,45).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 49.65%
  • key color value is 44.71%
CMYK:
(15,0,50,45)
C15M0Y50K45 
(15%,0%,50%,45%)
(0.15/0.00/0.50/0.45)	

CMYK percentages

%14.89
%0
%49.65
%44.71

Codes

Color #788D47 in popluar color models

788D47
RGB12014171
HSL78°33.02%41.57%
HSB/HSV78°49.65%55.29%
CMYK14.89%0.00%49.65%
44.71%

Color #788D47 in popluar number systems.

HEX788D47
Decimal12014171
Binary1111000100011011000111
Octal170215107

Shades and tints

Shades of #788D47

#788D47
(120,141,71)
#6E8141
(110,129,65)
#64753B
(100,117,59)
#5A6935
(90,105,53)
#505D2F
(80,93,47)
#465129
(70,81,41)
#3C4523
(60,69,35)
#32391D
(50,57,29)
#282D17
(40,45,23)
#1E2111
(30,33,17)
#14150B
(20,21,11)
#000000
(0,0,0)

Tints of #788D47

#788D47
(120,141,71)
#849757
(132,151,87)
#90A167
(144,161,103)
#9CAB77
(156,171,119)
#A8B587
(168,181,135)
#B4BF97
(180,191,151)
#C0C9A7
(192,201,167)
#CCD3B7
(204,211,183)
#D8DDC7
(216,221,199)
#E4E7D7
(228,231,215)
#F0F1E7
(240,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788D47; }

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

This text font color is #788D47.


Background Color

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

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

This div background color is #788D47.


Border color

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

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

This div border color is #788D47.


Opacity

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

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

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

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

This text has shadow with #788D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788D47 on black background.


Color preview on white background

This text has color #788D47 on white background.



Black color preview on #788D47 background

This text has black color on #788D47 background.


White color preview on #788D47 background

This text has white color on #788D47 background.