COLOR #676E4A

HEX: #676E4A
RGB: (103,110,74)

Color info

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

RGB color model

#676E4A color RGB value is (103,110,74).

  • red value is 103;
  • green value is 110;
  • blue value is 74.
RGB:
(103,110,74)
(40%,43%,29%)

RGB channels and saturation

R 103 of 255 = 40%
G 110 of 255 = 43%
B 74 of 255 = 29%

103
110
74

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

Portions of RGB colors in percentages

R + G + B =
103 + 110 + 74 = 287 (100%)
R 103 of 287 ~ 35.89%
G 110 of 287 ~ 38.33%
B 74 of 287 ~ 25.78%

%35.89
%38.33
%25.78

CMYK color model

#676E4A color CMYK value is (6,0,33,57).

  • cyan value is 6.36%
  • magenta value is 0.00%
  • yellow value is 32.73%
  • key color value is 56.86%
CMYK:
(6,0,33,57)
C6M0Y33K57 
(6%,0%,33%,57%)
(0.06/0.00/0.33/0.57)	

CMYK percentages

%6.36
%0
%32.73
%56.86

Codes

Color #676E4A in popluar color models

676E4A
RGB10311074
HSL72°19.57%36.08%
HSB/HSV72°32.73%43.14%
CMYK6.36%0.00%32.73%
56.86%

Color #676E4A in popluar number systems.

HEX676E4A
Decimal10311074
Binary110011111011101001010
Octal147156112

Shades and tints

Shades of #676E4A

#676E4A
(103,110,74)
#5E6444
(94,100,68)
#555A3E
(85,90,62)
#4C5038
(76,80,56)
#434632
(67,70,50)
#3A3C2C
(58,60,44)
#313226
(49,50,38)
#282820
(40,40,32)
#1F1E1A
(31,30,26)
#161414
(22,20,20)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #676E4A

#676E4A
(103,110,74)
#747B5A
(116,123,90)
#81886A
(129,136,106)
#8E957A
(142,149,122)
#9BA28A
(155,162,138)
#A8AF9A
(168,175,154)
#B5BCAA
(181,188,170)
#C2C9BA
(194,201,186)
#CFD6CA
(207,214,202)
#DCE3DA
(220,227,218)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676E4A; }

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

This text font color is #676E4A.


Background Color

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

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

This div background color is #676E4A.


Border color

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

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

This div border color is #676E4A.


Opacity

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

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

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

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

This text has shadow with #676E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676E4A on black background.


Color preview on white background

This text has color #676E4A on white background.



Black color preview on #676E4A background

This text has black color on #676E4A background.


White color preview on #676E4A background

This text has white color on #676E4A background.