COLOR #678C6F

HEX: #678C6F
RGB: (103,140,111)

Color info

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

RGB color model

#678C6F color RGB value is (103,140,111).

  • red value is 103;
  • green value is 140;
  • blue value is 111.
RGB:
(103,140,111)
(40%,55%,44%)

RGB channels and saturation

R 103 of 255 = 40%
G 140 of 255 = 55%
B 111 of 255 = 44%

103
140
111

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

Portions of RGB colors in percentages

R + G + B =
103 + 140 + 111 = 354 (100%)
R 103 of 354 ~ 29.1%
G 140 of 354 ~ 39.55%
B 111 of 354 ~ 31.36%

%29.1
%39.55
%31.36

CMYK color model

#678C6F color CMYK value is (26,0,21,45).

  • cyan value is 26.43%
  • magenta value is 0.00%
  • yellow value is 20.71%
  • key color value is 45.10%
CMYK:
(26,0,21,45)
C26M0Y21K45 
(26%,0%,21%,45%)
(0.26/0.00/0.21/0.45)	

CMYK percentages

%26.43
%0
%20.71
%45.1

Codes

Color #678C6F in popluar color models

678C6F
RGB103140111
HSL133°15.23%47.65%
HSB/HSV133°26.43%54.90%
CMYK26.43%0.00%20.71%
45.10%

Color #678C6F in popluar number systems.

HEX678C6F
Decimal103140111
Binary1100111100011001101111
Octal147214157

Shades and tints

Shades of #678C6F

#678C6F
(103,140,111)
#5E8065
(94,128,101)
#55745B
(85,116,91)
#4C6851
(76,104,81)
#435C47
(67,92,71)
#3A503D
(58,80,61)
#314433
(49,68,51)
#283829
(40,56,41)
#1F2C1F
(31,44,31)
#162015
(22,32,21)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #678C6F

#678C6F
(103,140,111)
#74967C
(116,150,124)
#81A089
(129,160,137)
#8EAA96
(142,170,150)
#9BB4A3
(155,180,163)
#A8BEB0
(168,190,176)
#B5C8BD
(181,200,189)
#C2D2CA
(194,210,202)
#CFDCD7
(207,220,215)
#DCE6E4
(220,230,228)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678C6F color. Also use rgb(103,140,111) instead hex code.

Text Font Color

.myTextColor { color: #678C6F; }

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

This text font color is #678C6F.


Background Color

.myBgColor { background-color: #678C6F; }

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

This div background color is #678C6F.


Border color

.myBorderColor { border: 1px solid #678C6F; }

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

This div border color is #678C6F.


Opacity

.myOpacity80 { color: #678C6F; opacity: 0.8; }

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

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

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

This text has shadow with #678C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678C6F on black background.


Color preview on white background

This text has color #678C6F on white background.



Black color preview on #678C6F background

This text has black color on #678C6F background.


White color preview on #678C6F background

This text has white color on #678C6F background.