COLOR #679356

HEX: #679356
RGB: (103,147,86)

Color info

#679356 contains mainly red and green colors. Web safe color of #679356 is #669966 (or #696).

RGB color model

#679356 color RGB value is (103,147,86).

  • red value is 103;
  • green value is 147;
  • blue value is 86.
RGB:
(103,147,86)
(40%,58%,34%)

RGB channels and saturation

R 103 of 255 = 40%
G 147 of 255 = 58%
B 86 of 255 = 34%

103
147
86

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

Portions of RGB colors in percentages

R + G + B =
103 + 147 + 86 = 336 (100%)
R 103 of 336 ~ 30.65%
G 147 of 336 ~ 43.75%
B 86 of 336 ~ 25.6%

%30.65
%43.75
%25.6

CMYK color model

#679356 color CMYK value is (30,0,41,42).

  • cyan value is 29.93%
  • magenta value is 0.00%
  • yellow value is 41.50%
  • key color value is 42.35%
CMYK:
(30,0,41,42)
C30M0Y41K42 
(30%,0%,41%,42%)
(0.30/0.00/0.41/0.42)	

CMYK percentages

%29.93
%0
%41.5
%42.35

Codes

Color #679356 in popluar color models

679356
RGB10314786
HSL103°26.18%45.69%
HSB/HSV103°41.50%57.65%
CMYK29.93%0.00%41.50%
42.35%

Color #679356 in popluar number systems.

HEX679356
Decimal10314786
Binary1100111100100111010110
Octal147223126

Shades and tints

Shades of #679356

#679356
(103,147,86)
#5E864F
(94,134,79)
#557948
(85,121,72)
#4C6C41
(76,108,65)
#435F3A
(67,95,58)
#3A5233
(58,82,51)
#31452C
(49,69,44)
#283825
(40,56,37)
#1F2B1E
(31,43,30)
#161E17
(22,30,23)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #679356

#679356
(103,147,86)
#749C65
(116,156,101)
#81A574
(129,165,116)
#8EAE83
(142,174,131)
#9BB792
(155,183,146)
#A8C0A1
(168,192,161)
#B5C9B0
(181,201,176)
#C2D2BF
(194,210,191)
#CFDBCE
(207,219,206)
#DCE4DD
(220,228,221)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679356 color. Also use rgb(103,147,86) instead hex code.

Text Font Color

.myTextColor { color: #679356; }

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

This text font color is #679356.


Background Color

.myBgColor { background-color: #679356; }

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

This div background color is #679356.


Border color

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

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

This div border color is #679356.


Opacity

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

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

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

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

This text has shadow with #679356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679356 on black background.


Color preview on white background

This text has color #679356 on white background.



Black color preview on #679356 background

This text has black color on #679356 background.


White color preview on #679356 background

This text has white color on #679356 background.