COLOR #678B6B

HEX: #678B6B
RGB: (103,139,107)

Color info

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

RGB color model

#678B6B color RGB value is (103,139,107).

  • red value is 103;
  • green value is 139;
  • blue value is 107.
RGB:
(103,139,107)
(40%,55%,42%)

RGB channels and saturation

R 103 of 255 = 40%
G 139 of 255 = 55%
B 107 of 255 = 42%

103
139
107

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

Portions of RGB colors in percentages

R + G + B =
103 + 139 + 107 = 349 (100%)
R 103 of 349 ~ 29.51%
G 139 of 349 ~ 39.83%
B 107 of 349 ~ 30.66%

%29.51
%39.83
%30.66

CMYK color model

#678B6B color CMYK value is (26,0,23,45).

  • cyan value is 25.90%
  • magenta value is 0.00%
  • yellow value is 23.02%
  • key color value is 45.49%
CMYK:
(26,0,23,45)
C26M0Y23K45 
(26%,0%,23%,45%)
(0.26/0.00/0.23/0.45)	

CMYK percentages

%25.9
%0
%23.02
%45.49

Codes

Color #678B6B in popluar color models

678B6B
RGB103139107
HSL127°14.88%47.45%
HSB/HSV127°25.90%54.51%
CMYK25.90%0.00%23.02%
45.49%

Color #678B6B in popluar number systems.

HEX678B6B
Decimal103139107
Binary1100111100010111101011
Octal147213153

Shades and tints

Shades of #678B6B

#678B6B
(103,139,107)
#5E7F62
(94,127,98)
#557359
(85,115,89)
#4C6750
(76,103,80)
#435B47
(67,91,71)
#3A4F3E
(58,79,62)
#314335
(49,67,53)
#28372C
(40,55,44)
#1F2B23
(31,43,35)
#161F1A
(22,31,26)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #678B6B

#678B6B
(103,139,107)
#749578
(116,149,120)
#819F85
(129,159,133)
#8EA992
(142,169,146)
#9BB39F
(155,179,159)
#A8BDAC
(168,189,172)
#B5C7B9
(181,199,185)
#C2D1C6
(194,209,198)
#CFDBD3
(207,219,211)
#DCE5E0
(220,229,224)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678B6B color. Also use rgb(103,139,107) instead hex code.

Text Font Color

.myTextColor { color: #678B6B; }

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

This text font color is #678B6B.


Background Color

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

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

This div background color is #678B6B.


Border color

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

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

This div border color is #678B6B.


Opacity

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

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

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

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

This text has shadow with #678B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678B6B on black background.


Color preview on white background

This text has color #678B6B on white background.



Black color preview on #678B6B background

This text has black color on #678B6B background.


White color preview on #678B6B background

This text has white color on #678B6B background.