COLOR #788822

HEX: #788822
RGB: (120,136,34)

Color info

#788822 contains mainly red and green colors. Web safe color of #788822 is #669933 (or #693).

RGB color model

#788822 color RGB value is (120,136,34).

  • red value is 120;
  • green value is 136;
  • blue value is 34.
RGB:
(120,136,34)
(47%,53%,13%)

RGB channels and saturation

R 120 of 255 = 47%
G 136 of 255 = 53%
B 34 of 255 = 13%

120
136
34

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

Portions of RGB colors in percentages

R + G + B =
120 + 136 + 34 = 290 (100%)
R 120 of 290 ~ 41.38%
G 136 of 290 ~ 46.9%
B 34 of 290 ~ 11.72%

%41.38
%46.9
%11.72

CMYK color model

#788822 color CMYK value is (12,0,75,47).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 46.67%
CMYK:
(12,0,75,47)
C12M0Y75K47 
(12%,0%,75%,47%)
(0.12/0.00/0.75/0.47)	

CMYK percentages

%11.76
%0
%75
%46.67

Codes

Color #788822 in popluar color models

788822
RGB12013634
HSL69°60.00%33.33%
HSB/HSV69°75.00%53.33%
CMYK11.76%0.00%75.00%
46.67%

Color #788822 in popluar number systems.

HEX788822
Decimal12013634
Binary111100010001000100010
Octal17021042

Shades and tints

Shades of #788822

#788822
(120,136,34)
#6E7C1F
(110,124,31)
#64701C
(100,112,28)
#5A6419
(90,100,25)
#505816
(80,88,22)
#464C13
(70,76,19)
#3C4010
(60,64,16)
#32340D
(50,52,13)
#28280A
(40,40,10)
#1E1C07
(30,28,7)
#141004
(20,16,4)
#000000
(0,0,0)

Tints of #788822

#788822
(120,136,34)
#849236
(132,146,54)
#909C4A
(144,156,74)
#9CA65E
(156,166,94)
#A8B072
(168,176,114)
#B4BA86
(180,186,134)
#C0C49A
(192,196,154)
#CCCEAE
(204,206,174)
#D8D8C2
(216,216,194)
#E4E2D6
(228,226,214)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788822; }

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

This text font color is #788822.


Background Color

.myBgColor { background-color: #788822; }

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

This div background color is #788822.


Border color

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

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

This div border color is #788822.


Opacity

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

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

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

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

This text has shadow with #788822 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788822 on black background.


Color preview on white background

This text has color #788822 on white background.



Black color preview on #788822 background

This text has black color on #788822 background.


White color preview on #788822 background

This text has white color on #788822 background.