COLOR #674E5B

HEX: #674E5B RGB: (103,78,91)

Color info

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

RGB color model

#674E5B color RGB value is (103,78,91).

RGB: (103,78,91) (40%, 31%, 36%)

RGB channels and saturation

R 103 of 255 = 40%
G 78 of 255 = 31%
B 91 of 255 = 36%

103
78
91

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

Portions of RGB colors in percentages

R + G + B = 103 + 78 + 91 = 272 (100%)
R 103 of 272 ~ 37.87%
G 78 of 272 ~ 28.68%
B 91 of 272 ~ 33.46'%

%37.87
%28.68
%33.46

CMYK color model

#674E5B color CMYK value is (0,24,12,60).

  • cyan value is 0.00%
  • magenta value is 24.27%
  • yellow value is 11.65%
  • key color value is 59.61%

CMYK: (0,24,12,60)
C0M24Y12K60 (0%, 24%, 12%, 60%)
(0.00 / 0.24 / 0.12 / 0.60)

CMYK percentages

%0
%24.27
%11.65
%59.61

Codes

Color #674E5B in popluar color models

67 4E 5B
RGB 103 78 91
HSL 329° 13.81% 35.49%
HSB/HSV 329° 24.27% 40.39%
CMYK 0.00% 24.27% 11.65%
59.61%

Color #674E5B in popluar number systems.

HEX 67 4E 5B
Decimal 103 78 91
Binary 1100111 1001110 1011011
Octal 147 116 133

Shades and tints

Shades of #674E5B

#674E5B
(103,78,91)
#5E4753
(94,71,83)
#55404B
(85,64,75)
#4C3943
(76,57,67)
#43323B
(67,50,59)
#3A2B33
(58,43,51)
#31242B
(49,36,43)
#281D23
(40,29,35)
#1F161B
(31,22,27)
#160F13
(22,15,19)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #674E5B

#674E5B
(103,78,91)
#745E69
(116,94,105)
#816E77
(129,110,119)
#8E7E85
(142,126,133)
#9B8E93
(155,142,147)
#A89EA1
(168,158,161)
#B5AEAF
(181,174,175)
#C2BEBD
(194,190,189)
#CFCECB
(207,206,203)
#DCDED9
(220,222,217)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674E5B; }

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

This text font color is #674E5B.

Background Color

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

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

This div background color is #674E5B.

Border color

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

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

This div border color is #674E5B.

Opacity

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

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

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

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

This text has shadow with #674E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #674E5B.

Preview

Color preview on black background

This text has color #674E5B on black background.


Color preview on white background

This text has color #674E5B on white background.


Black color preview on #674E5B background

This text has black color on #674E5B background.


White color preview on #674E5B background

This text has white color on #674E5B background.


Related colors

Complementary color

Complementary color for #hex is #98B1A4.


I love getcolorcode.com

Triadic colors

1 #5B674E and #4E5B67 with #674E5B are triadic colors.

2 #5B4E67 and #4E675B with #674E5B are triadic colors.