COLOR #787832

HEX: #787832
RGB: (120,120,50)

Color info

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

RGB color model

#787832 color RGB value is (120,120,50).

  • red value is 120;
  • green value is 120;
  • blue value is 50.
RGB:
(120,120,50)
(47%,47%,20%)

RGB channels and saturation

R 120 of 255 = 47%
G 120 of 255 = 47%
B 50 of 255 = 20%

120
120
50

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

Portions of RGB colors in percentages

R + G + B =
120 + 120 + 50 = 290 (100%)
R 120 of 290 ~ 41.38%
G 120 of 290 ~ 41.38%
B 50 of 290 ~ 17.24%

%41.38
%41.38
%17.24

CMYK color model

#787832 color CMYK value is (0,0,58,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 52.94%
CMYK:
(0,0,58,53)
C0M0Y58K53 
(0%,0%,58%,53%)
(0.00/0.00/0.58/0.53)	

CMYK percentages

%0
%0
%58.33
%52.94

Codes

Color #787832 in popluar color models

787832
RGB12012050
HSL60°41.18%33.33%
HSB/HSV60°58.33%47.06%
CMYK0.00%0.00%58.33%
52.94%

Color #787832 in popluar number systems.

HEX787832
Decimal12012050
Binary11110001111000110010
Octal17017062

Shades and tints

Shades of #787832

#787832
(120,120,50)
#6E6E2E
(110,110,46)
#64642A
(100,100,42)
#5A5A26
(90,90,38)
#505022
(80,80,34)
#46461E
(70,70,30)
#3C3C1A
(60,60,26)
#323216
(50,50,22)
#282812
(40,40,18)
#1E1E0E
(30,30,14)
#14140A
(20,20,10)
#000000
(0,0,0)

Tints of #787832

#787832
(120,120,50)
#848444
(132,132,68)
#909056
(144,144,86)
#9C9C68
(156,156,104)
#A8A87A
(168,168,122)
#B4B48C
(180,180,140)
#C0C09E
(192,192,158)
#CCCCB0
(204,204,176)
#D8D8C2
(216,216,194)
#E4E4D4
(228,228,212)
#F0F0E6
(240,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787832; }

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

This text font color is #787832.


Background Color

.myBgColor { background-color: #787832; }

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

This div background color is #787832.


Border color

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

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

This div border color is #787832.


Opacity

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

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

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

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

This text has shadow with #787832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787832 on black background.


Color preview on white background

This text has color #787832 on white background.



Black color preview on #787832 background

This text has black color on #787832 background.


White color preview on #787832 background

This text has white color on #787832 background.