COLOR #677F59

HEX: #677F59
RGB: (103,127,89)

Color info

#677F59 contains red, green and blue colors in about the same proportion. Web safe color of #677F59 is #666666 (or #666).

RGB color model

#677F59 color RGB value is (103,127,89).

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

RGB channels and saturation

R 103 of 255 = 40%
G 127 of 255 = 50%
B 89 of 255 = 35%

103
127
89

R + G + B ~ 42%. #677F59 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 127 + 89 = 319 (100%)
R 103 of 319 ~ 32.29%
G 127 of 319 ~ 39.81%
B 89 of 319 ~ 27.9%

%32.29
%39.81
%27.9

CMYK color model

#677F59 color CMYK value is (19,0,30,50).

  • cyan value is 18.90%
  • magenta value is 0.00%
  • yellow value is 29.92%
  • key color value is 50.20%
CMYK:
(19,0,30,50)
C19M0Y30K50 
(19%,0%,30%,50%)
(0.19/0.00/0.30/0.50)	

CMYK percentages

%18.9
%0
%29.92
%50.2

Codes

Color #677F59 in popluar color models

677F59
RGB10312789
HSL98°17.59%42.35%
HSB/HSV98°29.92%49.80%
CMYK18.90%0.00%29.92%
50.20%

Color #677F59 in popluar number systems.

HEX677F59
Decimal10312789
Binary110011111111111011001
Octal147177131

Shades and tints

Shades of #677F59

#677F59
(103,127,89)
#5E7451
(94,116,81)
#556949
(85,105,73)
#4C5E41
(76,94,65)
#435339
(67,83,57)
#3A4831
(58,72,49)
#313D29
(49,61,41)
#283221
(40,50,33)
#1F2719
(31,39,25)
#161C11
(22,28,17)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #677F59

#677F59
(103,127,89)
#748A68
(116,138,104)
#819577
(129,149,119)
#8EA086
(142,160,134)
#9BAB95
(155,171,149)
#A8B6A4
(168,182,164)
#B5C1B3
(181,193,179)
#C2CCC2
(194,204,194)
#CFD7D1
(207,215,209)
#DCE2E0
(220,226,224)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677F59; }

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

This text font color is #677F59.


Background Color

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

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

This div background color is #677F59.


Border color

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

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

This div border color is #677F59.


Opacity

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

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

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

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

This text has shadow with #677F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677F59 on black background.


Color preview on white background

This text has color #677F59 on white background.



Black color preview on #677F59 background

This text has black color on #677F59 background.


White color preview on #677F59 background

This text has white color on #677F59 background.