COLOR #788A49

HEX: #788A49
RGB: (120,138,73)

Color info

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

RGB color model

#788A49 color RGB value is (120,138,73).

  • red value is 120;
  • green value is 138;
  • blue value is 73.
RGB:
(120,138,73)
(47%,54%,29%)

RGB channels and saturation

R 120 of 255 = 47%
G 138 of 255 = 54%
B 73 of 255 = 29%

120
138
73

R + G + B ~ 43%. #788A49 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 138 + 73 = 331 (100%)
R 120 of 331 ~ 36.25%
G 138 of 331 ~ 41.69%
B 73 of 331 ~ 22.05%

%36.25
%41.69
%22.05

CMYK color model

#788A49 color CMYK value is (13,0,47,46).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 47.10%
  • key color value is 45.88%
CMYK:
(13,0,47,46)
C13M0Y47K46 
(13%,0%,47%,46%)
(0.13/0.00/0.47/0.46)	

CMYK percentages

%13.04
%0
%47.1
%45.88

Codes

Color #788A49 in popluar color models

788A49
RGB12013873
HSL77°30.81%41.37%
HSB/HSV77°47.10%54.12%
CMYK13.04%0.00%47.10%
45.88%

Color #788A49 in popluar number systems.

HEX788A49
Decimal12013873
Binary1111000100010101001001
Octal170212111

Shades and tints

Shades of #788A49

#788A49
(120,138,73)
#6E7E43
(110,126,67)
#64723D
(100,114,61)
#5A6637
(90,102,55)
#505A31
(80,90,49)
#464E2B
(70,78,43)
#3C4225
(60,66,37)
#32361F
(50,54,31)
#282A19
(40,42,25)
#1E1E13
(30,30,19)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #788A49

#788A49
(120,138,73)
#849459
(132,148,89)
#909E69
(144,158,105)
#9CA879
(156,168,121)
#A8B289
(168,178,137)
#B4BC99
(180,188,153)
#C0C6A9
(192,198,169)
#CCD0B9
(204,208,185)
#D8DAC9
(216,218,201)
#E4E4D9
(228,228,217)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788A49 color. Also use rgb(120,138,73) instead hex code.

Text Font Color

.myTextColor { color: #788A49; }

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

This text font color is #788A49.


Background Color

.myBgColor { background-color: #788A49; }

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

This div background color is #788A49.


Border color

.myBorderColor { border: 1px solid #788A49; }

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

This div border color is #788A49.


Opacity

.myOpacity80 { color: #788A49; opacity: 0.8; }

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

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

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

This text has shadow with #788A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788A49 on black background.


Color preview on white background

This text has color #788A49 on white background.



Black color preview on #788A49 background

This text has black color on #788A49 background.


White color preview on #788A49 background

This text has white color on #788A49 background.