COLOR #676757

HEX: #676757 RGB: (103,103,87)

Color info

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

RGB color model

#676757 color RGB value is (103,103,87).

RGB: (103,103,87) (40%, 40%, 34%)

RGB channels and saturation

R 103 of 255 = 40%
G 103 of 255 = 40%
B 87 of 255 = 34%

103
103
87

R + G + B ~ 38%. #676757 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 103 + 103 + 87 = 293 (100%)
R 103 of 293 ~ 35.15%
G 103 of 293 ~ 35.15%
B 87 of 293 ~ 29.69'%

%35.15
%35.15
%29.69

CMYK color model

#676757 color CMYK value is (0,0,16,60).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.53%
  • key color value is 59.61%

CMYK: (0,0,16,60)
C0M0Y16K60 (0%, 0%, 16%, 60%)
(0.00 / 0.00 / 0.16 / 0.60)

CMYK percentages

%0
%0
%15.53
%59.61

Codes

Color #676757 in popluar color models

67 67 57
RGB 103 103 87
HSL 60° 8.42% 37.25%
HSB/HSV 60° 15.53% 40.39%
CMYK 0.00% 0.00% 15.53%
59.61%

Color #676757 in popluar number systems.

HEX 67 67 57
Decimal 103 103 87
Binary 1100111 1100111 1010111
Octal 147 147 127

Shades and tints

Shades of #676757

#676757
(103,103,87)
#5E5E50
(94,94,80)
#555549
(85,85,73)
#4C4C42
(76,76,66)
#43433B
(67,67,59)
#3A3A34
(58,58,52)
#31312D
(49,49,45)
#282826
(40,40,38)
#1F1F1F
(31,31,31)
#161618
(22,22,24)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #676757

#676757
(103,103,87)
#747466
(116,116,102)
#818175
(129,129,117)
#8E8E84
(142,142,132)
#9B9B93
(155,155,147)
#A8A8A2
(168,168,162)
#B5B5B1
(181,181,177)
#C2C2C0
(194,194,192)
#CFCFCF
(207,207,207)
#DCDCDE
(220,220,222)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676757; }

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

This text font color is #676757.

Background Color

.myBgColor { background-color: #676757; }

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

This div background color is #676757.

Border color

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

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

This div border color is #676757.

Opacity

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

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

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

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

This text has shadow with #676757 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #676757.

Preview

Color preview on black background

This text has color #676757 on black background.


Color preview on white background

This text has color #676757 on white background.


Black color preview on #676757 background

This text has black color on #676757 background.


White color preview on #676757 background

This text has white color on #676757 background.


Related colors

Complementary color

Complementary color for #hex is #9898A8.


I love getcolorcode.com