COLOR #674E57

HEX: #674E57
RGB: (103,78,87)

Color info

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

RGB color model

#674E57 color RGB value is (103,78,87).

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

RGB channels and saturation

R 103 of 255 = 40%
G 78 of 255 = 31%
B 87 of 255 = 34%

103
78
87

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

Portions of RGB colors in percentages

R + G + B =
103 + 78 + 87 = 268 (100%)
R 103 of 268 ~ 38.43%
G 78 of 268 ~ 29.1%
B 87 of 268 ~ 32.46%

%38.43
%29.1
%32.46

CMYK color model

#674E57 color CMYK value is (0,24,16,60).

  • cyan value is 0.00%
  • magenta value is 24.27%
  • yellow value is 15.53%
  • key color value is 59.61%
CMYK:
(0,24,16,60)
C0M24Y16K60 
(0%,24%,16%,60%)
(0.00/0.24/0.16/0.60)	

CMYK percentages

%0
%24.27
%15.53
%59.61

Codes

Color #674E57 in popluar color models

674E57
RGB1037887
HSL338°13.81%35.49%
HSB/HSV338°24.27%40.39%
CMYK0.00%24.27%15.53%
59.61%

Color #674E57 in popluar number systems.

HEX674E57
Decimal1037887
Binary110011110011101010111
Octal147116127

Shades and tints

Shades of #674E57

#674E57
(103,78,87)
#5E4750
(94,71,80)
#554049
(85,64,73)
#4C3942
(76,57,66)
#43323B
(67,50,59)
#3A2B34
(58,43,52)
#31242D
(49,36,45)
#281D26
(40,29,38)
#1F161F
(31,22,31)
#160F18
(22,15,24)
#0D0811
(13,8,17)
#000000
(0,0,0)

Tints of #674E57

#674E57
(103,78,87)
#745E66
(116,94,102)
#816E75
(129,110,117)
#8E7E84
(142,126,132)
#9B8E93
(155,142,147)
#A89EA2
(168,158,162)
#B5AEB1
(181,174,177)
#C2BEC0
(194,190,192)
#CFCECF
(207,206,207)
#DCDEDE
(220,222,222)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674E57; }

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

This text font color is #674E57.


Background Color

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

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

This div background color is #674E57.


Border color

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

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

This div border color is #674E57.


Opacity

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

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

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

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

This text has shadow with #674E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674E57 on black background.


Color preview on white background

This text has color #674E57 on white background.



Black color preview on #674E57 background

This text has black color on #674E57 background.


White color preview on #674E57 background

This text has white color on #674E57 background.