COLOR #788424

HEX: #788424
RGB: (120,132,36)

Color info

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

RGB color model

#788424 color RGB value is (120,132,36).

  • red value is 120;
  • green value is 132;
  • blue value is 36.
RGB:
(120,132,36)
(47%,52%,14%)

RGB channels and saturation

R 120 of 255 = 47%
G 132 of 255 = 52%
B 36 of 255 = 14%

120
132
36

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

Portions of RGB colors in percentages

R + G + B =
120 + 132 + 36 = 288 (100%)
R 120 of 288 ~ 41.67%
G 132 of 288 ~ 45.83%
B 36 of 288 ~ 12.5%

%41.67
%45.83
%12.5

CMYK color model

#788424 color CMYK value is (9,0,73,48).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 48.24%
CMYK:
(9,0,73,48)
C9M0Y73K48 
(9%,0%,73%,48%)
(0.09/0.00/0.73/0.48)	

CMYK percentages

%9.09
%0
%72.73
%48.24

Codes

Color #788424 in popluar color models

788424
RGB12013236
HSL68°57.14%32.94%
HSB/HSV68°72.73%51.76%
CMYK9.09%0.00%72.73%
48.24%

Color #788424 in popluar number systems.

HEX788424
Decimal12013236
Binary111100010000100100100
Octal17020444

Shades and tints

Shades of #788424

#788424
(120,132,36)
#6E7821
(110,120,33)
#646C1E
(100,108,30)
#5A601B
(90,96,27)
#505418
(80,84,24)
#464815
(70,72,21)
#3C3C12
(60,60,18)
#32300F
(50,48,15)
#28240C
(40,36,12)
#1E1809
(30,24,9)
#140C06
(20,12,6)
#000000
(0,0,0)

Tints of #788424

#788424
(120,132,36)
#848F37
(132,143,55)
#909A4A
(144,154,74)
#9CA55D
(156,165,93)
#A8B070
(168,176,112)
#B4BB83
(180,187,131)
#C0C696
(192,198,150)
#CCD1A9
(204,209,169)
#D8DCBC
(216,220,188)
#E4E7CF
(228,231,207)
#F0F2E2
(240,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788424; }

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

This text font color is #788424.


Background Color

.myBgColor { background-color: #788424; }

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

This div background color is #788424.


Border color

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

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

This div border color is #788424.


Opacity

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

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

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

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

This text has shadow with #788424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788424 on black background.


Color preview on white background

This text has color #788424 on white background.



Black color preview on #788424 background

This text has black color on #788424 background.


White color preview on #788424 background

This text has white color on #788424 background.