COLOR #678378

HEX: #678378
RGB: (103,131,120)

Color info

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

RGB color model

#678378 color RGB value is (103,131,120).

  • red value is 103;
  • green value is 131;
  • blue value is 120.
RGB:
(103,131,120)
(40%,51%,47%)

RGB channels and saturation

R 103 of 255 = 40%
G 131 of 255 = 51%
B 120 of 255 = 47%

103
131
120

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

Portions of RGB colors in percentages

R + G + B =
103 + 131 + 120 = 354 (100%)
R 103 of 354 ~ 29.1%
G 131 of 354 ~ 37.01%
B 120 of 354 ~ 33.9%

%29.1
%37.01
%33.9

CMYK color model

#678378 color CMYK value is (21,0,8,49).

  • cyan value is 21.37%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 48.63%
CMYK:
(21,0,8,49)
C21M0Y8K49 
(21%,0%,8%,49%)
(0.21/0.00/0.08/0.49)	

CMYK percentages

%21.37
%0
%8.4
%48.63

Codes

Color #678378 in popluar color models

678378
RGB103131120
HSL156°11.97%45.88%
HSB/HSV156°21.37%51.37%
CMYK21.37%0.00%8.40%
48.63%

Color #678378 in popluar number systems.

HEX678378
Decimal103131120
Binary1100111100000111111000
Octal147203170

Shades and tints

Shades of #678378

#678378
(103,131,120)
#5E786E
(94,120,110)
#556D64
(85,109,100)
#4C625A
(76,98,90)
#435750
(67,87,80)
#3A4C46
(58,76,70)
#31413C
(49,65,60)
#283632
(40,54,50)
#1F2B28
(31,43,40)
#16201E
(22,32,30)
#0D1514
(13,21,20)
#000000
(0,0,0)

Tints of #678378

#678378
(103,131,120)
#748E84
(116,142,132)
#819990
(129,153,144)
#8EA49C
(142,164,156)
#9BAFA8
(155,175,168)
#A8BAB4
(168,186,180)
#B5C5C0
(181,197,192)
#C2D0CC
(194,208,204)
#CFDBD8
(207,219,216)
#DCE6E4
(220,230,228)
#E9F1F0
(233,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678378 color. Also use rgb(103,131,120) instead hex code.

Text Font Color

.myTextColor { color: #678378; }

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

This text font color is #678378.


Background Color

.myBgColor { background-color: #678378; }

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

This div background color is #678378.


Border color

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

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

This div border color is #678378.


Opacity

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

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

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

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

This text has shadow with #678378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678378 on black background.


Color preview on white background

This text has color #678378 on white background.



Black color preview on #678378 background

This text has black color on #678378 background.


White color preview on #678378 background

This text has white color on #678378 background.