COLOR #788E52

HEX: #788E52
RGB: (120,142,82)

Color info

#788E52 contains mainly red and green colors. Web safe color of #788E52 is #669966 (or #696).

RGB color model

#788E52 color RGB value is (120,142,82).

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

RGB channels and saturation

R 120 of 255 = 47%
G 142 of 255 = 56%
B 82 of 255 = 32%

120
142
82

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

Portions of RGB colors in percentages

R + G + B =
120 + 142 + 82 = 344 (100%)
R 120 of 344 ~ 34.88%
G 142 of 344 ~ 41.28%
B 82 of 344 ~ 23.84%

%34.88
%41.28
%23.84

CMYK color model

#788E52 color CMYK value is (15,0,42,44).

  • cyan value is 15.49%
  • magenta value is 0.00%
  • yellow value is 42.25%
  • key color value is 44.31%
CMYK:
(15,0,42,44)
C15M0Y42K44 
(15%,0%,42%,44%)
(0.15/0.00/0.42/0.44)	

CMYK percentages

%15.49
%0
%42.25
%44.31

Codes

Color #788E52 in popluar color models

788E52
RGB12014282
HSL82°26.79%43.92%
HSB/HSV82°42.25%55.69%
CMYK15.49%0.00%42.25%
44.31%

Color #788E52 in popluar number systems.

HEX788E52
Decimal12014282
Binary1111000100011101010010
Octal170216122

Shades and tints

Shades of #788E52

#788E52
(120,142,82)
#6E824B
(110,130,75)
#647644
(100,118,68)
#5A6A3D
(90,106,61)
#505E36
(80,94,54)
#46522F
(70,82,47)
#3C4628
(60,70,40)
#323A21
(50,58,33)
#282E1A
(40,46,26)
#1E2213
(30,34,19)
#14160C
(20,22,12)
#000000
(0,0,0)

Tints of #788E52

#788E52
(120,142,82)
#849861
(132,152,97)
#90A270
(144,162,112)
#9CAC7F
(156,172,127)
#A8B68E
(168,182,142)
#B4C09D
(180,192,157)
#C0CAAC
(192,202,172)
#CCD4BB
(204,212,187)
#D8DECA
(216,222,202)
#E4E8D9
(228,232,217)
#F0F2E8
(240,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788E52; }

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

This text font color is #788E52.


Background Color

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

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

This div background color is #788E52.


Border color

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

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

This div border color is #788E52.


Opacity

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

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

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

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

This text has shadow with #788E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788E52 on black background.


Color preview on white background

This text has color #788E52 on white background.



Black color preview on #788E52 background

This text has black color on #788E52 background.


White color preview on #788E52 background

This text has white color on #788E52 background.