COLOR #676A4F

HEX: #676A4F
RGB: (103,106,79)

Color info

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

RGB color model

#676A4F color RGB value is (103,106,79).

  • red value is 103;
  • green value is 106;
  • blue value is 79.
RGB:
(103,106,79)
(40%,42%,31%)

RGB channels and saturation

R 103 of 255 = 40%
G 106 of 255 = 42%
B 79 of 255 = 31%

103
106
79

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

Portions of RGB colors in percentages

R + G + B =
103 + 106 + 79 = 288 (100%)
R 103 of 288 ~ 35.76%
G 106 of 288 ~ 36.81%
B 79 of 288 ~ 27.43%

%35.76
%36.81
%27.43

CMYK color model

#676A4F color CMYK value is (3,0,25,58).

  • cyan value is 2.83%
  • magenta value is 0.00%
  • yellow value is 25.47%
  • key color value is 58.43%
CMYK:
(3,0,25,58)
C3M0Y25K58 
(3%,0%,25%,58%)
(0.03/0.00/0.25/0.58)	

CMYK percentages

%2.83
%0
%25.47
%58.43

Codes

Color #676A4F in popluar color models

676A4F
RGB10310679
HSL67°14.59%36.27%
HSB/HSV67°25.47%41.57%
CMYK2.83%0.00%25.47%
58.43%

Color #676A4F in popluar number systems.

HEX676A4F
Decimal10310679
Binary110011111010101001111
Octal147152117

Shades and tints

Shades of #676A4F

#676A4F
(103,106,79)
#5E6148
(94,97,72)
#555841
(85,88,65)
#4C4F3A
(76,79,58)
#434633
(67,70,51)
#3A3D2C
(58,61,44)
#313425
(49,52,37)
#282B1E
(40,43,30)
#1F2217
(31,34,23)
#161910
(22,25,16)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #676A4F

#676A4F
(103,106,79)
#74775F
(116,119,95)
#81846F
(129,132,111)
#8E917F
(142,145,127)
#9B9E8F
(155,158,143)
#A8AB9F
(168,171,159)
#B5B8AF
(181,184,175)
#C2C5BF
(194,197,191)
#CFD2CF
(207,210,207)
#DCDFDF
(220,223,223)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676A4F color. Also use rgb(103,106,79) instead hex code.

Text Font Color

.myTextColor { color: #676A4F; }

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

This text font color is #676A4F.


Background Color

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

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

This div background color is #676A4F.


Border color

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

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

This div border color is #676A4F.


Opacity

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

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

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

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

This text has shadow with #676A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676A4F on black background.


Color preview on white background

This text has color #676A4F on white background.



Black color preview on #676A4F background

This text has black color on #676A4F background.


White color preview on #676A4F background

This text has white color on #676A4F background.