COLOR #674E46

HEX: #674E46
RGB: (103,78,70)

Color info

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

RGB color model

#674E46 color RGB value is (103,78,70).

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

RGB channels and saturation

R 103 of 255 = 40%
G 78 of 255 = 31%
B 70 of 255 = 27%

103
78
70

R + G + B ~ 33%. #674E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 78 + 70 = 251 (100%)
R 103 of 251 ~ 41.04%
G 78 of 251 ~ 31.08%
B 70 of 251 ~ 27.89%

%41.04
%31.08
%27.89

CMYK color model

#674E46 color CMYK value is (0,24,32,60).

  • cyan value is 0.00%
  • magenta value is 24.27%
  • yellow value is 32.04%
  • key color value is 59.61%
CMYK:
(0,24,32,60)
C0M24Y32K60 
(0%,24%,32%,60%)
(0.00/0.24/0.32/0.60)	

CMYK percentages

%0
%24.27
%32.04
%59.61

Codes

Color #674E46 in popluar color models

674E46
RGB1037870
HSL15°19.08%33.92%
HSB/HSV15°32.04%40.39%
CMYK0.00%24.27%32.04%
59.61%

Color #674E46 in popluar number systems.

HEX674E46
Decimal1037870
Binary110011110011101000110
Octal147116106

Shades and tints

Shades of #674E46

#674E46
(103,78,70)
#5E4740
(94,71,64)
#55403A
(85,64,58)
#4C3934
(76,57,52)
#43322E
(67,50,46)
#3A2B28
(58,43,40)
#312422
(49,36,34)
#281D1C
(40,29,28)
#1F1616
(31,22,22)
#160F10
(22,15,16)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #674E46

#674E46
(103,78,70)
#745E56
(116,94,86)
#816E66
(129,110,102)
#8E7E76
(142,126,118)
#9B8E86
(155,142,134)
#A89E96
(168,158,150)
#B5AEA6
(181,174,166)
#C2BEB6
(194,190,182)
#CFCEC6
(207,206,198)
#DCDED6
(220,222,214)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674E46 color. Also use rgb(103,78,70) instead hex code.

Text Font Color

.myTextColor { color: #674E46; }

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

This text font color is #674E46.


Background Color

.myBgColor { background-color: #674E46; }

<div style="background-color:#674E46">Inner text</div>

This div background color is #674E46.


Border color

.myBorderColor { border: 1px solid #674E46; }

<div style="border:3px solid #674E46">Div</div>

This div border color is #674E46.


Opacity

.myOpacity80 { color: #674E46; opacity: 0.8; }

<p style="color:#674E46;opacity:0.8;">80%</p>

Text with #674E46 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 #674E46;}

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

This text has shadow with #674E46 color.

.textShadow {text-shadow: 3px 3px 1px #674E46, 3px 3px 1px red;}

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

This text has shadow with #674E46 primary color and red secondary color.


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

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

This text has shadow with #674E46 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674E46 on black background.


Color preview on white background

This text has color #674E46 on white background.



Black color preview on #674E46 background

This text has black color on #674E46 background.


White color preview on #674E46 background

This text has white color on #674E46 background.