COLOR #788848

HEX: #788848
RGB: (120,136,72)

Color info

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

RGB color model

#788848 color RGB value is (120,136,72).

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

RGB channels and saturation

R 120 of 255 = 47%
G 136 of 255 = 53%
B 72 of 255 = 28%

120
136
72

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

Portions of RGB colors in percentages

R + G + B =
120 + 136 + 72 = 328 (100%)
R 120 of 328 ~ 36.59%
G 136 of 328 ~ 41.46%
B 72 of 328 ~ 21.95%

%36.59
%41.46
%21.95

CMYK color model

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

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 46.67%
CMYK:
(12,0,47,47)
C12M0Y47K47 
(12%,0%,47%,47%)
(0.12/0.00/0.47/0.47)	

CMYK percentages

%11.76
%0
%47.06
%46.67

Codes

Color #788848 in popluar color models

788848
RGB12013672
HSL75°30.77%40.78%
HSB/HSV75°47.06%53.33%
CMYK11.76%0.00%47.06%
46.67%

Color #788848 in popluar number systems.

HEX788848
Decimal12013672
Binary1111000100010001001000
Octal170210110

Shades and tints

Shades of #788848

#788848
(120,136,72)
#6E7C42
(110,124,66)
#64703C
(100,112,60)
#5A6436
(90,100,54)
#505830
(80,88,48)
#464C2A
(70,76,42)
#3C4024
(60,64,36)
#32341E
(50,52,30)
#282818
(40,40,24)
#1E1C12
(30,28,18)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #788848

#788848
(120,136,72)
#849258
(132,146,88)
#909C68
(144,156,104)
#9CA678
(156,166,120)
#A8B088
(168,176,136)
#B4BA98
(180,186,152)
#C0C4A8
(192,196,168)
#CCCEB8
(204,206,184)
#D8D8C8
(216,216,200)
#E4E2D8
(228,226,216)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788848; }

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

This text font color is #788848.


Background Color

.myBgColor { background-color: #788848; }

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

This div background color is #788848.


Border color

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

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

This div border color is #788848.


Opacity

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

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

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

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

This text has shadow with #788848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788848 on black background.


Color preview on white background

This text has color #788848 on white background.



Black color preview on #788848 background

This text has black color on #788848 background.


White color preview on #788848 background

This text has white color on #788848 background.