COLOR #677966

HEX: #677966
RGB: (103,121,102)

Color info

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

RGB color model

#677966 color RGB value is (103,121,102).

  • red value is 103;
  • green value is 121;
  • blue value is 102.
RGB:
(103,121,102)
(40%,47%,40%)

RGB channels and saturation

R 103 of 255 = 40%
G 121 of 255 = 47%
B 102 of 255 = 40%

103
121
102

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

Portions of RGB colors in percentages

R + G + B =
103 + 121 + 102 = 326 (100%)
R 103 of 326 ~ 31.6%
G 121 of 326 ~ 37.12%
B 102 of 326 ~ 31.29%

%31.6
%37.12
%31.29

CMYK color model

#677966 color CMYK value is (15,0,16,53).

  • cyan value is 14.88%
  • magenta value is 0.00%
  • yellow value is 15.70%
  • key color value is 52.55%
CMYK:
(15,0,16,53)
C15M0Y16K53 
(15%,0%,16%,53%)
(0.15/0.00/0.16/0.53)	

CMYK percentages

%14.88
%0
%15.7
%52.55

Codes

Color #677966 in popluar color models

677966
RGB103121102
HSL117°8.52%43.73%
HSB/HSV117°15.70%47.45%
CMYK14.88%0.00%15.70%
52.55%

Color #677966 in popluar number systems.

HEX677966
Decimal103121102
Binary110011111110011100110
Octal147171146

Shades and tints

Shades of #677966

#677966
(103,121,102)
#5E6E5D
(94,110,93)
#556354
(85,99,84)
#4C584B
(76,88,75)
#434D42
(67,77,66)
#3A4239
(58,66,57)
#313730
(49,55,48)
#282C27
(40,44,39)
#1F211E
(31,33,30)
#161615
(22,22,21)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #677966

#677966
(103,121,102)
#748573
(116,133,115)
#819180
(129,145,128)
#8E9D8D
(142,157,141)
#9BA99A
(155,169,154)
#A8B5A7
(168,181,167)
#B5C1B4
(181,193,180)
#C2CDC1
(194,205,193)
#CFD9CE
(207,217,206)
#DCE5DB
(220,229,219)
#E9F1E8
(233,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677966 color. Also use rgb(103,121,102) instead hex code.

Text Font Color

.myTextColor { color: #677966; }

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

This text font color is #677966.


Background Color

.myBgColor { background-color: #677966; }

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

This div background color is #677966.


Border color

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

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

This div border color is #677966.


Opacity

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

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

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

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

This text has shadow with #677966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677966 on black background.


Color preview on white background

This text has color #677966 on white background.



Black color preview on #677966 background

This text has black color on #677966 background.


White color preview on #677966 background

This text has white color on #677966 background.