COLOR #788526

HEX: #788526
RGB: (120,133,38)

Color info

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

RGB color model

#788526 color RGB value is (120,133,38).

  • red value is 120;
  • green value is 133;
  • blue value is 38.
RGB:
(120,133,38)
(47%,52%,15%)

RGB channels and saturation

R 120 of 255 = 47%
G 133 of 255 = 52%
B 38 of 255 = 15%

120
133
38

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

Portions of RGB colors in percentages

R + G + B =
120 + 133 + 38 = 291 (100%)
R 120 of 291 ~ 41.24%
G 133 of 291 ~ 45.7%
B 38 of 291 ~ 13.06%

%41.24
%45.7
%13.06

CMYK color model

#788526 color CMYK value is (10,0,71,48).

  • cyan value is 9.77%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 47.84%
CMYK:
(10,0,71,48)
C10M0Y71K48 
(10%,0%,71%,48%)
(0.10/0.00/0.71/0.48)	

CMYK percentages

%9.77
%0
%71.43
%47.84

Codes

Color #788526 in popluar color models

788526
RGB12013338
HSL68°55.56%33.53%
HSB/HSV68°71.43%52.16%
CMYK9.77%0.00%71.43%
47.84%

Color #788526 in popluar number systems.

HEX788526
Decimal12013338
Binary111100010000101100110
Octal17020546

Shades and tints

Shades of #788526

#788526
(120,133,38)
#6E7923
(110,121,35)
#646D20
(100,109,32)
#5A611D
(90,97,29)
#50551A
(80,85,26)
#464917
(70,73,23)
#3C3D14
(60,61,20)
#323111
(50,49,17)
#28250E
(40,37,14)
#1E190B
(30,25,11)
#140D08
(20,13,8)
#000000
(0,0,0)

Tints of #788526

#788526
(120,133,38)
#849039
(132,144,57)
#909B4C
(144,155,76)
#9CA65F
(156,166,95)
#A8B172
(168,177,114)
#B4BC85
(180,188,133)
#C0C798
(192,199,152)
#CCD2AB
(204,210,171)
#D8DDBE
(216,221,190)
#E4E8D1
(228,232,209)
#F0F3E4
(240,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788526; }

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

This text font color is #788526.


Background Color

.myBgColor { background-color: #788526; }

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

This div background color is #788526.


Border color

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

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

This div border color is #788526.


Opacity

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

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

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

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

This text has shadow with #788526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788526 on black background.


Color preview on white background

This text has color #788526 on white background.



Black color preview on #788526 background

This text has black color on #788526 background.


White color preview on #788526 background

This text has white color on #788526 background.