COLOR #677066

HEX: #677066
RGB: (103,112,102)

Color info

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

RGB color model

#677066 color RGB value is (103,112,102).

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

RGB channels and saturation

R 103 of 255 = 40%
G 112 of 255 = 44%
B 102 of 255 = 40%

103
112
102

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

Portions of RGB colors in percentages

R + G + B =
103 + 112 + 102 = 317 (100%)
R 103 of 317 ~ 32.49%
G 112 of 317 ~ 35.33%
B 102 of 317 ~ 32.18%

%32.49
%35.33
%32.18

CMYK color model

#677066 color CMYK value is (8,0,9,56).

  • cyan value is 8.04%
  • magenta value is 0.00%
  • yellow value is 8.93%
  • key color value is 56.08%
CMYK:
(8,0,9,56)
C8M0Y9K56 
(8%,0%,9%,56%)
(0.08/0.00/0.09/0.56)	

CMYK percentages

%8.04
%0
%8.93
%56.08

Codes

Color #677066 in popluar color models

677066
RGB103112102
HSL114°4.67%41.96%
HSB/HSV114°8.93%43.92%
CMYK8.04%0.00%8.93%
56.08%

Color #677066 in popluar number systems.

HEX677066
Decimal103112102
Binary110011111100001100110
Octal147160146

Shades and tints

Shades of #677066

#677066
(103,112,102)
#5E665D
(94,102,93)
#555C54
(85,92,84)
#4C524B
(76,82,75)
#434842
(67,72,66)
#3A3E39
(58,62,57)
#313430
(49,52,48)
#282A27
(40,42,39)
#1F201E
(31,32,30)
#161615
(22,22,21)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #677066

#677066
(103,112,102)
#747D73
(116,125,115)
#818A80
(129,138,128)
#8E978D
(142,151,141)
#9BA49A
(155,164,154)
#A8B1A7
(168,177,167)
#B5BEB4
(181,190,180)
#C2CBC1
(194,203,193)
#CFD8CE
(207,216,206)
#DCE5DB
(220,229,219)
#E9F2E8
(233,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677066; }

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

This text font color is #677066.


Background Color

.myBgColor { background-color: #677066; }

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

This div background color is #677066.


Border color

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

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

This div border color is #677066.


Opacity

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

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

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

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

This text has shadow with #677066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677066 on black background.


Color preview on white background

This text has color #677066 on white background.



Black color preview on #677066 background

This text has black color on #677066 background.


White color preview on #677066 background

This text has white color on #677066 background.