COLOR #787138

HEX: #787138
RGB: (120,113,56)

Color info

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

RGB color model

#787138 color RGB value is (120,113,56).

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

RGB channels and saturation

R 120 of 255 = 47%
G 113 of 255 = 44%
B 56 of 255 = 22%

120
113
56

R + G + B ~ 38%. #787138 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 113 + 56 = 289 (100%)
R 120 of 289 ~ 41.52%
G 113 of 289 ~ 39.1%
B 56 of 289 ~ 19.38%

%41.52
%39.1
%19.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.83%
  • yellow value is 53.33%
  • key color value is 52.94%
CMYK:
(0,6,53,53)
C0M6Y53K53 
(0%,6%,53%,53%)
(0.00/0.06/0.53/0.53)	

CMYK percentages

%0
%5.83
%53.33
%52.94

Codes

Color #787138 in popluar color models

787138
RGB12011356
HSL53°36.36%34.51%
HSB/HSV53°53.33%47.06%
CMYK0.00%5.83%53.33%
52.94%

Color #787138 in popluar number systems.

HEX787138
Decimal12011356
Binary11110001110001111000
Octal17016170

Shades and tints

Shades of #787138

#787138
(120,113,56)
#6E6733
(110,103,51)
#645D2E
(100,93,46)
#5A5329
(90,83,41)
#504924
(80,73,36)
#463F1F
(70,63,31)
#3C351A
(60,53,26)
#322B15
(50,43,21)
#282110
(40,33,16)
#1E170B
(30,23,11)
#140D06
(20,13,6)
#000000
(0,0,0)

Tints of #787138

#787138
(120,113,56)
#847D4A
(132,125,74)
#90895C
(144,137,92)
#9C956E
(156,149,110)
#A8A180
(168,161,128)
#B4AD92
(180,173,146)
#C0B9A4
(192,185,164)
#CCC5B6
(204,197,182)
#D8D1C8
(216,209,200)
#E4DDDA
(228,221,218)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787138; }

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

This text font color is #787138.


Background Color

.myBgColor { background-color: #787138; }

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

This div background color is #787138.


Border color

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

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

This div border color is #787138.


Opacity

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

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

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

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

This text has shadow with #787138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787138 on black background.


Color preview on white background

This text has color #787138 on white background.



Black color preview on #787138 background

This text has black color on #787138 background.


White color preview on #787138 background

This text has white color on #787138 background.