COLOR #677671

HEX: #677671
RGB: (103,118,113)

Color info

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

RGB color model

#677671 color RGB value is (103,118,113).

  • red value is 103;
  • green value is 118;
  • blue value is 113.
RGB:
(103,118,113)
(40%,46%,44%)

RGB channels and saturation

R 103 of 255 = 40%
G 118 of 255 = 46%
B 113 of 255 = 44%

103
118
113

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

Portions of RGB colors in percentages

R + G + B =
103 + 118 + 113 = 334 (100%)
R 103 of 334 ~ 30.84%
G 118 of 334 ~ 35.33%
B 113 of 334 ~ 33.83%

%30.84
%35.33
%33.83

CMYK color model

#677671 color CMYK value is (13,0,4,54).

  • cyan value is 12.71%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 53.73%
CMYK:
(13,0,4,54)
C13M0Y4K54 
(13%,0%,4%,54%)
(0.13/0.00/0.04/0.54)	

CMYK percentages

%12.71
%0
%4.24
%53.73

Codes

Color #677671 in popluar color models

677671
RGB103118113
HSL160°6.79%43.33%
HSB/HSV160°12.71%46.27%
CMYK12.71%0.00%4.24%
53.73%

Color #677671 in popluar number systems.

HEX677671
Decimal103118113
Binary110011111101101110001
Octal147166161

Shades and tints

Shades of #677671

#677671
(103,118,113)
#5E6C67
(94,108,103)
#55625D
(85,98,93)
#4C5853
(76,88,83)
#434E49
(67,78,73)
#3A443F
(58,68,63)
#313A35
(49,58,53)
#28302B
(40,48,43)
#1F2621
(31,38,33)
#161C17
(22,28,23)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #677671

#677671
(103,118,113)
#74827D
(116,130,125)
#818E89
(129,142,137)
#8E9A95
(142,154,149)
#9BA6A1
(155,166,161)
#A8B2AD
(168,178,173)
#B5BEB9
(181,190,185)
#C2CAC5
(194,202,197)
#CFD6D1
(207,214,209)
#DCE2DD
(220,226,221)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677671 color. Also use rgb(103,118,113) instead hex code.

Text Font Color

.myTextColor { color: #677671; }

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

This text font color is #677671.


Background Color

.myBgColor { background-color: #677671; }

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

This div background color is #677671.


Border color

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

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

This div border color is #677671.


Opacity

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

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

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

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

This text has shadow with #677671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677671 on black background.


Color preview on white background

This text has color #677671 on white background.



Black color preview on #677671 background

This text has black color on #677671 background.


White color preview on #677671 background

This text has white color on #677671 background.