COLOR #676E60

HEX: #676E60 RGB: (103,110,96)

Color info

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

RGB color model

#676E60 color RGB value is (103,110,96).

RGB: (103,110,96) (40%, 43%, 38%)

RGB channels and saturation

R 103 of 255 = 40%
G 110 of 255 = 43%
B 96 of 255 = 38%

103
110
96

R + G + B ~ 40%. #676E60 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 110 + 96 = 309 (100%)
R 103 of 309 ~ 33.33%
G 110 of 309 ~ 35.6%
B 96 of 309 ~ 31.07'%

%33.33
%35.6
%31.07

CMYK color model

#676E60 color CMYK value is (6,0,13,57).

  • cyan value is 6.36%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 56.86%

CMYK: (6,0,13,57)
C6M0Y13K57 (6%, 0%, 13%, 57%)
(0.06 / 0.00 / 0.13 / 0.57)

CMYK percentages

%6.36
%0
%12.73
%56.86

Codes

Color #676E60 in popluar color models

67 6E 60
RGB 103 110 96
HSL 90° 6.80% 40.39%
HSB/HSV 90° 12.73% 43.14%
CMYK 6.36% 0.00% 12.73%
56.86%

Color #676E60 in popluar number systems.

HEX 67 6E 60
Decimal 103 110 96
Binary 1100111 1101110 1100000
Octal 147 156 140

Shades and tints

Shades of #676E60

#676E60
(103,110,96)
#5E6458
(94,100,88)
#555A50
(85,90,80)
#4C5048
(76,80,72)
#434640
(67,70,64)
#3A3C38
(58,60,56)
#313230
(49,50,48)
#282828
(40,40,40)
#1F1E20
(31,30,32)
#161418
(22,20,24)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #676E60

#676E60
(103,110,96)
#747B6E
(116,123,110)
#81887C
(129,136,124)
#8E958A
(142,149,138)
#9BA298
(155,162,152)
#A8AFA6
(168,175,166)
#B5BCB4
(181,188,180)
#C2C9C2
(194,201,194)
#CFD6D0
(207,214,208)
#DCE3DE
(220,227,222)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676E60 color. Also use rgb(103,110,96) instead hex code.

Text Font Color

.myTextColor { color: #676E60; }

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

This text font color is #676E60.

Background Color

.myBgColor { background-color: #676E60; }

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

This div background color is #676E60.

Border color

.myBorderColor { border: 1px solid #676E60; }

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

This div border color is #676E60.

Opacity

.myOpacity80 { color: #676E60; opacity: 0.8; }

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

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

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

This text has shadow with #676E60 color.


.textShadow {text-shadow: 3px 3px 1px #676E60', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #676E60; -webkit-box-shadow: 1px 1px 3px 2px #676E60; box-shadow:1px 1px 3px 2px #676E60;">
Div content here
</div>

This div box has shadow with color #676E60.

Preview

Color preview on black background

This text has color #676E60 on black background.


Color preview on white background

This text has color #676E60 on white background.


Black color preview on #676E60 background

This text has black color on #676E60 background.


White color preview on #676E60 background

This text has white color on #676E60 background.


Related colors

Complementary color

Complementary color for #hex is #98919F.


I love getcolorcode.com

Triadic colors

1 #60676E and #6E6067 with #676E60 are triadic colors.

2 #606E67 and #6E6760 with #676E60 are triadic colors.