COLOR #676A3F

HEX: #676A3F
RGB: (103,106,63)

Color info

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

RGB color model

#676A3F color RGB value is (103,106,63).

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

RGB channels and saturation

R 103 of 255 = 40%
G 106 of 255 = 42%
B 63 of 255 = 25%

103
106
63

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

Portions of RGB colors in percentages

R + G + B =
103 + 106 + 63 = 272 (100%)
R 103 of 272 ~ 37.87%
G 106 of 272 ~ 38.97%
B 63 of 272 ~ 23.16%

%37.87
%38.97
%23.16

CMYK color model

#676A3F color CMYK value is (3,0,41,58).

  • cyan value is 2.83%
  • magenta value is 0.00%
  • yellow value is 40.57%
  • key color value is 58.43%
CMYK:
(3,0,41,58)
C3M0Y41K58 
(3%,0%,41%,58%)
(0.03/0.00/0.41/0.58)	

CMYK percentages

%2.83
%0
%40.57
%58.43

Codes

Color #676A3F in popluar color models

676A3F
RGB10310663
HSL64°25.44%33.14%
HSB/HSV64°40.57%41.57%
CMYK2.83%0.00%40.57%
58.43%

Color #676A3F in popluar number systems.

HEX676A3F
Decimal10310663
Binary11001111101010111111
Octal14715277

Shades and tints

Shades of #676A3F

#676A3F
(103,106,63)
#5E613A
(94,97,58)
#555835
(85,88,53)
#4C4F30
(76,79,48)
#43462B
(67,70,43)
#3A3D26
(58,61,38)
#313421
(49,52,33)
#282B1C
(40,43,28)
#1F2217
(31,34,23)
#161912
(22,25,18)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #676A3F

#676A3F
(103,106,63)
#747750
(116,119,80)
#818461
(129,132,97)
#8E9172
(142,145,114)
#9B9E83
(155,158,131)
#A8AB94
(168,171,148)
#B5B8A5
(181,184,165)
#C2C5B6
(194,197,182)
#CFD2C7
(207,210,199)
#DCDFD8
(220,223,216)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676A3F; }

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

This text font color is #676A3F.


Background Color

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

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

This div background color is #676A3F.


Border color

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

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

This div border color is #676A3F.


Opacity

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

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

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

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

This text has shadow with #676A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676A3F on black background.


Color preview on white background

This text has color #676A3F on white background.



Black color preview on #676A3F background

This text has black color on #676A3F background.


White color preview on #676A3F background

This text has white color on #676A3F background.