COLOR #674A5F

HEX: #674A5F RGB: (103,74,95)

Color info

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

RGB color model

#674A5F color RGB value is (103,74,95).

RGB: (103,74,95) (40%, 29%, 37%)

RGB channels and saturation

R 103 of 255 = 40%
G 74 of 255 = 29%
B 95 of 255 = 37%

103
74
95

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

Portions of RGB colors in percentages

R + G + B = 103 + 74 + 95 = 272 (100%)
R 103 of 272 ~ 37.87%
G 74 of 272 ~ 27.21%
B 95 of 272 ~ 34.93'%

%37.87
%27.21
%34.93

CMYK color model

#674A5F color CMYK value is (0,28,8,60).

  • cyan value is 0.00%
  • magenta value is 28.16%
  • yellow value is 7.77%
  • key color value is 59.61%

CMYK: (0,28,8,60)
C0M28Y8K60 (0%, 28%, 8%, 60%)
(0.00 / 0.28 / 0.08 / 0.60)

CMYK percentages

%0
%28.16
%7.77
%59.61

Codes

Color #674A5F in popluar color models

67 4A 5F
RGB 103 74 95
HSL 317° 16.38% 34.71%
HSB/HSV 317° 28.16% 40.39%
CMYK 0.00% 28.16% 7.77%
59.61%

Color #674A5F in popluar number systems.

HEX 67 4A 5F
Decimal 103 74 95
Binary 1100111 1001010 1011111
Octal 147 112 137

Shades and tints

Shades of #674A5F

#674A5F
(103,74,95)
#5E4457
(94,68,87)
#553E4F
(85,62,79)
#4C3847
(76,56,71)
#43323F
(67,50,63)
#3A2C37
(58,44,55)
#31262F
(49,38,47)
#282027
(40,32,39)
#1F1A1F
(31,26,31)
#161417
(22,20,23)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #674A5F

#674A5F
(103,74,95)
#745A6D
(116,90,109)
#816A7B
(129,106,123)
#8E7A89
(142,122,137)
#9B8A97
(155,138,151)
#A89AA5
(168,154,165)
#B5AAB3
(181,170,179)
#C2BAC1
(194,186,193)
#CFCACF
(207,202,207)
#DCDADD
(220,218,221)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674A5F color. Also use rgb(103,74,95) instead hex code.

Text Font Color

.myTextColor { color: #674A5F; }

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

This text font color is #674A5F.

Background Color

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

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

This div background color is #674A5F.

Border color

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

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

This div border color is #674A5F.

Opacity

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

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

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

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

This text has shadow with #674A5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #674A5F.

Preview

Color preview on black background

This text has color #674A5F on black background.


Color preview on white background

This text has color #674A5F on white background.


Black color preview on #674A5F background

This text has black color on #674A5F background.


White color preview on #674A5F background

This text has white color on #674A5F background.


Related colors

Complementary color

Complementary color for #hex is #98B5A0.


I love getcolorcode.com

Triadic colors

1 #5F674A and #4A5F67 with #674A5F are triadic colors.

2 #5F4A67 and #4A675F with #674A5F are triadic colors.