COLOR #679536

HEX: #679536
RGB: (103,149,54)

Color info

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

RGB color model

#679536 color RGB value is (103,149,54).

  • red value is 103;
  • green value is 149;
  • blue value is 54.
RGB:
(103,149,54)
(40%,58%,21%)

RGB channels and saturation

R 103 of 255 = 40%
G 149 of 255 = 58%
B 54 of 255 = 21%

103
149
54

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

Portions of RGB colors in percentages

R + G + B =
103 + 149 + 54 = 306 (100%)
R 103 of 306 ~ 33.66%
G 149 of 306 ~ 48.69%
B 54 of 306 ~ 17.65%

%33.66
%48.69
%17.65

CMYK color model

#679536 color CMYK value is (31,0,64,42).

  • cyan value is 30.87%
  • magenta value is 0.00%
  • yellow value is 63.76%
  • key color value is 41.57%
CMYK:
(31,0,64,42)
C31M0Y64K42 
(31%,0%,64%,42%)
(0.31/0.00/0.64/0.42)	

CMYK percentages

%30.87
%0
%63.76
%41.57

Codes

Color #679536 in popluar color models

679536
RGB10314954
HSL89°46.80%39.80%
HSB/HSV89°63.76%58.43%
CMYK30.87%0.00%63.76%
41.57%

Color #679536 in popluar number systems.

HEX679536
Decimal10314954
Binary110011110010101110110
Octal14722566

Shades and tints

Shades of #679536

#679536
(103,149,54)
#5E8832
(94,136,50)
#557B2E
(85,123,46)
#4C6E2A
(76,110,42)
#436126
(67,97,38)
#3A5422
(58,84,34)
#31471E
(49,71,30)
#283A1A
(40,58,26)
#1F2D16
(31,45,22)
#162012
(22,32,18)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #679536

#679536
(103,149,54)
#749E48
(116,158,72)
#81A75A
(129,167,90)
#8EB06C
(142,176,108)
#9BB97E
(155,185,126)
#A8C290
(168,194,144)
#B5CBA2
(181,203,162)
#C2D4B4
(194,212,180)
#CFDDC6
(207,221,198)
#DCE6D8
(220,230,216)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679536 color. Also use rgb(103,149,54) instead hex code.

Text Font Color

.myTextColor { color: #679536; }

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

This text font color is #679536.


Background Color

.myBgColor { background-color: #679536; }

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

This div background color is #679536.


Border color

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

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

This div border color is #679536.


Opacity

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

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

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

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

This text has shadow with #679536 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679536 on black background.


Color preview on white background

This text has color #679536 on white background.



Black color preview on #679536 background

This text has black color on #679536 background.


White color preview on #679536 background

This text has white color on #679536 background.