COLOR #788A5E

HEX: #788A5E
RGB: (120,138,94)

Color info

#788A5E contains red, green and blue colors in about the same proportion. Web safe color of #788A5E is #669966 (or #696).

RGB color model

#788A5E color RGB value is (120,138,94).

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

RGB channels and saturation

R 120 of 255 = 47%
G 138 of 255 = 54%
B 94 of 255 = 37%

120
138
94

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

Portions of RGB colors in percentages

R + G + B =
120 + 138 + 94 = 352 (100%)
R 120 of 352 ~ 34.09%
G 138 of 352 ~ 39.2%
B 94 of 352 ~ 26.7%

%34.09
%39.2
%26.7

CMYK color model

#788A5E color CMYK value is (13,0,32,46).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 31.88%
  • key color value is 45.88%
CMYK:
(13,0,32,46)
C13M0Y32K46 
(13%,0%,32%,46%)
(0.13/0.00/0.32/0.46)	

CMYK percentages

%13.04
%0
%31.88
%45.88

Codes

Color #788A5E in popluar color models

788A5E
RGB12013894
HSL85°18.97%45.49%
HSB/HSV85°31.88%54.12%
CMYK13.04%0.00%31.88%
45.88%

Color #788A5E in popluar number systems.

HEX788A5E
Decimal12013894
Binary1111000100010101011110
Octal170212136

Shades and tints

Shades of #788A5E

#788A5E
(120,138,94)
#6E7E56
(110,126,86)
#64724E
(100,114,78)
#5A6646
(90,102,70)
#505A3E
(80,90,62)
#464E36
(70,78,54)
#3C422E
(60,66,46)
#323626
(50,54,38)
#282A1E
(40,42,30)
#1E1E16
(30,30,22)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #788A5E

#788A5E
(120,138,94)
#84946C
(132,148,108)
#909E7A
(144,158,122)
#9CA888
(156,168,136)
#A8B296
(168,178,150)
#B4BCA4
(180,188,164)
#C0C6B2
(192,198,178)
#CCD0C0
(204,208,192)
#D8DACE
(216,218,206)
#E4E4DC
(228,228,220)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788A5E; }

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

This text font color is #788A5E.


Background Color

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

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

This div background color is #788A5E.


Border color

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

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

This div border color is #788A5E.


Opacity

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

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

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

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

This text has shadow with #788A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788A5E on black background.


Color preview on white background

This text has color #788A5E on white background.



Black color preview on #788A5E background

This text has black color on #788A5E background.


White color preview on #788A5E background

This text has white color on #788A5E background.