COLOR #787316

HEX: #787316
RGB: (120,115,22)

Color info

#787316 contains mainly red and green colors. Web safe color of #787316 is #666600 (or #660).

RGB color model

#787316 color RGB value is (120,115,22).

  • red value is 120;
  • green value is 115;
  • blue value is 22.
RGB:
(120,115,22)
(47%,45%,9%)

RGB channels and saturation

R 120 of 255 = 47%
G 115 of 255 = 45%
B 22 of 255 = 9%

120
115
22

R + G + B ~ 34%. #787316 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 115 + 22 = 257 (100%)
R 120 of 257 ~ 46.69%
G 115 of 257 ~ 44.75%
B 22 of 257 ~ 8.56%

%46.69
%44.75

CMYK color model

#787316 color CMYK value is (0,4,82,53).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 81.67%
  • key color value is 52.94%
CMYK:
(0,4,82,53)
C0M4Y82K53 
(0%,4%,82%,53%)
(0.00/0.04/0.82/0.53)	

CMYK percentages

%0
%4.17
%81.67
%52.94

Codes

Color #787316 in popluar color models

787316
RGB12011522
HSL57°69.01%27.84%
HSB/HSV57°81.67%47.06%
CMYK0.00%4.17%81.67%
52.94%

Color #787316 in popluar number systems.

HEX787316
Decimal12011522
Binary1111000111001110110
Octal17016326

Shades and tints

Shades of #787316

#787316
(120,115,22)
#6E6914
(110,105,20)
#645F12
(100,95,18)
#5A5510
(90,85,16)
#504B0E
(80,75,14)
#46410C
(70,65,12)
#3C370A
(60,55,10)
#322D08
(50,45,8)
#282306
(40,35,6)
#1E1904
(30,25,4)
#140F02
(20,15,2)
#000000
(0,0,0)

Tints of #787316

#787316
(120,115,22)
#847F2B
(132,127,43)
#908B40
(144,139,64)
#9C9755
(156,151,85)
#A8A36A
(168,163,106)
#B4AF7F
(180,175,127)
#C0BB94
(192,187,148)
#CCC7A9
(204,199,169)
#D8D3BE
(216,211,190)
#E4DFD3
(228,223,211)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787316 color. Also use rgb(120,115,22) instead hex code.

Text Font Color

.myTextColor { color: #787316; }

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

This text font color is #787316.


Background Color

.myBgColor { background-color: #787316; }

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

This div background color is #787316.


Border color

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

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

This div border color is #787316.


Opacity

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

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

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

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

This text has shadow with #787316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787316 on black background.


Color preview on white background

This text has color #787316 on white background.



Black color preview on #787316 background

This text has black color on #787316 background.


White color preview on #787316 background

This text has white color on #787316 background.