COLOR #674E56

HEX: #674E56
RGB: (103,78,86)

Color info

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

RGB color model

#674E56 color RGB value is (103,78,86).

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

RGB channels and saturation

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

103
78
86

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

Portions of RGB colors in percentages

R + G + B =
103 + 78 + 86 = 267 (100%)
R 103 of 267 ~ 38.58%
G 78 of 267 ~ 29.21%
B 86 of 267 ~ 32.21%

%38.58
%29.21
%32.21

CMYK color model

#674E56 color CMYK value is (0,24,17,60).

  • cyan value is 0.00%
  • magenta value is 24.27%
  • yellow value is 16.50%
  • key color value is 59.61%
CMYK:
(0,24,17,60)
C0M24Y17K60 
(0%,24%,17%,60%)
(0.00/0.24/0.17/0.60)	

CMYK percentages

%0
%24.27
%16.5
%59.61

Codes

Color #674E56 in popluar color models

674E56
RGB1037886
HSL341°13.81%35.49%
HSB/HSV341°24.27%40.39%
CMYK0.00%24.27%16.50%
59.61%

Color #674E56 in popluar number systems.

HEX674E56
Decimal1037886
Binary110011110011101010110
Octal147116126

Shades and tints

Shades of #674E56

#674E56
(103,78,86)
#5E474F
(94,71,79)
#554048
(85,64,72)
#4C3941
(76,57,65)
#43323A
(67,50,58)
#3A2B33
(58,43,51)
#31242C
(49,36,44)
#281D25
(40,29,37)
#1F161E
(31,22,30)
#160F17
(22,15,23)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #674E56

#674E56
(103,78,86)
#745E65
(116,94,101)
#816E74
(129,110,116)
#8E7E83
(142,126,131)
#9B8E92
(155,142,146)
#A89EA1
(168,158,161)
#B5AEB0
(181,174,176)
#C2BEBF
(194,190,191)
#CFCECE
(207,206,206)
#DCDEDD
(220,222,221)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674E56; }

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

This text font color is #674E56.


Background Color

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

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

This div background color is #674E56.


Border color

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

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

This div border color is #674E56.


Opacity

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

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

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

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

This text has shadow with #674E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674E56 on black background.


Color preview on white background

This text has color #674E56 on white background.



Black color preview on #674E56 background

This text has black color on #674E56 background.


White color preview on #674E56 background

This text has white color on #674E56 background.