COLOR #788847

HEX: #788847
RGB: (120,136,71)

Color info

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

RGB color model

#788847 color RGB value is (120,136,71).

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

RGB channels and saturation

R 120 of 255 = 47%
G 136 of 255 = 53%
B 71 of 255 = 28%

120
136
71

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

Portions of RGB colors in percentages

R + G + B =
120 + 136 + 71 = 327 (100%)
R 120 of 327 ~ 36.7%
G 136 of 327 ~ 41.59%
B 71 of 327 ~ 21.71%

%36.7
%41.59
%21.71

CMYK color model

#788847 color CMYK value is (12,0,48,47).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 47.79%
  • key color value is 46.67%
CMYK:
(12,0,48,47)
C12M0Y48K47 
(12%,0%,48%,47%)
(0.12/0.00/0.48/0.47)	

CMYK percentages

%11.76
%0
%47.79
%46.67

Codes

Color #788847 in popluar color models

788847
RGB12013671
HSL75°31.40%40.59%
HSB/HSV75°47.79%53.33%
CMYK11.76%0.00%47.79%
46.67%

Color #788847 in popluar number systems.

HEX788847
Decimal12013671
Binary1111000100010001000111
Octal170210107

Shades and tints

Shades of #788847

#788847
(120,136,71)
#6E7C41
(110,124,65)
#64703B
(100,112,59)
#5A6435
(90,100,53)
#50582F
(80,88,47)
#464C29
(70,76,41)
#3C4023
(60,64,35)
#32341D
(50,52,29)
#282817
(40,40,23)
#1E1C11
(30,28,17)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #788847

#788847
(120,136,71)
#849257
(132,146,87)
#909C67
(144,156,103)
#9CA677
(156,166,119)
#A8B087
(168,176,135)
#B4BA97
(180,186,151)
#C0C4A7
(192,196,167)
#CCCEB7
(204,206,183)
#D8D8C7
(216,216,199)
#E4E2D7
(228,226,215)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788847; }

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

This text font color is #788847.


Background Color

.myBgColor { background-color: #788847; }

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

This div background color is #788847.


Border color

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

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

This div border color is #788847.


Opacity

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

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

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

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

This text has shadow with #788847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788847 on black background.


Color preview on white background

This text has color #788847 on white background.



Black color preview on #788847 background

This text has black color on #788847 background.


White color preview on #788847 background

This text has white color on #788847 background.