COLOR #677F47

HEX: #677F47
RGB: (103,127,71)

Color info

#677F47 contains red, green and blue colors in about the same proportion. Web safe color of #677F47 is #666633 (or #663).

RGB color model

#677F47 color RGB value is (103,127,71).

  • red value is 103;
  • green value is 127;
  • blue value is 71.
RGB:
(103,127,71)
(40%,50%,28%)

RGB channels and saturation

R 103 of 255 = 40%
G 127 of 255 = 50%
B 71 of 255 = 28%

103
127
71

R + G + B ~ 39%. #677F47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 127 + 71 = 301 (100%)
R 103 of 301 ~ 34.22%
G 127 of 301 ~ 42.19%
B 71 of 301 ~ 23.59%

%34.22
%42.19
%23.59

CMYK color model

#677F47 color CMYK value is (19,0,44,50).

  • cyan value is 18.90%
  • magenta value is 0.00%
  • yellow value is 44.09%
  • key color value is 50.20%
CMYK:
(19,0,44,50)
C19M0Y44K50 
(19%,0%,44%,50%)
(0.19/0.00/0.44/0.50)	

CMYK percentages

%18.9
%0
%44.09
%50.2

Codes

Color #677F47 in popluar color models

677F47
RGB10312771
HSL86°28.28%38.82%
HSB/HSV86°44.09%49.80%
CMYK18.90%0.00%44.09%
50.20%

Color #677F47 in popluar number systems.

HEX677F47
Decimal10312771
Binary110011111111111000111
Octal147177107

Shades and tints

Shades of #677F47

#677F47
(103,127,71)
#5E7441
(94,116,65)
#55693B
(85,105,59)
#4C5E35
(76,94,53)
#43532F
(67,83,47)
#3A4829
(58,72,41)
#313D23
(49,61,35)
#28321D
(40,50,29)
#1F2717
(31,39,23)
#161C11
(22,28,17)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #677F47

#677F47
(103,127,71)
#748A57
(116,138,87)
#819567
(129,149,103)
#8EA077
(142,160,119)
#9BAB87
(155,171,135)
#A8B697
(168,182,151)
#B5C1A7
(181,193,167)
#C2CCB7
(194,204,183)
#CFD7C7
(207,215,199)
#DCE2D7
(220,226,215)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677F47 color. Also use rgb(103,127,71) instead hex code.

Text Font Color

.myTextColor { color: #677F47; }

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

This text font color is #677F47.


Background Color

.myBgColor { background-color: #677F47; }

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

This div background color is #677F47.


Border color

.myBorderColor { border: 1px solid #677F47; }

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

This div border color is #677F47.


Opacity

.myOpacity80 { color: #677F47; opacity: 0.8; }

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

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

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

This text has shadow with #677F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677F47 on black background.


Color preview on white background

This text has color #677F47 on white background.



Black color preview on #677F47 background

This text has black color on #677F47 background.


White color preview on #677F47 background

This text has white color on #677F47 background.