COLOR #676A4E

HEX: #676A4E
RGB: (103,106,78)

Color info

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

RGB color model

#676A4E color RGB value is (103,106,78).

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

RGB channels and saturation

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

103
106
78

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

Portions of RGB colors in percentages

R + G + B =
103 + 106 + 78 = 287 (100%)
R 103 of 287 ~ 35.89%
G 106 of 287 ~ 36.93%
B 78 of 287 ~ 27.18%

%35.89
%36.93
%27.18

CMYK color model

#676A4E color CMYK value is (3,0,26,58).

  • cyan value is 2.83%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 58.43%
CMYK:
(3,0,26,58)
C3M0Y26K58 
(3%,0%,26%,58%)
(0.03/0.00/0.26/0.58)	

CMYK percentages

%2.83
%0
%26.42
%58.43

Codes

Color #676A4E in popluar color models

676A4E
RGB10310678
HSL66°15.22%36.08%
HSB/HSV66°26.42%41.57%
CMYK2.83%0.00%26.42%
58.43%

Color #676A4E in popluar number systems.

HEX676A4E
Decimal10310678
Binary110011111010101001110
Octal147152116

Shades and tints

Shades of #676A4E

#676A4E
(103,106,78)
#5E6147
(94,97,71)
#555840
(85,88,64)
#4C4F39
(76,79,57)
#434632
(67,70,50)
#3A3D2B
(58,61,43)
#313424
(49,52,36)
#282B1D
(40,43,29)
#1F2216
(31,34,22)
#16190F
(22,25,15)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #676A4E

#676A4E
(103,106,78)
#74775E
(116,119,94)
#81846E
(129,132,110)
#8E917E
(142,145,126)
#9B9E8E
(155,158,142)
#A8AB9E
(168,171,158)
#B5B8AE
(181,184,174)
#C2C5BE
(194,197,190)
#CFD2CE
(207,210,206)
#DCDFDE
(220,223,222)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676A4E; }

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

This text font color is #676A4E.


Background Color

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

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

This div background color is #676A4E.


Border color

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

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

This div border color is #676A4E.


Opacity

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

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

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

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

This text has shadow with #676A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676A4E on black background.


Color preview on white background

This text has color #676A4E on white background.



Black color preview on #676A4E background

This text has black color on #676A4E background.


White color preview on #676A4E background

This text has white color on #676A4E background.