COLOR #676057

HEX: #676057
RGB: (103,96,87)

Color info

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

RGB color model

#676057 color RGB value is (103,96,87).

  • red value is 103;
  • green value is 96;
  • blue value is 87.
RGB:
(103,96,87)
(40%,38%,34%)

RGB channels and saturation

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

103
96
87

R + G + B ~ 37%. #676057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 96 + 87 = 286 (100%)
R 103 of 286 ~ 36.01%
G 96 of 286 ~ 33.57%
B 87 of 286 ~ 30.42%

%36.01
%33.57
%30.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.80%
  • yellow value is 15.53%
  • key color value is 59.61%
CMYK:
(0,7,16,60)
C0M7Y16K60 
(0%,7%,16%,60%)
(0.00/0.07/0.16/0.60)	

CMYK percentages

%0
%6.8
%15.53
%59.61

Codes

Color #676057 in popluar color models

676057
RGB1039687
HSL34°8.42%37.25%
HSB/HSV34°15.53%40.39%
CMYK0.00%6.80%15.53%
59.61%

Color #676057 in popluar number systems.

HEX676057
Decimal1039687
Binary110011111000001010111
Octal147140127

Shades and tints

Shades of #676057

#676057
(103,96,87)
#5E5850
(94,88,80)
#555049
(85,80,73)
#4C4842
(76,72,66)
#43403B
(67,64,59)
#3A3834
(58,56,52)
#31302D
(49,48,45)
#282826
(40,40,38)
#1F201F
(31,32,31)
#161818
(22,24,24)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #676057

#676057
(103,96,87)
#746E66
(116,110,102)
#817C75
(129,124,117)
#8E8A84
(142,138,132)
#9B9893
(155,152,147)
#A8A6A2
(168,166,162)
#B5B4B1
(181,180,177)
#C2C2C0
(194,194,192)
#CFD0CF
(207,208,207)
#DCDEDE
(220,222,222)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676057; }

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

This text font color is #676057.


Background Color

.myBgColor { background-color: #676057; }

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

This div background color is #676057.


Border color

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

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

This div border color is #676057.


Opacity

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

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

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

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

This text has shadow with #676057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676057 on black background.


Color preview on white background

This text has color #676057 on white background.



Black color preview on #676057 background

This text has black color on #676057 background.


White color preview on #676057 background

This text has white color on #676057 background.