COLOR #674F5D

HEX: #674F5D RGB: (103,79,93)

Color info

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

RGB color model

#674F5D color RGB value is (103,79,93).

RGB: (103,79,93) (40%, 31%, 36%)

RGB channels and saturation

R 103 of 255 = 40%
G 79 of 255 = 31%
B 93 of 255 = 36%

103
79
93

R + G + B ~ 36%. #674F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 103 + 79 + 93 = 275 (100%)
R 103 of 275 ~ 37.45%
G 79 of 275 ~ 28.73%
B 93 of 275 ~ 33.82'%

%37.45
%28.73
%33.82

CMYK color model

#674F5D color CMYK value is (0,23,10,60).

  • cyan value is 0.00%
  • magenta value is 23.30%
  • yellow value is 9.71%
  • key color value is 59.61%

CMYK: (0,23,10,60)
C0M23Y10K60 (0%, 23%, 10%, 60%)
(0.00 / 0.23 / 0.10 / 0.60)

CMYK percentages

%0
%23.3
%9.71
%59.61

Codes

Color #674F5D in popluar color models

67 4F 5D
RGB 103 79 93
HSL 325° 13.19% 35.69%
HSB/HSV 325° 23.30% 40.39%
CMYK 0.00% 23.30% 9.71%
59.61%

Color #674F5D in popluar number systems.

HEX 67 4F 5D
Decimal 103 79 93
Binary 1100111 1001111 1011101
Octal 147 117 135

Shades and tints

Shades of #674F5D

#674F5D
(103,79,93)
#5E4855
(94,72,85)
#55414D
(85,65,77)
#4C3A45
(76,58,69)
#43333D
(67,51,61)
#3A2C35
(58,44,53)
#31252D
(49,37,45)
#281E25
(40,30,37)
#1F171D
(31,23,29)
#161015
(22,16,21)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #674F5D

#674F5D
(103,79,93)
#745F6B
(116,95,107)
#816F79
(129,111,121)
#8E7F87
(142,127,135)
#9B8F95
(155,143,149)
#A89FA3
(168,159,163)
#B5AFB1
(181,175,177)
#C2BFBF
(194,191,191)
#CFCFCD
(207,207,205)
#DCDFDB
(220,223,219)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674F5D color. Also use rgb(103,79,93) instead hex code.

Text Font Color

.myTextColor { color: #674F5D; }

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

This text font color is #674F5D.

Background Color

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

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

This div background color is #674F5D.

Border color

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

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

This div border color is #674F5D.

Opacity

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

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

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

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

This text has shadow with #674F5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #674F5D.

Preview

Color preview on black background

This text has color #674F5D on black background.


Color preview on white background

This text has color #674F5D on white background.


Black color preview on #674F5D background

This text has black color on #674F5D background.


White color preview on #674F5D background

This text has white color on #674F5D background.


Related colors

Complementary color

Complementary color for #hex is #98B0A2.


I love getcolorcode.com

Triadic colors

1 #5D674F and #4F5D67 with #674F5D are triadic colors.

2 #5D4F67 and #4F675D with #674F5D are triadic colors.