COLOR #676A3E

HEX: #676A3E
RGB: (103,106,62)

Color info

#676A3E contains red, green and blue colors in about the same proportion. Web safe color of #676A3E is #666633 (or #663).

RGB color model

#676A3E color RGB value is (103,106,62).

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

RGB channels and saturation

R 103 of 255 = 40%
G 106 of 255 = 42%
B 62 of 255 = 24%

103
106
62

R + G + B ~ 35%. #676A3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 106 + 62 = 271 (100%)
R 103 of 271 ~ 38.01%
G 106 of 271 ~ 39.11%
B 62 of 271 ~ 22.88%

%38.01
%39.11
%22.88

CMYK color model

#676A3E color CMYK value is (3,0,42,58).

  • cyan value is 2.83%
  • magenta value is 0.00%
  • yellow value is 41.51%
  • key color value is 58.43%
CMYK:
(3,0,42,58)
C3M0Y42K58 
(3%,0%,42%,58%)
(0.03/0.00/0.42/0.58)	

CMYK percentages

%2.83
%0
%41.51
%58.43

Codes

Color #676A3E in popluar color models

676A3E
RGB10310662
HSL64°26.19%32.94%
HSB/HSV64°41.51%41.57%
CMYK2.83%0.00%41.51%
58.43%

Color #676A3E in popluar number systems.

HEX676A3E
Decimal10310662
Binary11001111101010111110
Octal14715276

Shades and tints

Shades of #676A3E

#676A3E
(103,106,62)
#5E6139
(94,97,57)
#555834
(85,88,52)
#4C4F2F
(76,79,47)
#43462A
(67,70,42)
#3A3D25
(58,61,37)
#313420
(49,52,32)
#282B1B
(40,43,27)
#1F2216
(31,34,22)
#161911
(22,25,17)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #676A3E

#676A3E
(103,106,62)
#74774F
(116,119,79)
#818460
(129,132,96)
#8E9171
(142,145,113)
#9B9E82
(155,158,130)
#A8AB93
(168,171,147)
#B5B8A4
(181,184,164)
#C2C5B5
(194,197,181)
#CFD2C6
(207,210,198)
#DCDFD7
(220,223,215)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676A3E; }

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

This text font color is #676A3E.


Background Color

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

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

This div background color is #676A3E.


Border color

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

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

This div border color is #676A3E.


Opacity

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

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

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

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

This text has shadow with #676A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676A3E on black background.


Color preview on white background

This text has color #676A3E on white background.



Black color preview on #676A3E background

This text has black color on #676A3E background.


White color preview on #676A3E background

This text has white color on #676A3E background.