COLOR #78A38B

HEX: #78A38B
RGB: (120,163,139)

Color info

#78A38B contains red, green and blue colors in about the same proportion. Web safe color of #78A38B is #669999 (or #699).

RGB color model

#78A38B color RGB value is (120,163,139).

  • red value is 120;
  • green value is 163;
  • blue value is 139.
RGB:
(120,163,139)
(47%,64%,55%)

RGB channels and saturation

R 120 of 255 = 47%
G 163 of 255 = 64%
B 139 of 255 = 55%

120
163
139

R + G + B ~ 55%. #78A38B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 163 + 139 = 422 (100%)
R 120 of 422 ~ 28.44%
G 163 of 422 ~ 38.63%
B 139 of 422 ~ 32.94%

%28.44
%38.63
%32.94

CMYK color model

#78A38B color CMYK value is (26,0,15,36).

  • cyan value is 26.38%
  • magenta value is 0.00%
  • yellow value is 14.72%
  • key color value is 36.08%
CMYK:
(26,0,15,36)
C26M0Y15K36 
(26%,0%,15%,36%)
(0.26/0.00/0.15/0.36)	

CMYK percentages

%26.38
%0
%14.72
%36.08

Codes

Color #78A38B in popluar color models

78A38B
RGB120163139
HSL147°18.94%55.49%
HSB/HSV147°26.38%63.92%
CMYK26.38%0.00%14.72%
36.08%

Color #78A38B in popluar number systems.

HEX78A38B
Decimal120163139
Binary11110001010001110001011
Octal170243213

Shades and tints

Shades of #78A38B

#78A38B
(120,163,139)
#6E957F
(110,149,127)
#648773
(100,135,115)
#5A7967
(90,121,103)
#506B5B
(80,107,91)
#465D4F
(70,93,79)
#3C4F43
(60,79,67)
#324137
(50,65,55)
#28332B
(40,51,43)
#1E251F
(30,37,31)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #78A38B

#78A38B
(120,163,139)
#84AB95
(132,171,149)
#90B39F
(144,179,159)
#9CBBA9
(156,187,169)
#A8C3B3
(168,195,179)
#B4CBBD
(180,203,189)
#C0D3C7
(192,211,199)
#CCDBD1
(204,219,209)
#D8E3DB
(216,227,219)
#E4EBE5
(228,235,229)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A38B color. Also use rgb(120,163,139) instead hex code.

Text Font Color

.myTextColor { color: #78A38B; }

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

This text font color is #78A38B.


Background Color

.myBgColor { background-color: #78A38B; }

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

This div background color is #78A38B.


Border color

.myBorderColor { border: 1px solid #78A38B; }

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

This div border color is #78A38B.


Opacity

.myOpacity80 { color: #78A38B; opacity: 0.8; }

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

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

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

This text has shadow with #78A38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A38B on black background.


Color preview on white background

This text has color #78A38B on white background.



Black color preview on #78A38B background

This text has black color on #78A38B background.


White color preview on #78A38B background

This text has white color on #78A38B background.