COLOR #679267

HEX: #679267
RGB: (103,146,103)

Color info

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

RGB color model

#679267 color RGB value is (103,146,103).

  • red value is 103;
  • green value is 146;
  • blue value is 103.
RGB:
(103,146,103)
(40%,57%,40%)

RGB channels and saturation

R 103 of 255 = 40%
G 146 of 255 = 57%
B 103 of 255 = 40%

103
146
103

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

Portions of RGB colors in percentages

R + G + B =
103 + 146 + 103 = 352 (100%)
R 103 of 352 ~ 29.26%
G 146 of 352 ~ 41.48%
B 103 of 352 ~ 29.26%

%29.26
%41.48
%29.26

CMYK color model

#679267 color CMYK value is (29,0,29,43).

  • cyan value is 29.45%
  • magenta value is 0.00%
  • yellow value is 29.45%
  • key color value is 42.75%
CMYK:
(29,0,29,43)
C29M0Y29K43 
(29%,0%,29%,43%)
(0.29/0.00/0.29/0.43)	

CMYK percentages

%29.45
%0
%29.45
%42.75

Codes

Color #679267 in popluar color models

679267
RGB103146103
HSL120°17.27%48.82%
HSB/HSV120°29.45%57.25%
CMYK29.45%0.00%29.45%
42.75%

Color #679267 in popluar number systems.

HEX679267
Decimal103146103
Binary1100111100100101100111
Octal147222147

Shades and tints

Shades of #679267

#679267
(103,146,103)
#5E855E
(94,133,94)
#557855
(85,120,85)
#4C6B4C
(76,107,76)
#435E43
(67,94,67)
#3A513A
(58,81,58)
#314431
(49,68,49)
#283728
(40,55,40)
#1F2A1F
(31,42,31)
#161D16
(22,29,22)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #679267

#679267
(103,146,103)
#749B74
(116,155,116)
#81A481
(129,164,129)
#8EAD8E
(142,173,142)
#9BB69B
(155,182,155)
#A8BFA8
(168,191,168)
#B5C8B5
(181,200,181)
#C2D1C2
(194,209,194)
#CFDACF
(207,218,207)
#DCE3DC
(220,227,220)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679267; }

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

This text font color is #679267.


Background Color

.myBgColor { background-color: #679267; }

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

This div background color is #679267.


Border color

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

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

This div border color is #679267.


Opacity

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

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

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

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

This text has shadow with #679267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679267 on black background.


Color preview on white background

This text has color #679267 on white background.



Black color preview on #679267 background

This text has black color on #679267 background.


White color preview on #679267 background

This text has white color on #679267 background.