COLOR #788E4B

HEX: #788E4B
RGB: (120,142,75)

Color info

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

RGB color model

#788E4B color RGB value is (120,142,75).

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

RGB channels and saturation

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

120
142
75

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

Portions of RGB colors in percentages

R + G + B =
120 + 142 + 75 = 337 (100%)
R 120 of 337 ~ 35.61%
G 142 of 337 ~ 42.14%
B 75 of 337 ~ 22.26%

%35.61
%42.14
%22.26

CMYK color model

#788E4B color CMYK value is (15,0,47,44).

  • cyan value is 15.49%
  • magenta value is 0.00%
  • yellow value is 47.18%
  • key color value is 44.31%
CMYK:
(15,0,47,44)
C15M0Y47K44 
(15%,0%,47%,44%)
(0.15/0.00/0.47/0.44)	

CMYK percentages

%15.49
%0
%47.18
%44.31

Codes

Color #788E4B in popluar color models

788E4B
RGB12014275
HSL80°30.88%42.55%
HSB/HSV80°47.18%55.69%
CMYK15.49%0.00%47.18%
44.31%

Color #788E4B in popluar number systems.

HEX788E4B
Decimal12014275
Binary1111000100011101001011
Octal170216113

Shades and tints

Shades of #788E4B

#788E4B
(120,142,75)
#6E8245
(110,130,69)
#64763F
(100,118,63)
#5A6A39
(90,106,57)
#505E33
(80,94,51)
#46522D
(70,82,45)
#3C4627
(60,70,39)
#323A21
(50,58,33)
#282E1B
(40,46,27)
#1E2215
(30,34,21)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #788E4B

#788E4B
(120,142,75)
#84985B
(132,152,91)
#90A26B
(144,162,107)
#9CAC7B
(156,172,123)
#A8B68B
(168,182,139)
#B4C09B
(180,192,155)
#C0CAAB
(192,202,171)
#CCD4BB
(204,212,187)
#D8DECB
(216,222,203)
#E4E8DB
(228,232,219)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788E4B; }

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

This text font color is #788E4B.


Background Color

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

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

This div background color is #788E4B.


Border color

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

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

This div border color is #788E4B.


Opacity

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

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

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

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

This text has shadow with #788E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788E4B on black background.


Color preview on white background

This text has color #788E4B on white background.



Black color preview on #788E4B background

This text has black color on #788E4B background.


White color preview on #788E4B background

This text has white color on #788E4B background.