COLOR #678D46

HEX: #678D46
RGB: (103,141,70)

Color info

#678D46 contains mainly red and green colors. Web safe color of #678D46 is #669933 (or #693).

RGB color model

#678D46 color RGB value is (103,141,70).

  • red value is 103;
  • green value is 141;
  • blue value is 70.
RGB:
(103,141,70)
(40%,55%,27%)

RGB channels and saturation

R 103 of 255 = 40%
G 141 of 255 = 55%
B 70 of 255 = 27%

103
141
70

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

Portions of RGB colors in percentages

R + G + B =
103 + 141 + 70 = 314 (100%)
R 103 of 314 ~ 32.8%
G 141 of 314 ~ 44.9%
B 70 of 314 ~ 22.29%

%32.8
%44.9
%22.29

CMYK color model

#678D46 color CMYK value is (27,0,50,45).

  • cyan value is 26.95%
  • magenta value is 0.00%
  • yellow value is 50.35%
  • key color value is 44.71%
CMYK:
(27,0,50,45)
C27M0Y50K45 
(27%,0%,50%,45%)
(0.27/0.00/0.50/0.45)	

CMYK percentages

%26.95
%0
%50.35
%44.71

Codes

Color #678D46 in popluar color models

678D46
RGB10314170
HSL92°33.65%41.37%
HSB/HSV92°50.35%55.29%
CMYK26.95%0.00%50.35%
44.71%

Color #678D46 in popluar number systems.

HEX678D46
Decimal10314170
Binary1100111100011011000110
Octal147215106

Shades and tints

Shades of #678D46

#678D46
(103,141,70)
#5E8140
(94,129,64)
#55753A
(85,117,58)
#4C6934
(76,105,52)
#435D2E
(67,93,46)
#3A5128
(58,81,40)
#314522
(49,69,34)
#28391C
(40,57,28)
#1F2D16
(31,45,22)
#162110
(22,33,16)
#0D150A
(13,21,10)
#000000
(0,0,0)

Tints of #678D46

#678D46
(103,141,70)
#749756
(116,151,86)
#81A166
(129,161,102)
#8EAB76
(142,171,118)
#9BB586
(155,181,134)
#A8BF96
(168,191,150)
#B5C9A6
(181,201,166)
#C2D3B6
(194,211,182)
#CFDDC6
(207,221,198)
#DCE7D6
(220,231,214)
#E9F1E6
(233,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678D46 color. Also use rgb(103,141,70) instead hex code.

Text Font Color

.myTextColor { color: #678D46; }

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

This text font color is #678D46.


Background Color

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

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

This div background color is #678D46.


Border color

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

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

This div border color is #678D46.


Opacity

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

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

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

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

This text has shadow with #678D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678D46 on black background.


Color preview on white background

This text has color #678D46 on white background.



Black color preview on #678D46 background

This text has black color on #678D46 background.


White color preview on #678D46 background

This text has white color on #678D46 background.