COLOR #677B62

HEX: #677B62 RGB: (103,123,98)

Color info

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

RGB color model

#677B62 color RGB value is (103,123,98).

RGB: (103,123,98) (40%, 48%, 38%)

RGB channels and saturation

R 103 of 255 = 40%
G 123 of 255 = 48%
B 98 of 255 = 38%

103
123
98

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

Portions of RGB colors in percentages

R + G + B = 103 + 123 + 98 = 324 (100%)
R 103 of 324 ~ 31.79%
G 123 of 324 ~ 37.96%
B 98 of 324 ~ 30.25'%

%31.79
%37.96
%30.25

CMYK color model

#677B62 color CMYK value is (16,0,20,52).

  • cyan value is 16.26%
  • magenta value is 0.00%
  • yellow value is 20.33%
  • key color value is 51.76%

CMYK: (16,0,20,52)
C16M0Y20K52 (16%, 0%, 20%, 52%)
(0.16 / 0.00 / 0.20 / 0.52)

CMYK percentages

%16.26
%0
%20.33
%51.76

Codes

Color #677B62 in popluar color models

67 7B 62
RGB 103 123 98
HSL 108° 11.31% 43.33%
HSB/HSV 108° 20.33% 48.24%
CMYK 16.26% 0.00% 20.33%
51.76%

Color #677B62 in popluar number systems.

HEX 67 7B 62
Decimal 103 123 98
Binary 1100111 1111011 1100010
Octal 147 173 142

Shades and tints

Shades of #677B62

#677B62
(103,123,98)
#5E705A
(94,112,90)
#556552
(85,101,82)
#4C5A4A
(76,90,74)
#434F42
(67,79,66)
#3A443A
(58,68,58)
#313932
(49,57,50)
#282E2A
(40,46,42)
#1F2322
(31,35,34)
#16181A
(22,24,26)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #677B62

#677B62
(103,123,98)
#748770
(116,135,112)
#81937E
(129,147,126)
#8E9F8C
(142,159,140)
#9BAB9A
(155,171,154)
#A8B7A8
(168,183,168)
#B5C3B6
(181,195,182)
#C2CFC4
(194,207,196)
#CFDBD2
(207,219,210)
#DCE7E0
(220,231,224)
#E9F3EE
(233,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677B62 color. Also use rgb(103,123,98) instead hex code.

Text Font Color

.myTextColor { color: #677B62; }

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

This text font color is #677B62.

Background Color

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

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

This div background color is #677B62.

Border color

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

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

This div border color is #677B62.

Opacity

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

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

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

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

This text has shadow with #677B62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #677B62.

Preview

Color preview on black background

This text has color #677B62 on black background.


Color preview on white background

This text has color #677B62 on white background.


Black color preview on #677B62 background

This text has black color on #677B62 background.


White color preview on #677B62 background

This text has white color on #677B62 background.


Related colors

Complementary color

Complementary color for #hex is #98849D.


I love getcolorcode.com

Triadic colors

1 #62677B and #7B6267 with #677B62 are triadic colors.

2 #627B67 and #7B6762 with #677B62 are triadic colors.