COLOR #788356

HEX: #788356
RGB: (120,131,86)

Color info

#788356 contains red, green and blue colors in about the same proportion. Web safe color of #788356 is #669966 (or #696).

RGB color model

#788356 color RGB value is (120,131,86).

  • red value is 120;
  • green value is 131;
  • blue value is 86.
RGB:
(120,131,86)
(47%,51%,34%)

RGB channels and saturation

R 120 of 255 = 47%
G 131 of 255 = 51%
B 86 of 255 = 34%

120
131
86

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

Portions of RGB colors in percentages

R + G + B =
120 + 131 + 86 = 337 (100%)
R 120 of 337 ~ 35.61%
G 131 of 337 ~ 38.87%
B 86 of 337 ~ 25.52%

%35.61
%38.87
%25.52

CMYK color model

#788356 color CMYK value is (8,0,34,49).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 34.35%
  • key color value is 48.63%
CMYK:
(8,0,34,49)
C8M0Y34K49 
(8%,0%,34%,49%)
(0.08/0.00/0.34/0.49)	

CMYK percentages

%8.4
%0
%34.35
%48.63

Codes

Color #788356 in popluar color models

788356
RGB12013186
HSL75°20.74%42.55%
HSB/HSV75°34.35%51.37%
CMYK8.40%0.00%34.35%
48.63%

Color #788356 in popluar number systems.

HEX788356
Decimal12013186
Binary1111000100000111010110
Octal170203126

Shades and tints

Shades of #788356

#788356
(120,131,86)
#6E784F
(110,120,79)
#646D48
(100,109,72)
#5A6241
(90,98,65)
#50573A
(80,87,58)
#464C33
(70,76,51)
#3C412C
(60,65,44)
#323625
(50,54,37)
#282B1E
(40,43,30)
#1E2017
(30,32,23)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #788356

#788356
(120,131,86)
#848E65
(132,142,101)
#909974
(144,153,116)
#9CA483
(156,164,131)
#A8AF92
(168,175,146)
#B4BAA1
(180,186,161)
#C0C5B0
(192,197,176)
#CCD0BF
(204,208,191)
#D8DBCE
(216,219,206)
#E4E6DD
(228,230,221)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788356 color. Also use rgb(120,131,86) instead hex code.

Text Font Color

.myTextColor { color: #788356; }

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

This text font color is #788356.


Background Color

.myBgColor { background-color: #788356; }

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

This div background color is #788356.


Border color

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

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

This div border color is #788356.


Opacity

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

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

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

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

This text has shadow with #788356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788356 on black background.


Color preview on white background

This text has color #788356 on white background.



Black color preview on #788356 background

This text has black color on #788356 background.


White color preview on #788356 background

This text has white color on #788356 background.