COLOR #677E5B

HEX: #677E5B RGB: (103,126,91)

Color info

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

RGB color model

#677E5B color RGB value is (103,126,91).

RGB: (103,126,91) (40%, 49%, 36%)

RGB channels and saturation

R 103 of 255 = 40%
G 126 of 255 = 49%
B 91 of 255 = 36%

103
126
91

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

Portions of RGB colors in percentages

R + G + B = 103 + 126 + 91 = 320 (100%)
R 103 of 320 ~ 32.19%
G 126 of 320 ~ 39.38%
B 91 of 320 ~ 28.44'%

%32.19
%39.38
%28.44

CMYK color model

#677E5B color CMYK value is (18,0,28,51).

  • cyan value is 18.25%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 50.59%

CMYK: (18,0,28,51)
C18M0Y28K51 (18%, 0%, 28%, 51%)
(0.18 / 0.00 / 0.28 / 0.51)

CMYK percentages

%18.25
%0
%27.78
%50.59

Codes

Color #677E5B in popluar color models

67 7E 5B
RGB 103 126 91
HSL 99° 16.13% 42.55%
HSB/HSV 99° 27.78% 49.41%
CMYK 18.25% 0.00% 27.78%
50.59%

Color #677E5B in popluar number systems.

HEX 67 7E 5B
Decimal 103 126 91
Binary 1100111 1111110 1011011
Octal 147 176 133

Shades and tints

Shades of #677E5B

#677E5B
(103,126,91)
#5E7353
(94,115,83)
#55684B
(85,104,75)
#4C5D43
(76,93,67)
#43523B
(67,82,59)
#3A4733
(58,71,51)
#313C2B
(49,60,43)
#283123
(40,49,35)
#1F261B
(31,38,27)
#161B13
(22,27,19)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #677E5B

#677E5B
(103,126,91)
#748969
(116,137,105)
#819477
(129,148,119)
#8E9F85
(142,159,133)
#9BAA93
(155,170,147)
#A8B5A1
(168,181,161)
#B5C0AF
(181,192,175)
#C2CBBD
(194,203,189)
#CFD6CB
(207,214,203)
#DCE1D9
(220,225,217)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677E5B; }

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

This text font color is #677E5B.

Background Color

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

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

This div background color is #677E5B.

Border color

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

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

This div border color is #677E5B.

Opacity

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

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

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

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

This text has shadow with #677E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #677E5B.

Preview

Color preview on black background

This text has color #677E5B on black background.


Color preview on white background

This text has color #677E5B on white background.


Black color preview on #677E5B background

This text has black color on #677E5B background.


White color preview on #677E5B background

This text has white color on #677E5B background.


Related colors

Complementary color

Complementary color for #hex is #9881A4.


I love getcolorcode.com

Triadic colors

1 #5B677E and #7E5B67 with #677E5B are triadic colors.

2 #5B7E67 and #7E675B with #677E5B are triadic colors.