COLOR #677061

HEX: #677061
RGB: (103,112,97)

Color info

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

RGB color model

#677061 color RGB value is (103,112,97).

  • red value is 103;
  • green value is 112;
  • blue value is 97.
RGB:
(103,112,97)
(40%,44%,38%)

RGB channels and saturation

R 103 of 255 = 40%
G 112 of 255 = 44%
B 97 of 255 = 38%

103
112
97

R + G + B ~ 41%. #677061 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 112 + 97 = 312 (100%)
R 103 of 312 ~ 33.01%
G 112 of 312 ~ 35.9%
B 97 of 312 ~ 31.09%

%33.01
%35.9
%31.09

CMYK color model

#677061 color CMYK value is (8,0,13,56).

  • cyan value is 8.04%
  • magenta value is 0.00%
  • yellow value is 13.39%
  • key color value is 56.08%
CMYK:
(8,0,13,56)
C8M0Y13K56 
(8%,0%,13%,56%)
(0.08/0.00/0.13/0.56)	

CMYK percentages

%8.04
%0
%13.39
%56.08

Codes

Color #677061 in popluar color models

677061
RGB10311297
HSL96°7.18%40.98%
HSB/HSV96°13.39%43.92%
CMYK8.04%0.00%13.39%
56.08%

Color #677061 in popluar number systems.

HEX677061
Decimal10311297
Binary110011111100001100001
Octal147160141

Shades and tints

Shades of #677061

#677061
(103,112,97)
#5E6659
(94,102,89)
#555C51
(85,92,81)
#4C5249
(76,82,73)
#434841
(67,72,65)
#3A3E39
(58,62,57)
#313431
(49,52,49)
#282A29
(40,42,41)
#1F2021
(31,32,33)
#161619
(22,22,25)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #677061

#677061
(103,112,97)
#747D6F
(116,125,111)
#818A7D
(129,138,125)
#8E978B
(142,151,139)
#9BA499
(155,164,153)
#A8B1A7
(168,177,167)
#B5BEB5
(181,190,181)
#C2CBC3
(194,203,195)
#CFD8D1
(207,216,209)
#DCE5DF
(220,229,223)
#E9F2ED
(233,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677061 color. Also use rgb(103,112,97) instead hex code.

Text Font Color

.myTextColor { color: #677061; }

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

This text font color is #677061.


Background Color

.myBgColor { background-color: #677061; }

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

This div background color is #677061.


Border color

.myBorderColor { border: 1px solid #677061; }

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

This div border color is #677061.


Opacity

.myOpacity80 { color: #677061; opacity: 0.8; }

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

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

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

This text has shadow with #677061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677061 on black background.


Color preview on white background

This text has color #677061 on white background.



Black color preview on #677061 background

This text has black color on #677061 background.


White color preview on #677061 background

This text has white color on #677061 background.