COLOR #677E63

HEX: #677E63
RGB: (103,126,99)

Color info

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

RGB color model

#677E63 color RGB value is (103,126,99).

  • red value is 103;
  • green value is 126;
  • blue value is 99.
RGB:
(103,126,99)
(40%,49%,39%)

RGB channels and saturation

R 103 of 255 = 40%
G 126 of 255 = 49%
B 99 of 255 = 39%

103
126
99

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

Portions of RGB colors in percentages

R + G + B =
103 + 126 + 99 = 328 (100%)
R 103 of 328 ~ 31.4%
G 126 of 328 ~ 38.41%
B 99 of 328 ~ 30.18%

%31.4
%38.41
%30.18

CMYK color model

#677E63 color CMYK value is (18,0,21,51).

  • cyan value is 18.25%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 50.59%
CMYK:
(18,0,21,51)
C18M0Y21K51 
(18%,0%,21%,51%)
(0.18/0.00/0.21/0.51)	

CMYK percentages

%18.25
%0
%21.43
%50.59

Codes

Color #677E63 in popluar color models

677E63
RGB10312699
HSL111°12.00%44.12%
HSB/HSV111°21.43%49.41%
CMYK18.25%0.00%21.43%
50.59%

Color #677E63 in popluar number systems.

HEX677E63
Decimal10312699
Binary110011111111101100011
Octal147176143

Shades and tints

Shades of #677E63

#677E63
(103,126,99)
#5E735A
(94,115,90)
#556851
(85,104,81)
#4C5D48
(76,93,72)
#43523F
(67,82,63)
#3A4736
(58,71,54)
#313C2D
(49,60,45)
#283124
(40,49,36)
#1F261B
(31,38,27)
#161B12
(22,27,18)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #677E63

#677E63
(103,126,99)
#748971
(116,137,113)
#81947F
(129,148,127)
#8E9F8D
(142,159,141)
#9BAA9B
(155,170,155)
#A8B5A9
(168,181,169)
#B5C0B7
(181,192,183)
#C2CBC5
(194,203,197)
#CFD6D3
(207,214,211)
#DCE1E1
(220,225,225)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677E63 color. Also use rgb(103,126,99) instead hex code.

Text Font Color

.myTextColor { color: #677E63; }

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

This text font color is #677E63.


Background Color

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

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

This div background color is #677E63.


Border color

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

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

This div border color is #677E63.


Opacity

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

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

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

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

This text has shadow with #677E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677E63 on black background.


Color preview on white background

This text has color #677E63 on white background.



Black color preview on #677E63 background

This text has black color on #677E63 background.


White color preview on #677E63 background

This text has white color on #677E63 background.