COLOR #678669

HEX: #678669
RGB: (103,134,105)

Color info

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

RGB color model

#678669 color RGB value is (103,134,105).

  • red value is 103;
  • green value is 134;
  • blue value is 105.
RGB:
(103,134,105)
(40%,53%,41%)

RGB channels and saturation

R 103 of 255 = 40%
G 134 of 255 = 53%
B 105 of 255 = 41%

103
134
105

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

Portions of RGB colors in percentages

R + G + B =
103 + 134 + 105 = 342 (100%)
R 103 of 342 ~ 30.12%
G 134 of 342 ~ 39.18%
B 105 of 342 ~ 30.7%

%30.12
%39.18
%30.7

CMYK color model

#678669 color CMYK value is (23,0,22,47).

  • cyan value is 23.13%
  • magenta value is 0.00%
  • yellow value is 21.64%
  • key color value is 47.45%
CMYK:
(23,0,22,47)
C23M0Y22K47 
(23%,0%,22%,47%)
(0.23/0.00/0.22/0.47)	

CMYK percentages

%23.13
%0
%21.64
%47.45

Codes

Color #678669 in popluar color models

678669
RGB103134105
HSL124°13.08%46.47%
HSB/HSV124°23.13%52.55%
CMYK23.13%0.00%21.64%
47.45%

Color #678669 in popluar number systems.

HEX678669
Decimal103134105
Binary1100111100001101101001
Octal147206151

Shades and tints

Shades of #678669

#678669
(103,134,105)
#5E7A60
(94,122,96)
#556E57
(85,110,87)
#4C624E
(76,98,78)
#435645
(67,86,69)
#3A4A3C
(58,74,60)
#313E33
(49,62,51)
#28322A
(40,50,42)
#1F2621
(31,38,33)
#161A18
(22,26,24)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #678669

#678669
(103,134,105)
#749176
(116,145,118)
#819C83
(129,156,131)
#8EA790
(142,167,144)
#9BB29D
(155,178,157)
#A8BDAA
(168,189,170)
#B5C8B7
(181,200,183)
#C2D3C4
(194,211,196)
#CFDED1
(207,222,209)
#DCE9DE
(220,233,222)
#E9F4EB
(233,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678669 color. Also use rgb(103,134,105) instead hex code.

Text Font Color

.myTextColor { color: #678669; }

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

This text font color is #678669.


Background Color

.myBgColor { background-color: #678669; }

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

This div background color is #678669.


Border color

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

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

This div border color is #678669.


Opacity

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

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

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

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

This text has shadow with #678669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678669 on black background.


Color preview on white background

This text has color #678669 on white background.



Black color preview on #678669 background

This text has black color on #678669 background.


White color preview on #678669 background

This text has white color on #678669 background.