COLOR #674D6F

HEX: #674D6F
RGB: (103,77,111)

Color info

#674D6F contains red, green and blue colors in about the same proportion. Web safe color of #674D6F is #663366 (or #636).

RGB color model

#674D6F color RGB value is (103,77,111).

  • red value is 103;
  • green value is 77;
  • blue value is 111.
RGB:
(103,77,111)
(40%,30%,44%)

RGB channels and saturation

R 103 of 255 = 40%
G 77 of 255 = 30%
B 111 of 255 = 44%

103
77
111

R + G + B ~ 38%. #674D6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 77 + 111 = 291 (100%)
R 103 of 291 ~ 35.4%
G 77 of 291 ~ 26.46%
B 111 of 291 ~ 38.14%

%35.4
%26.46
%38.14

CMYK color model

#674D6F color CMYK value is (7,31,0,56).

  • cyan value is 7.21%
  • magenta value is 30.63%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(7,31,0,56)
C7M31Y0K56 
(7%,31%,0%,56%)
(0.07/0.31/0.00/0.56)	

CMYK percentages

%7.21
%30.63
%0
%56.47

Codes

Color #674D6F in popluar color models

674D6F
RGB10377111
HSL286°18.09%36.86%
HSB/HSV286°30.63%43.53%
CMYK7.21%30.63%0.00%
56.47%

Color #674D6F in popluar number systems.

HEX674D6F
Decimal10377111
Binary110011110011011101111
Octal147115157

Shades and tints

Shades of #674D6F

#674D6F
(103,77,111)
#5E4665
(94,70,101)
#553F5B
(85,63,91)
#4C3851
(76,56,81)
#433147
(67,49,71)
#3A2A3D
(58,42,61)
#312333
(49,35,51)
#281C29
(40,28,41)
#1F151F
(31,21,31)
#160E15
(22,14,21)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #674D6F

#674D6F
(103,77,111)
#745D7C
(116,93,124)
#816D89
(129,109,137)
#8E7D96
(142,125,150)
#9B8DA3
(155,141,163)
#A89DB0
(168,157,176)
#B5ADBD
(181,173,189)
#C2BDCA
(194,189,202)
#CFCDD7
(207,205,215)
#DCDDE4
(220,221,228)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674D6F color. Also use rgb(103,77,111) instead hex code.

Text Font Color

.myTextColor { color: #674D6F; }

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

This text font color is #674D6F.


Background Color

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

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

This div background color is #674D6F.


Border color

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

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

This div border color is #674D6F.


Opacity

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

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

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

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

This text has shadow with #674D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674D6F on black background.


Color preview on white background

This text has color #674D6F on white background.



Black color preview on #674D6F background

This text has black color on #674D6F background.


White color preview on #674D6F background

This text has white color on #674D6F background.