COLOR #788041

HEX: #788041
RGB: (120,128,65)

Color info

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

RGB color model

#788041 color RGB value is (120,128,65).

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

RGB channels and saturation

R 120 of 255 = 47%
G 128 of 255 = 50%
B 65 of 255 = 25%

120
128
65

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

Portions of RGB colors in percentages

R + G + B =
120 + 128 + 65 = 313 (100%)
R 120 of 313 ~ 38.34%
G 128 of 313 ~ 40.89%
B 65 of 313 ~ 20.77%

%38.34
%40.89
%20.77

CMYK color model

#788041 color CMYK value is (6,0,49,50).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 49.22%
  • key color value is 49.80%
CMYK:
(6,0,49,50)
C6M0Y49K50 
(6%,0%,49%,50%)
(0.06/0.00/0.49/0.50)	

CMYK percentages

%6.25
%0
%49.22
%49.8

Codes

Color #788041 in popluar color models

788041
RGB12012865
HSL68°32.64%37.84%
HSB/HSV68°49.22%50.20%
CMYK6.25%0.00%49.22%
49.80%

Color #788041 in popluar number systems.

HEX788041
Decimal12012865
Binary1111000100000001000001
Octal170200101

Shades and tints

Shades of #788041

#788041
(120,128,65)
#6E753C
(110,117,60)
#646A37
(100,106,55)
#5A5F32
(90,95,50)
#50542D
(80,84,45)
#464928
(70,73,40)
#3C3E23
(60,62,35)
#32331E
(50,51,30)
#282819
(40,40,25)
#1E1D14
(30,29,20)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #788041

#788041
(120,128,65)
#848B52
(132,139,82)
#909663
(144,150,99)
#9CA174
(156,161,116)
#A8AC85
(168,172,133)
#B4B796
(180,183,150)
#C0C2A7
(192,194,167)
#CCCDB8
(204,205,184)
#D8D8C9
(216,216,201)
#E4E3DA
(228,227,218)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788041; }

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

This text font color is #788041.


Background Color

.myBgColor { background-color: #788041; }

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

This div background color is #788041.


Border color

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

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

This div border color is #788041.


Opacity

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

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

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

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

This text has shadow with #788041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788041 on black background.


Color preview on white background

This text has color #788041 on white background.



Black color preview on #788041 background

This text has black color on #788041 background.


White color preview on #788041 background

This text has white color on #788041 background.