COLOR #676A3C

HEX: #676A3C
RGB: (103,106,60)

Color info

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

RGB color model

#676A3C color RGB value is (103,106,60).

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

RGB channels and saturation

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

103
106
60

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

Portions of RGB colors in percentages

R + G + B =
103 + 106 + 60 = 269 (100%)
R 103 of 269 ~ 38.29%
G 106 of 269 ~ 39.41%
B 60 of 269 ~ 22.3%

%38.29
%39.41
%22.3

CMYK color model

#676A3C color CMYK value is (3,0,43,58).

  • cyan value is 2.83%
  • magenta value is 0.00%
  • yellow value is 43.40%
  • key color value is 58.43%
CMYK:
(3,0,43,58)
C3M0Y43K58 
(3%,0%,43%,58%)
(0.03/0.00/0.43/0.58)	

CMYK percentages

%2.83
%0
%43.4
%58.43

Codes

Color #676A3C in popluar color models

676A3C
RGB10310660
HSL64°27.71%32.55%
HSB/HSV64°43.40%41.57%
CMYK2.83%0.00%43.40%
58.43%

Color #676A3C in popluar number systems.

HEX676A3C
Decimal10310660
Binary11001111101010111100
Octal14715274

Shades and tints

Shades of #676A3C

#676A3C
(103,106,60)
#5E6137
(94,97,55)
#555832
(85,88,50)
#4C4F2D
(76,79,45)
#434628
(67,70,40)
#3A3D23
(58,61,35)
#31341E
(49,52,30)
#282B19
(40,43,25)
#1F2214
(31,34,20)
#16190F
(22,25,15)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #676A3C

#676A3C
(103,106,60)
#74774D
(116,119,77)
#81845E
(129,132,94)
#8E916F
(142,145,111)
#9B9E80
(155,158,128)
#A8AB91
(168,171,145)
#B5B8A2
(181,184,162)
#C2C5B3
(194,197,179)
#CFD2C4
(207,210,196)
#DCDFD5
(220,223,213)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676A3C; }

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

This text font color is #676A3C.


Background Color

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

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

This div background color is #676A3C.


Border color

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

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

This div border color is #676A3C.


Opacity

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

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

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

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

This text has shadow with #676A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676A3C on black background.


Color preview on white background

This text has color #676A3C on white background.



Black color preview on #676A3C background

This text has black color on #676A3C background.


White color preview on #676A3C background

This text has white color on #676A3C background.