COLOR #676B46

HEX: #676B46
RGB: (103,107,70)

Color info

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

RGB color model

#676B46 color RGB value is (103,107,70).

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

RGB channels and saturation

R 103 of 255 = 40%
G 107 of 255 = 42%
B 70 of 255 = 27%

103
107
70

R + G + B ~ 36%. #676B46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 107 + 70 = 280 (100%)
R 103 of 280 ~ 36.79%
G 107 of 280 ~ 38.21%
B 70 of 280 ~ 25%

%36.79
%38.21
%25

CMYK color model

#676B46 color CMYK value is (4,0,35,58).

  • cyan value is 3.74%
  • magenta value is 0.00%
  • yellow value is 34.58%
  • key color value is 58.04%
CMYK:
(4,0,35,58)
C4M0Y35K58 
(4%,0%,35%,58%)
(0.04/0.00/0.35/0.58)	

CMYK percentages

%3.74
%0
%34.58
%58.04

Codes

Color #676B46 in popluar color models

676B46
RGB10310770
HSL66°20.90%34.71%
HSB/HSV66°34.58%41.96%
CMYK3.74%0.00%34.58%
58.04%

Color #676B46 in popluar number systems.

HEX676B46
Decimal10310770
Binary110011111010111000110
Octal147153106

Shades and tints

Shades of #676B46

#676B46
(103,107,70)
#5E6240
(94,98,64)
#55593A
(85,89,58)
#4C5034
(76,80,52)
#43472E
(67,71,46)
#3A3E28
(58,62,40)
#313522
(49,53,34)
#282C1C
(40,44,28)
#1F2316
(31,35,22)
#161A10
(22,26,16)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #676B46

#676B46
(103,107,70)
#747856
(116,120,86)
#818566
(129,133,102)
#8E9276
(142,146,118)
#9B9F86
(155,159,134)
#A8AC96
(168,172,150)
#B5B9A6
(181,185,166)
#C2C6B6
(194,198,182)
#CFD3C6
(207,211,198)
#DCE0D6
(220,224,214)
#E9EDE6
(233,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676B46; }

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

This text font color is #676B46.


Background Color

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

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

This div background color is #676B46.


Border color

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

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

This div border color is #676B46.


Opacity

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

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

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

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

This text has shadow with #676B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676B46 on black background.


Color preview on white background

This text has color #676B46 on white background.



Black color preview on #676B46 background

This text has black color on #676B46 background.


White color preview on #676B46 background

This text has white color on #676B46 background.