COLOR #676B47

HEX: #676B47
RGB: (103,107,71)

Color info

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

RGB color model

#676B47 color RGB value is (103,107,71).

  • red value is 103;
  • green value is 107;
  • blue value is 71.
RGB:
(103,107,71)
(40%,42%,28%)

RGB channels and saturation

R 103 of 255 = 40%
G 107 of 255 = 42%
B 71 of 255 = 28%

103
107
71

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

Portions of RGB colors in percentages

R + G + B =
103 + 107 + 71 = 281 (100%)
R 103 of 281 ~ 36.65%
G 107 of 281 ~ 38.08%
B 71 of 281 ~ 25.27%

%36.65
%38.08
%25.27

CMYK color model

#676B47 color CMYK value is (4,0,34,58).

  • cyan value is 3.74%
  • magenta value is 0.00%
  • yellow value is 33.64%
  • key color value is 58.04%
CMYK:
(4,0,34,58)
C4M0Y34K58 
(4%,0%,34%,58%)
(0.04/0.00/0.34/0.58)	

CMYK percentages

%3.74
%0
%33.64
%58.04

Codes

Color #676B47 in popluar color models

676B47
RGB10310771
HSL67°20.22%34.90%
HSB/HSV67°33.64%41.96%
CMYK3.74%0.00%33.64%
58.04%

Color #676B47 in popluar number systems.

HEX676B47
Decimal10310771
Binary110011111010111000111
Octal147153107

Shades and tints

Shades of #676B47

#676B47
(103,107,71)
#5E6241
(94,98,65)
#55593B
(85,89,59)
#4C5035
(76,80,53)
#43472F
(67,71,47)
#3A3E29
(58,62,41)
#313523
(49,53,35)
#282C1D
(40,44,29)
#1F2317
(31,35,23)
#161A11
(22,26,17)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #676B47

#676B47
(103,107,71)
#747857
(116,120,87)
#818567
(129,133,103)
#8E9277
(142,146,119)
#9B9F87
(155,159,135)
#A8AC97
(168,172,151)
#B5B9A7
(181,185,167)
#C2C6B7
(194,198,183)
#CFD3C7
(207,211,199)
#DCE0D7
(220,224,215)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676B47 color. Also use rgb(103,107,71) instead hex code.

Text Font Color

.myTextColor { color: #676B47; }

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

This text font color is #676B47.


Background Color

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

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

This div background color is #676B47.


Border color

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

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

This div border color is #676B47.


Opacity

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

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

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

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

This text has shadow with #676B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676B47 on black background.


Color preview on white background

This text has color #676B47 on white background.



Black color preview on #676B47 background

This text has black color on #676B47 background.


White color preview on #676B47 background

This text has white color on #676B47 background.