COLOR #788363

HEX: #788363
RGB: (120,131,99)

Color info

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

RGB color model

#788363 color RGB value is (120,131,99).

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

RGB channels and saturation

R 120 of 255 = 47%
G 131 of 255 = 51%
B 99 of 255 = 39%

120
131
99

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

Portions of RGB colors in percentages

R + G + B =
120 + 131 + 99 = 350 (100%)
R 120 of 350 ~ 34.29%
G 131 of 350 ~ 37.43%
B 99 of 350 ~ 28.29%

%34.29
%37.43
%28.29

CMYK color model

#788363 color CMYK value is (8,0,24,49).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 24.43%
  • key color value is 48.63%
CMYK:
(8,0,24,49)
C8M0Y24K49 
(8%,0%,24%,49%)
(0.08/0.00/0.24/0.49)	

CMYK percentages

%8.4
%0
%24.43
%48.63

Codes

Color #788363 in popluar color models

788363
RGB12013199
HSL81°13.91%45.10%
HSB/HSV81°24.43%51.37%
CMYK8.40%0.00%24.43%
48.63%

Color #788363 in popluar number systems.

HEX788363
Decimal12013199
Binary1111000100000111100011
Octal170203143

Shades and tints

Shades of #788363

#788363
(120,131,99)
#6E785A
(110,120,90)
#646D51
(100,109,81)
#5A6248
(90,98,72)
#50573F
(80,87,63)
#464C36
(70,76,54)
#3C412D
(60,65,45)
#323624
(50,54,36)
#282B1B
(40,43,27)
#1E2012
(30,32,18)
#141509
(20,21,9)
#000000
(0,0,0)

Tints of #788363

#788363
(120,131,99)
#848E71
(132,142,113)
#90997F
(144,153,127)
#9CA48D
(156,164,141)
#A8AF9B
(168,175,155)
#B4BAA9
(180,186,169)
#C0C5B7
(192,197,183)
#CCD0C5
(204,208,197)
#D8DBD3
(216,219,211)
#E4E6E1
(228,230,225)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788363; }

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

This text font color is #788363.


Background Color

.myBgColor { background-color: #788363; }

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

This div background color is #788363.


Border color

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

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

This div border color is #788363.


Opacity

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

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

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

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

This text has shadow with #788363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788363 on black background.


Color preview on white background

This text has color #788363 on white background.



Black color preview on #788363 background

This text has black color on #788363 background.


White color preview on #788363 background

This text has white color on #788363 background.