COLOR #676E3E

HEX: #676E3E RGB: (103,110,62)

Color info

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

RGB color model

#676E3E color RGB value is (103,110,62).

RGB: (103,110,62) (40%, 43%, 24%)

RGB channels and saturation

R 103 of 255 = 40%
G 110 of 255 = 43%
B 62 of 255 = 24%

103
110
62

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

Portions of RGB colors in percentages

R + G + B = 103 + 110 + 62 = 275 (100%)
R 103 of 275 ~ 37.45%
G 110 of 275 ~ 40%
B 62 of 275 ~ 22.55'%

%37.45
%40
%22.55

CMYK color model

#676E3E color CMYK value is (6,0,44,57).

  • cyan value is 6.36%
  • magenta value is 0.00%
  • yellow value is 43.64%
  • key color value is 56.86%

CMYK: (6,0,44,57)
C6M0Y44K57 (6%, 0%, 44%, 57%)
(0.06 / 0.00 / 0.44 / 0.57)

CMYK percentages

%6.36
%0
%43.64
%56.86

Codes

Color #676E3E in popluar color models

67 6E 3E
RGB 103 110 62
HSL 69° 27.91% 33.73%
HSB/HSV 69° 43.64% 43.14%
CMYK 6.36% 0.00% 43.64%
56.86%

Color #676E3E in popluar number systems.

HEX 67 6E 3E
Decimal 103 110 62
Binary 1100111 1101110 111110
Octal 147 156 76

Shades and tints

Shades of #676E3E

#676E3E
(103,110,62)
#5E6439
(94,100,57)
#555A34
(85,90,52)
#4C502F
(76,80,47)
#43462A
(67,70,42)
#3A3C25
(58,60,37)
#313220
(49,50,32)
#28281B
(40,40,27)
#1F1E16
(31,30,22)
#161411
(22,20,17)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #676E3E

#676E3E
(103,110,62)
#747B4F
(116,123,79)
#818860
(129,136,96)
#8E9571
(142,149,113)
#9BA282
(155,162,130)
#A8AF93
(168,175,147)
#B5BCA4
(181,188,164)
#C2C9B5
(194,201,181)
#CFD6C6
(207,214,198)
#DCE3D7
(220,227,215)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676E3E color. Also use rgb(103,110,62) instead hex code.

Text Font Color

.myTextColor { color: #676E3E; }

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

This text font color is #676E3E.

Background Color

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

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

This div background color is #676E3E.

Border color

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

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

This div border color is #676E3E.

Opacity

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

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

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

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

This text has shadow with #676E3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #676E3E.

Preview

Color preview on black background

This text has color #676E3E on black background.


Color preview on white background

This text has color #676E3E on white background.


Black color preview on #676E3E background

This text has black color on #676E3E background.


White color preview on #676E3E background

This text has white color on #676E3E background.


Related colors

Complementary color

Complementary color for #hex is #9891C1.


I love getcolorcode.com

Triadic colors

1 #3E676E and #6E3E67 with #676E3E are triadic colors.

2 #3E6E67 and #6E673E with #676E3E are triadic colors.