COLOR #788E4A

HEX: #788E4A
RGB: (120,142,74)

Color info

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

RGB color model

#788E4A color RGB value is (120,142,74).

  • red value is 120;
  • green value is 142;
  • blue value is 74.
RGB:
(120,142,74)
(47%,56%,29%)

RGB channels and saturation

R 120 of 255 = 47%
G 142 of 255 = 56%
B 74 of 255 = 29%

120
142
74

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

Portions of RGB colors in percentages

R + G + B =
120 + 142 + 74 = 336 (100%)
R 120 of 336 ~ 35.71%
G 142 of 336 ~ 42.26%
B 74 of 336 ~ 22.02%

%35.71
%42.26
%22.02

CMYK color model

#788E4A color CMYK value is (15,0,48,44).

  • cyan value is 15.49%
  • magenta value is 0.00%
  • yellow value is 47.89%
  • key color value is 44.31%
CMYK:
(15,0,48,44)
C15M0Y48K44 
(15%,0%,48%,44%)
(0.15/0.00/0.48/0.44)	

CMYK percentages

%15.49
%0
%47.89
%44.31

Codes

Color #788E4A in popluar color models

788E4A
RGB12014274
HSL79°31.48%42.35%
HSB/HSV79°47.89%55.69%
CMYK15.49%0.00%47.89%
44.31%

Color #788E4A in popluar number systems.

HEX788E4A
Decimal12014274
Binary1111000100011101001010
Octal170216112

Shades and tints

Shades of #788E4A

#788E4A
(120,142,74)
#6E8244
(110,130,68)
#64763E
(100,118,62)
#5A6A38
(90,106,56)
#505E32
(80,94,50)
#46522C
(70,82,44)
#3C4626
(60,70,38)
#323A20
(50,58,32)
#282E1A
(40,46,26)
#1E2214
(30,34,20)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #788E4A

#788E4A
(120,142,74)
#84985A
(132,152,90)
#90A26A
(144,162,106)
#9CAC7A
(156,172,122)
#A8B68A
(168,182,138)
#B4C09A
(180,192,154)
#C0CAAA
(192,202,170)
#CCD4BA
(204,212,186)
#D8DECA
(216,222,202)
#E4E8DA
(228,232,218)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788E4A color. Also use rgb(120,142,74) instead hex code.

Text Font Color

.myTextColor { color: #788E4A; }

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

This text font color is #788E4A.


Background Color

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

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

This div background color is #788E4A.


Border color

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

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

This div border color is #788E4A.


Opacity

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

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

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

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

This text has shadow with #788E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788E4A on black background.


Color preview on white background

This text has color #788E4A on white background.



Black color preview on #788E4A background

This text has black color on #788E4A background.


White color preview on #788E4A background

This text has white color on #788E4A background.