COLOR #674E54

HEX: #674E54
RGB: (103,78,84)

Color info

#674E54 contains red, green and blue colors in about the same proportion. Web safe color of #674E54 is #666666 (or #666).

RGB color model

#674E54 color RGB value is (103,78,84).

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

RGB channels and saturation

R 103 of 255 = 40%
G 78 of 255 = 31%
B 84 of 255 = 33%

103
78
84

R + G + B ~ 35%. #674E54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 78 + 84 = 265 (100%)
R 103 of 265 ~ 38.87%
G 78 of 265 ~ 29.43%
B 84 of 265 ~ 31.7%

%38.87
%29.43
%31.7

CMYK color model

#674E54 color CMYK value is (0,24,18,60).

  • cyan value is 0.00%
  • magenta value is 24.27%
  • yellow value is 18.45%
  • key color value is 59.61%
CMYK:
(0,24,18,60)
C0M24Y18K60 
(0%,24%,18%,60%)
(0.00/0.24/0.18/0.60)	

CMYK percentages

%0
%24.27
%18.45
%59.61

Codes

Color #674E54 in popluar color models

674E54
RGB1037884
HSL346°13.81%35.49%
HSB/HSV346°24.27%40.39%
CMYK0.00%24.27%18.45%
59.61%

Color #674E54 in popluar number systems.

HEX674E54
Decimal1037884
Binary110011110011101010100
Octal147116124

Shades and tints

Shades of #674E54

#674E54
(103,78,84)
#5E474D
(94,71,77)
#554046
(85,64,70)
#4C393F
(76,57,63)
#433238
(67,50,56)
#3A2B31
(58,43,49)
#31242A
(49,36,42)
#281D23
(40,29,35)
#1F161C
(31,22,28)
#160F15
(22,15,21)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #674E54

#674E54
(103,78,84)
#745E63
(116,94,99)
#816E72
(129,110,114)
#8E7E81
(142,126,129)
#9B8E90
(155,142,144)
#A89E9F
(168,158,159)
#B5AEAE
(181,174,174)
#C2BEBD
(194,190,189)
#CFCECC
(207,206,204)
#DCDEDB
(220,222,219)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674E54; }

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

This text font color is #674E54.


Background Color

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

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

This div background color is #674E54.


Border color

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

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

This div border color is #674E54.


Opacity

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

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

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

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

This text has shadow with #674E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674E54 on black background.


Color preview on white background

This text has color #674E54 on white background.



Black color preview on #674E54 background

This text has black color on #674E54 background.


White color preview on #674E54 background

This text has white color on #674E54 background.