COLOR #676C49

HEX: #676C49
RGB: (103,108,73)

Color info

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

RGB color model

#676C49 color RGB value is (103,108,73).

  • red value is 103;
  • green value is 108;
  • blue value is 73.
RGB:
(103,108,73)
(40%,42%,29%)

RGB channels and saturation

R 103 of 255 = 40%
G 108 of 255 = 42%
B 73 of 255 = 29%

103
108
73

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

Portions of RGB colors in percentages

R + G + B =
103 + 108 + 73 = 284 (100%)
R 103 of 284 ~ 36.27%
G 108 of 284 ~ 38.03%
B 73 of 284 ~ 25.7%

%36.27
%38.03
%25.7

CMYK color model

#676C49 color CMYK value is (5,0,32,58).

  • cyan value is 4.63%
  • magenta value is 0.00%
  • yellow value is 32.41%
  • key color value is 57.65%
CMYK:
(5,0,32,58)
C5M0Y32K58 
(5%,0%,32%,58%)
(0.05/0.00/0.32/0.58)	

CMYK percentages

%4.63
%0
%32.41
%57.65

Codes

Color #676C49 in popluar color models

676C49
RGB10310873
HSL69°19.34%35.49%
HSB/HSV69°32.41%42.35%
CMYK4.63%0.00%32.41%
57.65%

Color #676C49 in popluar number systems.

HEX676C49
Decimal10310873
Binary110011111011001001001
Octal147154111

Shades and tints

Shades of #676C49

#676C49
(103,108,73)
#5E6343
(94,99,67)
#555A3D
(85,90,61)
#4C5137
(76,81,55)
#434831
(67,72,49)
#3A3F2B
(58,63,43)
#313625
(49,54,37)
#282D1F
(40,45,31)
#1F2419
(31,36,25)
#161B13
(22,27,19)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #676C49

#676C49
(103,108,73)
#747959
(116,121,89)
#818669
(129,134,105)
#8E9379
(142,147,121)
#9BA089
(155,160,137)
#A8AD99
(168,173,153)
#B5BAA9
(181,186,169)
#C2C7B9
(194,199,185)
#CFD4C9
(207,212,201)
#DCE1D9
(220,225,217)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676C49 color. Also use rgb(103,108,73) instead hex code.

Text Font Color

.myTextColor { color: #676C49; }

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

This text font color is #676C49.


Background Color

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

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

This div background color is #676C49.


Border color

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

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

This div border color is #676C49.


Opacity

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

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

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

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

This text has shadow with #676C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676C49 on black background.


Color preview on white background

This text has color #676C49 on white background.



Black color preview on #676C49 background

This text has black color on #676C49 background.


White color preview on #676C49 background

This text has white color on #676C49 background.