COLOR #78A38D

HEX: #78A38D
RGB: (120,163,141)

Color info

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

RGB color model

#78A38D color RGB value is (120,163,141).

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

RGB channels and saturation

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

120
163
141

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

Portions of RGB colors in percentages

R + G + B =
120 + 163 + 141 = 424 (100%)
R 120 of 424 ~ 28.3%
G 163 of 424 ~ 38.44%
B 141 of 424 ~ 33.25%

%28.3
%38.44
%33.25

CMYK color model

#78A38D color CMYK value is (26,0,13,36).

  • cyan value is 26.38%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 36.08%
CMYK:
(26,0,13,36)
C26M0Y13K36 
(26%,0%,13%,36%)
(0.26/0.00/0.13/0.36)	

CMYK percentages

%26.38
%0
%13.5
%36.08

Codes

Color #78A38D in popluar color models

78A38D
RGB120163141
HSL149°18.94%55.49%
HSB/HSV149°26.38%63.92%
CMYK26.38%0.00%13.50%
36.08%

Color #78A38D in popluar number systems.

HEX78A38D
Decimal120163141
Binary11110001010001110001101
Octal170243215

Shades and tints

Shades of #78A38D

#78A38D
(120,163,141)
#6E9581
(110,149,129)
#648775
(100,135,117)
#5A7969
(90,121,105)
#506B5D
(80,107,93)
#465D51
(70,93,81)
#3C4F45
(60,79,69)
#324139
(50,65,57)
#28332D
(40,51,45)
#1E2521
(30,37,33)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #78A38D

#78A38D
(120,163,141)
#84AB97
(132,171,151)
#90B3A1
(144,179,161)
#9CBBAB
(156,187,171)
#A8C3B5
(168,195,181)
#B4CBBF
(180,203,191)
#C0D3C9
(192,211,201)
#CCDBD3
(204,219,211)
#D8E3DD
(216,227,221)
#E4EBE7
(228,235,231)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A38D; }

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

This text font color is #78A38D.


Background Color

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

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

This div background color is #78A38D.


Border color

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

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

This div border color is #78A38D.


Opacity

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

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

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

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

This text has shadow with #78A38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A38D on black background.


Color preview on white background

This text has color #78A38D on white background.



Black color preview on #78A38D background

This text has black color on #78A38D background.


White color preview on #78A38D background

This text has white color on #78A38D background.