COLOR #674E44

HEX: #674E44
RGB: (103,78,68)

Color info

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

RGB color model

#674E44 color RGB value is (103,78,68).

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

RGB channels and saturation

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

103
78
68

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

Portions of RGB colors in percentages

R + G + B =
103 + 78 + 68 = 249 (100%)
R 103 of 249 ~ 41.37%
G 78 of 249 ~ 31.33%
B 68 of 249 ~ 27.31%

%41.37
%31.33
%27.31

CMYK color model

#674E44 color CMYK value is (0,24,34,60).

  • cyan value is 0.00%
  • magenta value is 24.27%
  • yellow value is 33.98%
  • key color value is 59.61%
CMYK:
(0,24,34,60)
C0M24Y34K60 
(0%,24%,34%,60%)
(0.00/0.24/0.34/0.60)	

CMYK percentages

%0
%24.27
%33.98
%59.61

Codes

Color #674E44 in popluar color models

674E44
RGB1037868
HSL17°20.47%33.53%
HSB/HSV17°33.98%40.39%
CMYK0.00%24.27%33.98%
59.61%

Color #674E44 in popluar number systems.

HEX674E44
Decimal1037868
Binary110011110011101000100
Octal147116104

Shades and tints

Shades of #674E44

#674E44
(103,78,68)
#5E473E
(94,71,62)
#554038
(85,64,56)
#4C3932
(76,57,50)
#43322C
(67,50,44)
#3A2B26
(58,43,38)
#312420
(49,36,32)
#281D1A
(40,29,26)
#1F1614
(31,22,20)
#160F0E
(22,15,14)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #674E44

#674E44
(103,78,68)
#745E55
(116,94,85)
#816E66
(129,110,102)
#8E7E77
(142,126,119)
#9B8E88
(155,142,136)
#A89E99
(168,158,153)
#B5AEAA
(181,174,170)
#C2BEBB
(194,190,187)
#CFCECC
(207,206,204)
#DCDEDD
(220,222,221)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674E44; }

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

This text font color is #674E44.


Background Color

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

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

This div background color is #674E44.


Border color

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

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

This div border color is #674E44.


Opacity

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

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

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

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

This text has shadow with #674E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674E44 on black background.


Color preview on white background

This text has color #674E44 on white background.



Black color preview on #674E44 background

This text has black color on #674E44 background.


White color preview on #674E44 background

This text has white color on #674E44 background.