COLOR #787130

HEX: #787130
RGB: (120,113,48)

Color info

#787130 contains mainly red and green colors. Web safe color of #787130 is #666633 (or #663).

RGB color model

#787130 color RGB value is (120,113,48).

  • red value is 120;
  • green value is 113;
  • blue value is 48.
RGB:
(120,113,48)
(47%,44%,19%)

RGB channels and saturation

R 120 of 255 = 47%
G 113 of 255 = 44%
B 48 of 255 = 19%

120
113
48

R + G + B ~ 37%. #787130 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 113 + 48 = 281 (100%)
R 120 of 281 ~ 42.7%
G 113 of 281 ~ 40.21%
B 48 of 281 ~ 17.08%

%42.7
%40.21
%17.08

CMYK color model

#787130 color CMYK value is (0,6,60,53).

  • cyan value is 0.00%
  • magenta value is 5.83%
  • yellow value is 60.00%
  • key color value is 52.94%
CMYK:
(0,6,60,53)
C0M6Y60K53 
(0%,6%,60%,53%)
(0.00/0.06/0.60/0.53)	

CMYK percentages

%0
%5.83
%60
%52.94

Codes

Color #787130 in popluar color models

787130
RGB12011348
HSL54°42.86%32.94%
HSB/HSV54°60.00%47.06%
CMYK0.00%5.83%60.00%
52.94%

Color #787130 in popluar number systems.

HEX787130
Decimal12011348
Binary11110001110001110000
Octal17016160

Shades and tints

Shades of #787130

#787130
(120,113,48)
#6E672C
(110,103,44)
#645D28
(100,93,40)
#5A5324
(90,83,36)
#504920
(80,73,32)
#463F1C
(70,63,28)
#3C3518
(60,53,24)
#322B14
(50,43,20)
#282110
(40,33,16)
#1E170C
(30,23,12)
#140D08
(20,13,8)
#000000
(0,0,0)

Tints of #787130

#787130
(120,113,48)
#847D42
(132,125,66)
#908954
(144,137,84)
#9C9566
(156,149,102)
#A8A178
(168,161,120)
#B4AD8A
(180,173,138)
#C0B99C
(192,185,156)
#CCC5AE
(204,197,174)
#D8D1C0
(216,209,192)
#E4DDD2
(228,221,210)
#F0E9E4
(240,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787130 color. Also use rgb(120,113,48) instead hex code.

Text Font Color

.myTextColor { color: #787130; }

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

This text font color is #787130.


Background Color

.myBgColor { background-color: #787130; }

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

This div background color is #787130.


Border color

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

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

This div border color is #787130.


Opacity

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

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

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

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

This text has shadow with #787130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787130 on black background.


Color preview on white background

This text has color #787130 on white background.



Black color preview on #787130 background

This text has black color on #787130 background.


White color preview on #787130 background

This text has white color on #787130 background.