COLOR #678077

HEX: #678077
RGB: (103,128,119)

Color info

#678077 contains red, green and blue colors in about the same proportion. Web safe color of #678077 is #666666 (or #666).

RGB color model

#678077 color RGB value is (103,128,119).

  • red value is 103;
  • green value is 128;
  • blue value is 119.
RGB:
(103,128,119)
(40%,50%,47%)

RGB channels and saturation

R 103 of 255 = 40%
G 128 of 255 = 50%
B 119 of 255 = 47%

103
128
119

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

Portions of RGB colors in percentages

R + G + B =
103 + 128 + 119 = 350 (100%)
R 103 of 350 ~ 29.43%
G 128 of 350 ~ 36.57%
B 119 of 350 ~ 34%

%29.43
%36.57
%34

CMYK color model

#678077 color CMYK value is (20,0,7,50).

  • cyan value is 19.53%
  • magenta value is 0.00%
  • yellow value is 7.03%
  • key color value is 49.80%
CMYK:
(20,0,7,50)
C20M0Y7K50 
(20%,0%,7%,50%)
(0.20/0.00/0.07/0.50)	

CMYK percentages

%19.53
%0
%7.03
%49.8

Codes

Color #678077 in popluar color models

678077
RGB103128119
HSL158°10.82%45.29%
HSB/HSV158°19.53%50.20%
CMYK19.53%0.00%7.03%
49.80%

Color #678077 in popluar number systems.

HEX678077
Decimal103128119
Binary1100111100000001110111
Octal147200167

Shades and tints

Shades of #678077

#678077
(103,128,119)
#5E756D
(94,117,109)
#556A63
(85,106,99)
#4C5F59
(76,95,89)
#43544F
(67,84,79)
#3A4945
(58,73,69)
#313E3B
(49,62,59)
#283331
(40,51,49)
#1F2827
(31,40,39)
#161D1D
(22,29,29)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #678077

#678077
(103,128,119)
#748B83
(116,139,131)
#81968F
(129,150,143)
#8EA19B
(142,161,155)
#9BACA7
(155,172,167)
#A8B7B3
(168,183,179)
#B5C2BF
(181,194,191)
#C2CDCB
(194,205,203)
#CFD8D7
(207,216,215)
#DCE3E3
(220,227,227)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678077 color. Also use rgb(103,128,119) instead hex code.

Text Font Color

.myTextColor { color: #678077; }

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

This text font color is #678077.


Background Color

.myBgColor { background-color: #678077; }

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

This div background color is #678077.


Border color

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

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

This div border color is #678077.


Opacity

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

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

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

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

This text has shadow with #678077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678077 on black background.


Color preview on white background

This text has color #678077 on white background.



Black color preview on #678077 background

This text has black color on #678077 background.


White color preview on #678077 background

This text has white color on #678077 background.