COLOR #677D61

HEX: #677D61
RGB: (103,125,97)

Color info

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

RGB color model

#677D61 color RGB value is (103,125,97).

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

RGB channels and saturation

R 103 of 255 = 40%
G 125 of 255 = 49%
B 97 of 255 = 38%

103
125
97

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

Portions of RGB colors in percentages

R + G + B =
103 + 125 + 97 = 325 (100%)
R 103 of 325 ~ 31.69%
G 125 of 325 ~ 38.46%
B 97 of 325 ~ 29.85%

%31.69
%38.46
%29.85

CMYK color model

#677D61 color CMYK value is (18,0,22,51).

  • cyan value is 17.60%
  • magenta value is 0.00%
  • yellow value is 22.40%
  • key color value is 50.98%
CMYK:
(18,0,22,51)
C18M0Y22K51 
(18%,0%,22%,51%)
(0.18/0.00/0.22/0.51)	

CMYK percentages

%17.6
%0
%22.4
%50.98

Codes

Color #677D61 in popluar color models

677D61
RGB10312597
HSL107°12.61%43.53%
HSB/HSV107°22.40%49.02%
CMYK17.60%0.00%22.40%
50.98%

Color #677D61 in popluar number systems.

HEX677D61
Decimal10312597
Binary110011111111011100001
Octal147175141

Shades and tints

Shades of #677D61

#677D61
(103,125,97)
#5E7259
(94,114,89)
#556751
(85,103,81)
#4C5C49
(76,92,73)
#435141
(67,81,65)
#3A4639
(58,70,57)
#313B31
(49,59,49)
#283029
(40,48,41)
#1F2521
(31,37,33)
#161A19
(22,26,25)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #677D61

#677D61
(103,125,97)
#74886F
(116,136,111)
#81937D
(129,147,125)
#8E9E8B
(142,158,139)
#9BA999
(155,169,153)
#A8B4A7
(168,180,167)
#B5BFB5
(181,191,181)
#C2CAC3
(194,202,195)
#CFD5D1
(207,213,209)
#DCE0DF
(220,224,223)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677D61; }

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

This text font color is #677D61.


Background Color

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

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

This div background color is #677D61.


Border color

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

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

This div border color is #677D61.


Opacity

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

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

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

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

This text has shadow with #677D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677D61 on black background.


Color preview on white background

This text has color #677D61 on white background.



Black color preview on #677D61 background

This text has black color on #677D61 background.


White color preview on #677D61 background

This text has white color on #677D61 background.